pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-queuelib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May  5 18:33:30 UTC 2024

Modified Files:
        pkgsrc/devel/py-queuelib: Makefile PLIST distinfo

Log Message:
py-queuelib: updated to 1.7.0

Version 1.7.0

No functionality changes with respect to 1.6.2

* Added support for Python 3.10-3.12 and PyPy 3.10
* Removed support for Python 3.5-3.7
* Improved type annotations and added the ``py.typed`` file
* Added ``pre-commit`` configuration
* Improved linting and CI configuration


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-queuelib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-queuelib/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-queuelib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-queuelib/Makefile
diff -u pkgsrc/devel/py-queuelib/Makefile:1.5 pkgsrc/devel/py-queuelib/Makefile:1.6
--- pkgsrc/devel/py-queuelib/Makefile:1.5       Tue Jan  4 20:53:35 2022
+++ pkgsrc/devel/py-queuelib/Makefile   Sun May  5 18:33:30 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/05 18:33:30 adam Exp $
 
-DISTNAME=      queuelib-1.6.2
+DISTNAME=      queuelib-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=q/queuelib/}
 
@@ -11,9 +10,12 @@ HOMEPAGE=    https://github.com/scrapy/queu
 COMMENT=       Collection of persistent (disk-based) queues
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-queuelib/PLIST
diff -u pkgsrc/devel/py-queuelib/PLIST:1.2 pkgsrc/devel/py-queuelib/PLIST:1.3
--- pkgsrc/devel/py-queuelib/PLIST:1.2  Mon Mar 19 10:13:40 2018
+++ pkgsrc/devel/py-queuelib/PLIST      Sun May  5 18:33:30 2024
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/19 10:13:40 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/05/05 18:33:30 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/queuelib/__init__.py
 ${PYSITELIB}/queuelib/__init__.pyc
 ${PYSITELIB}/queuelib/__init__.pyo
 ${PYSITELIB}/queuelib/pqueue.py
 ${PYSITELIB}/queuelib/pqueue.pyc
 ${PYSITELIB}/queuelib/pqueue.pyo
+${PYSITELIB}/queuelib/py.typed
 ${PYSITELIB}/queuelib/queue.py
 ${PYSITELIB}/queuelib/queue.pyc
 ${PYSITELIB}/queuelib/queue.pyo

Index: pkgsrc/devel/py-queuelib/distinfo
diff -u pkgsrc/devel/py-queuelib/distinfo:1.6 pkgsrc/devel/py-queuelib/distinfo:1.7
--- pkgsrc/devel/py-queuelib/distinfo:1.6       Tue Oct 26 10:19:00 2021
+++ pkgsrc/devel/py-queuelib/distinfo   Sun May  5 18:33:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:19:00 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/05/05 18:33:30 adam Exp $
 
-BLAKE2s (queuelib-1.6.2.tar.gz) = fa33bf0ba0c6088b0d78b8d3885b5fea33626a5ab4575f9ade7a80161bf01951
-SHA512 (queuelib-1.6.2.tar.gz) = a836f43d5e1d2b06fd9869842b7f400e950e476a253c5fd0adc3a340f153218ddeb854b43cb63177ceda1069f0172ef474b4d1739a9142b76c0b7185efe6330f
-Size (queuelib-1.6.2.tar.gz) = 12787 bytes
+BLAKE2s (queuelib-1.7.0.tar.gz) = aa2e0f5f44e45217901943d41d70be3709191c3d284a2e162c92d5dcd9a20345
+SHA512 (queuelib-1.7.0.tar.gz) = 051406a2a53642ac9d01dd56cec60bc937457862a9ebf35957dcebd1c754993cc0a50668a92160bc886884f5787c90a825bdc2e8b1091885040f7c0d76a80ae0
+Size (queuelib-1.7.0.tar.gz) = 13291 bytes



Home | Main Index | Thread Index | Old Index