pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp-socks



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 31 09:06:19 UTC 2024

Modified Files:
        pkgsrc/www/py-aiohttp-socks: Makefile PLIST distinfo

Log Message:
py-aiohttp-socks: updated to 0.9.0

0.9.0
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-aiohttp-socks/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-aiohttp-socks/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-aiohttp-socks/distinfo

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

Modified files:

Index: pkgsrc/www/py-aiohttp-socks/Makefile
diff -u pkgsrc/www/py-aiohttp-socks/Makefile:1.20 pkgsrc/www/py-aiohttp-socks/Makefile:1.21
--- pkgsrc/www/py-aiohttp-socks/Makefile:1.20   Wed Oct  4 12:09:05 2023
+++ pkgsrc/www/py-aiohttp-socks/Makefile        Wed Jul 31 09:06:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/10/04 12:09:05 adam Exp $
+# $NetBSD: Makefile,v 1.21 2024/07/31 09:06:19 adam Exp $
 
-DISTNAME=      aiohttp_socks-0.8.4
+DISTNAME=      aiohttp_socks-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp-socks/}
@@ -10,12 +10,14 @@ HOMEPAGE=   https://github.com/romis2012/a
 COMMENT=       SOCKS proxy connector for aiohttp
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=2.3.2:../../www/py-aiohttp
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.10.0:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-python-socks>=2.4.3:../../net/py-python-socks
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-aiohttp-socks/PLIST
diff -u pkgsrc/www/py-aiohttp-socks/PLIST:1.5 pkgsrc/www/py-aiohttp-socks/PLIST:1.6
--- pkgsrc/www/py-aiohttp-socks/PLIST:1.5       Fri Feb 12 08:22:00 2021
+++ pkgsrc/www/py-aiohttp-socks/PLIST   Wed Jul 31 09:06:19 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2021/02/12 08:22:00 adam 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.6 2024/07/31 09:06:19 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/aiohttp_socks/__init__.py
 ${PYSITELIB}/aiohttp_socks/__init__.pyc
 ${PYSITELIB}/aiohttp_socks/__init__.pyo

Index: pkgsrc/www/py-aiohttp-socks/distinfo
diff -u pkgsrc/www/py-aiohttp-socks/distinfo:1.19 pkgsrc/www/py-aiohttp-socks/distinfo:1.20
--- pkgsrc/www/py-aiohttp-socks/distinfo:1.19   Wed Oct  4 12:09:05 2023
+++ pkgsrc/www/py-aiohttp-socks/distinfo        Wed Jul 31 09:06:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/10/04 12:09:05 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/07/31 09:06:19 adam Exp $
 
-BLAKE2s (aiohttp_socks-0.8.4.tar.gz) = 6eb3939de9b60cbe1a76d08c569951ed98b9b3689efe467454e4cfae98a9e012
-SHA512 (aiohttp_socks-0.8.4.tar.gz) = 6b71661c666c5c76a352c7f1855df9da126174aecf59a295e175eafa8bfb4d077893bffa9b435559a77d74aa698586b8b87bc1b06da1ae057ce2e98f2ef259e7
-Size (aiohttp_socks-0.8.4.tar.gz) = 8510 bytes
+BLAKE2s (aiohttp_socks-0.9.0.tar.gz) = 34553ddbc3872a32c18d533aab33032f388947a151172f3d7d583aedd7bc1837
+SHA512 (aiohttp_socks-0.9.0.tar.gz) = f7fef1934a006353e0c60f0f98be666aa5007795e6493314e62be9f69a15bc61d05f24e90d5f259285b3205b216202b4bb68b0272286a71e98a966e6be207db2
+Size (aiohttp_socks-0.9.0.tar.gz) = 10201 bytes



Home | Main Index | Thread Index | Old Index