pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-aiorpcX
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 18 10:51:10 UTC 2025
Modified Files:
pkgsrc/net/py-aiorpcX: Makefile PLIST distinfo
Log Message:
py-aiorpcX: updated to 0.24.0
Version 0.24 (16 Jan 2024)
bump websockets library to >=14.0 and Python version to >=3.9
Version 0.23 (17 Mar 2024)
fix packaging problem with 0.23
Version 0.23 (17 Mar 2024)
TaskTimeout now derives from Exception not CancelledError
make several tests more robust
move to flake8
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-aiorpcX/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-aiorpcX/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-aiorpcX/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-aiorpcX/Makefile
diff -u pkgsrc/net/py-aiorpcX/Makefile:1.6 pkgsrc/net/py-aiorpcX/Makefile:1.7
--- pkgsrc/net/py-aiorpcX/Makefile:1.6 Tue Jan 4 19:57:05 2022
+++ pkgsrc/net/py-aiorpcX/Makefile Tue Feb 18 10:51:10 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 19:57:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/02/18 10:51:10 adam Exp $
-DISTNAME= aiorpcX-0.22.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= aiorpcx-0.24.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/x/X/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/}
@@ -11,11 +10,13 @@ HOMEPAGE= https://github.com/kyuupichan/
COMMENT= Generic async RPC implementation, including JSON-RPC
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets
+WHEEL_NAME= ${DISTNAME:S/x/X/}
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+# ws
+DEPENDS+= ${PYPKGPREFIX}-websockets>=14.0:../../www/py-websockets
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-aiorpcX/PLIST
diff -u pkgsrc/net/py-aiorpcX/PLIST:1.2 pkgsrc/net/py-aiorpcX/PLIST:1.3
--- pkgsrc/net/py-aiorpcX/PLIST:1.2 Tue Jan 4 19:57:05 2022
+++ pkgsrc/net/py-aiorpcX/PLIST Tue Feb 18 10:51:10 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/04 19:57:05 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2025/02/18 10:51:10 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENCE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/aiorpcx/__init__.py
${PYSITELIB}/aiorpcx/__init__.pyc
${PYSITELIB}/aiorpcx/__init__.pyo
@@ -25,6 +25,9 @@ ${PYSITELIB}/aiorpcx/session.pyo
${PYSITELIB}/aiorpcx/socks.py
${PYSITELIB}/aiorpcx/socks.pyc
${PYSITELIB}/aiorpcx/socks.pyo
+${PYSITELIB}/aiorpcx/unixsocket.py
+${PYSITELIB}/aiorpcx/unixsocket.pyc
+${PYSITELIB}/aiorpcx/unixsocket.pyo
${PYSITELIB}/aiorpcx/util.py
${PYSITELIB}/aiorpcx/util.pyc
${PYSITELIB}/aiorpcx/util.pyo
Index: pkgsrc/net/py-aiorpcX/distinfo
diff -u pkgsrc/net/py-aiorpcX/distinfo:1.5 pkgsrc/net/py-aiorpcX/distinfo:1.6
--- pkgsrc/net/py-aiorpcX/distinfo:1.5 Tue Nov 23 21:07:18 2021
+++ pkgsrc/net/py-aiorpcX/distinfo Tue Feb 18 10:51:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/11/23 21:07:18 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/02/18 10:51:10 adam Exp $
-BLAKE2s (aiorpcX-0.22.1.tar.gz) = e16f29c303bf6e9dcf00c42eff71ab2585e3827697fbae278c0a77d4321e4157
-SHA512 (aiorpcX-0.22.1.tar.gz) = 0372c725d80dbaa7ea869957dfeeac522f9f0995b6ac5bb8a9f20ae768dc86d9fdaf831a54611ff09f459fa47c04e9f8f867374b17a485bfe92beb40108a5a11
-Size (aiorpcX-0.22.1.tar.gz) = 28803 bytes
+BLAKE2s (aiorpcx-0.24.0.tar.gz) = 8cd75a31329d268f783d21449f7b4e703ea2153a9993245fff7468a861a055e1
+SHA512 (aiorpcx-0.24.0.tar.gz) = 6f95547173399441dc3d357880dfa5c8bd0410a45ee44bf232a284162ebd1f1f83cee53882c3cb44bd693b808d56a03dc8919811a6fbb1c19576c2dc9653e657
+Size (aiorpcx-0.24.0.tar.gz) = 56102 bytes
Home |
Main Index |
Thread Index |
Old Index