pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fasteners
Module Name: pkgsrc
Committed By: adam
Date: Sat Feb 13 21:42:51 UTC 2021
Modified Files:
pkgsrc/devel/py-fasteners: Makefile PLIST distinfo
Log Message:
py-fasteners: updated to 0.16
0.16:
- Move from travis and appveyor to github actions
- Add interprocess reader writer lock
- Improve README
- remove unused eventlet import
- use stdlib monotonic instead of external for python >= 3.4
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-fasteners/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-fasteners/PLIST \
pkgsrc/devel/py-fasteners/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-fasteners/Makefile
diff -u pkgsrc/devel/py-fasteners/Makefile:1.4 pkgsrc/devel/py-fasteners/Makefile:1.5
--- pkgsrc/devel/py-fasteners/Makefile:1.4 Mon May 27 15:53:09 2019
+++ pkgsrc/devel/py-fasteners/Makefile Sat Feb 13 21:42:51 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/05/27 15:53:09 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/13 21:42:51 adam Exp $
-DISTNAME= fasteners-0.15
+DISTNAME= fasteners-0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fasteners/}
@@ -14,6 +14,11 @@ DEPENDS+= ${PYPKGPREFIX}-monotonic>=0.1:
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-monotonic>=0.1:../../time/py-monotonic
+.endif
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
Index: pkgsrc/devel/py-fasteners/PLIST
diff -u pkgsrc/devel/py-fasteners/PLIST:1.2 pkgsrc/devel/py-fasteners/PLIST:1.3
--- pkgsrc/devel/py-fasteners/PLIST:1.2 Mon May 27 15:53:09 2019
+++ pkgsrc/devel/py-fasteners/PLIST Sat Feb 13 21:42:51 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/05/27 15:53:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/02/13 21:42:51 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,18 @@ ${PYSITELIB}/fasteners/lock.pyo
${PYSITELIB}/fasteners/process_lock.py
${PYSITELIB}/fasteners/process_lock.pyc
${PYSITELIB}/fasteners/process_lock.pyo
+${PYSITELIB}/fasteners/pywin32/__init__.py
+${PYSITELIB}/fasteners/pywin32/__init__.pyc
+${PYSITELIB}/fasteners/pywin32/__init__.pyo
+${PYSITELIB}/fasteners/pywin32/pywintypes.py
+${PYSITELIB}/fasteners/pywin32/pywintypes.pyc
+${PYSITELIB}/fasteners/pywin32/pywintypes.pyo
+${PYSITELIB}/fasteners/pywin32/win32con.py
+${PYSITELIB}/fasteners/pywin32/win32con.pyc
+${PYSITELIB}/fasteners/pywin32/win32con.pyo
+${PYSITELIB}/fasteners/pywin32/win32file.py
+${PYSITELIB}/fasteners/pywin32/win32file.pyc
+${PYSITELIB}/fasteners/pywin32/win32file.pyo
${PYSITELIB}/fasteners/test.py
${PYSITELIB}/fasteners/test.pyc
${PYSITELIB}/fasteners/test.pyo
@@ -34,6 +46,9 @@ ${PYSITELIB}/fasteners/tests/test_lock.p
${PYSITELIB}/fasteners/tests/test_process_lock.py
${PYSITELIB}/fasteners/tests/test_process_lock.pyc
${PYSITELIB}/fasteners/tests/test_process_lock.pyo
+${PYSITELIB}/fasteners/tests/test_reader_writer_lock.py
+${PYSITELIB}/fasteners/tests/test_reader_writer_lock.pyc
+${PYSITELIB}/fasteners/tests/test_reader_writer_lock.pyo
${PYSITELIB}/fasteners/version.py
${PYSITELIB}/fasteners/version.pyc
${PYSITELIB}/fasteners/version.pyo
Index: pkgsrc/devel/py-fasteners/distinfo
diff -u pkgsrc/devel/py-fasteners/distinfo:1.2 pkgsrc/devel/py-fasteners/distinfo:1.3
--- pkgsrc/devel/py-fasteners/distinfo:1.2 Mon May 27 15:53:09 2019
+++ pkgsrc/devel/py-fasteners/distinfo Sat Feb 13 21:42:51 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/05/27 15:53:09 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/02/13 21:42:51 adam Exp $
-SHA1 (fasteners-0.15.tar.gz) = 473f63a76c1219c73366d612f2b042cba4368de3
-RMD160 (fasteners-0.15.tar.gz) = 00d4c904dee9e9ee5e8181933511525d786230aa
-SHA512 (fasteners-0.15.tar.gz) = 756f2ee8aa82ec6fd548d6e4320123b7c0bede834d4e58ff9031e004a8d9d0c23f7df4026ec4195799baa459720ca02d69a981a4aae54713e190a71152f2df9b
-Size (fasteners-0.15.tar.gz) = 17898 bytes
+SHA1 (fasteners-0.16.tar.gz) = 0215ae39130d3b6d2c27a0539e440fb455dfb9f5
+RMD160 (fasteners-0.16.tar.gz) = b82b88a005e9a628b40664f2c3c3df0a62a0cb61
+SHA512 (fasteners-0.16.tar.gz) = aac91be8f732bcda238c40317359c7faaad632b26473eff940fef0c6c2c227cd83942122c0ec26da236ca8c19d3024798590244ec761c2d2700ffdc7142533da
+Size (fasteners-0.16.tar.gz) = 24824 bytes
Home |
Main Index |
Thread Index |
Old Index