pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 11 11:07:50 UTC 2024

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

Log Message:
py-httpx-socks: updated to 0.8.1

0.8.1
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-httpx-socks/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpx-socks/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-httpx-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-httpx-socks/Makefile
diff -u pkgsrc/www/py-httpx-socks/Makefile:1.17 pkgsrc/www/py-httpx-socks/Makefile:1.18
--- pkgsrc/www/py-httpx-socks/Makefile:1.17     Wed Nov  8 13:14:04 2023
+++ pkgsrc/www/py-httpx-socks/Makefile  Sun Feb 11 11:07:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/11/08 13:14:04 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/02/11 11:07:49 adam Exp $
 
-DISTNAME=      httpx-socks-0.8.0
+DISTNAME=      httpx-socks-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx-socks/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/romis2012/h
 COMMENT=       Proxy (HTTP, SOCKS) transports for httpx
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
 DEPENDS+=      ${PYPKGPREFIX}-httpcore>=0.17.3:../../www/py-httpcore
 DEPENDS+=      ${PYPKGPREFIX}-python-socks>=2.0.0:../../net/py-python-socks
@@ -18,5 +20,5 @@ 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-httpx-socks/PLIST
diff -u pkgsrc/www/py-httpx-socks/PLIST:1.3 pkgsrc/www/py-httpx-socks/PLIST:1.4
--- pkgsrc/www/py-httpx-socks/PLIST:1.3 Thu Mar 17 14:26:27 2022
+++ pkgsrc/www/py-httpx-socks/PLIST     Sun Feb 11 11:07:49 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2022/03/17 14:26:27 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.4 2024/02/11 11:07:49 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}/httpx_socks/__init__.py
 ${PYSITELIB}/httpx_socks/__init__.pyc
 ${PYSITELIB}/httpx_socks/__init__.pyo

Index: pkgsrc/www/py-httpx-socks/distinfo
diff -u pkgsrc/www/py-httpx-socks/distinfo:1.15 pkgsrc/www/py-httpx-socks/distinfo:1.16
--- pkgsrc/www/py-httpx-socks/distinfo:1.15     Wed Nov  8 13:14:04 2023
+++ pkgsrc/www/py-httpx-socks/distinfo  Sun Feb 11 11:07:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/11/08 13:14:04 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/02/11 11:07:49 adam Exp $
 
-BLAKE2s (httpx-socks-0.8.0.tar.gz) = defbc3d3ede9044046bf8d0a0f594035aa1f9a401a79af716069e66bb511d731
-SHA512 (httpx-socks-0.8.0.tar.gz) = d7e8df2ebe75bda414b661e7915cbcbed2478e4769b361a2daecd8205083f8b018be89e81dbca02f10aea74bc48b5492d72191bb9a1bd0b8c9b29525df7f1f40
-Size (httpx-socks-0.8.0.tar.gz) = 9677 bytes
+BLAKE2s (httpx-socks-0.8.1.tar.gz) = 50032496d194ceea9d675432c44906a380490bc09c318740856b9190d9f3a527
+SHA512 (httpx-socks-0.8.1.tar.gz) = a8f985dda5db69f8635cf847d1facae4db4d81ba94038d5cbd3a13f505edfbfea0d33e2d2bee952dfb5dfe89dac956bc894febc65843e63629416378ef61bdae
+Size (httpx-socks-0.8.1.tar.gz) = 9675 bytes



Home | Main Index | Thread Index | Old Index