pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-aiofiles
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 9 12:43:46 UTC 2023
Modified Files:
pkgsrc/devel/py-aiofiles: Makefile PLIST distinfo
Log Message:
py-aiofiles: updated to 23.2.0
23.2.0 (2023-08-09)
aiofiles is now tested on Python 3.12 too.
On Python 3.12, aiofiles.tempfile.NamedTemporaryFile now accepts a delete_on_close argument, just like the stdlib version.
On Python 3.12, aiofiles.tempfile.NamedTemporaryFile no longer exposes a delete attribute, just like the stdlib version.
Added aiofiles.os.statvfs and aiofiles.os.path.ismount.
Use PDM instead of Poetry
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-aiofiles/Makefile \
pkgsrc/devel/py-aiofiles/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-aiofiles/PLIST
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-aiofiles/Makefile
diff -u pkgsrc/devel/py-aiofiles/Makefile:1.10 pkgsrc/devel/py-aiofiles/Makefile:1.11
--- pkgsrc/devel/py-aiofiles/Makefile:1.10 Wed Mar 1 11:27:01 2023
+++ pkgsrc/devel/py-aiofiles/Makefile Wed Aug 9 12:43:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/03/01 11:27:01 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/08/09 12:43:46 adam Exp $
-DISTNAME= aiofiles-23.1.0
+DISTNAME= aiofiles-23.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/}
@@ -10,9 +10,16 @@ HOMEPAGE= https://github.com/Tinche/aiof
COMMENT= File support for asyncio
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.19.0:../../devel/py-test-asyncio
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-aiofiles/distinfo
diff -u pkgsrc/devel/py-aiofiles/distinfo:1.10 pkgsrc/devel/py-aiofiles/distinfo:1.11
--- pkgsrc/devel/py-aiofiles/distinfo:1.10 Wed Mar 1 11:27:01 2023
+++ pkgsrc/devel/py-aiofiles/distinfo Wed Aug 9 12:43:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/03/01 11:27:01 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/08/09 12:43:46 adam Exp $
-BLAKE2s (aiofiles-23.1.0.tar.gz) = e013ec3eb8670822f2c906104f4aae75a3590dceadf2c6d7caa86386df95c9db
-SHA512 (aiofiles-23.1.0.tar.gz) = a279e4c3c6ee32281444b1f7ce8c7f8464460a858657f0c50dcb67fc788c8a6b0a7771e0120f2d2942c414726ba264ab6673d7f1b726814c1cc16cfcf1e0a445
-Size (aiofiles-23.1.0.tar.gz) = 15614 bytes
+BLAKE2s (aiofiles-23.2.0.tar.gz) = 95aa9a30ee08c027a76374bb70b1329ce4db4ba99fec7087072bb17b9a945cdd
+SHA512 (aiofiles-23.2.0.tar.gz) = d7b50cd687283841ab1e3f28bd2e8fd08f2ae561d66451c6cf20e55efe3688d6d75079c6bfcff10a07d2ef0c846cbf45d85ae216ef2f1a6fbeadc9529c161284
+Size (aiofiles-23.2.0.tar.gz) = 31812 bytes
Index: pkgsrc/devel/py-aiofiles/PLIST
diff -u pkgsrc/devel/py-aiofiles/PLIST:1.4 pkgsrc/devel/py-aiofiles/PLIST:1.5
--- pkgsrc/devel/py-aiofiles/PLIST:1.4 Sun Nov 28 20:10:04 2021
+++ pkgsrc/devel/py-aiofiles/PLIST Wed Aug 9 12:43:46 2023
@@ -1,35 +1,29 @@
-@comment $NetBSD: PLIST,v 1.4 2021/11/28 20:10:04 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.5 2023/08/09 12:43:46 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
${PYSITELIB}/aiofiles/__init__.py
${PYSITELIB}/aiofiles/__init__.pyc
-${PYSITELIB}/aiofiles/__init__.pyo
${PYSITELIB}/aiofiles/base.py
${PYSITELIB}/aiofiles/base.pyc
-${PYSITELIB}/aiofiles/base.pyo
${PYSITELIB}/aiofiles/os.py
${PYSITELIB}/aiofiles/os.pyc
-${PYSITELIB}/aiofiles/os.pyo
${PYSITELIB}/aiofiles/ospath.py
${PYSITELIB}/aiofiles/ospath.pyc
-${PYSITELIB}/aiofiles/ospath.pyo
${PYSITELIB}/aiofiles/tempfile/__init__.py
${PYSITELIB}/aiofiles/tempfile/__init__.pyc
-${PYSITELIB}/aiofiles/tempfile/__init__.pyo
${PYSITELIB}/aiofiles/tempfile/temptypes.py
${PYSITELIB}/aiofiles/tempfile/temptypes.pyc
-${PYSITELIB}/aiofiles/tempfile/temptypes.pyo
${PYSITELIB}/aiofiles/threadpool/__init__.py
${PYSITELIB}/aiofiles/threadpool/__init__.pyc
-${PYSITELIB}/aiofiles/threadpool/__init__.pyo
${PYSITELIB}/aiofiles/threadpool/binary.py
${PYSITELIB}/aiofiles/threadpool/binary.pyc
-${PYSITELIB}/aiofiles/threadpool/binary.pyo
${PYSITELIB}/aiofiles/threadpool/text.py
${PYSITELIB}/aiofiles/threadpool/text.pyc
-${PYSITELIB}/aiofiles/threadpool/text.pyo
${PYSITELIB}/aiofiles/threadpool/utils.py
${PYSITELIB}/aiofiles/threadpool/utils.pyc
-${PYSITELIB}/aiofiles/threadpool/utils.pyo
Home |
Main Index |
Thread Index |
Old Index