pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httplib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 21:21:08 UTC 2025

Modified Files:
        pkgsrc/www/py-httplib2: Makefile PLIST

Log Message:
py-httplib2: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-httplib2/PLIST

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-httplib2/Makefile
diff -u pkgsrc/www/py-httplib2/Makefile:1.35 pkgsrc/www/py-httplib2/Makefile:1.36
--- pkgsrc/www/py-httplib2/Makefile:1.35        Mon Apr 24 07:18:56 2023
+++ pkgsrc/www/py-httplib2/Makefile     Tue Apr 22 21:21:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2023/04/24 07:18:56 adam Exp $
+# $NetBSD: Makefile,v 1.36 2025/04/22 21:21:08 wiz Exp $
 
 DISTNAME=      httplib2-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
 
@@ -10,8 +11,10 @@ HOMEPAGE=    https://github.com/httplib2/ht
 COMMENT=       Comprehensive http client library for Python
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=3.0.4:../../devel/py-pyparsing
 TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography>=38.0.3:../../security/py-cryptography
+TEST_DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.9.2:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-future>=0.18.3:../../devel/py-future
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.5:../../devel/py-test
@@ -23,10 +26,8 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# as of 0.22.0
+# 3 failed, 483 passed, 6 skipped, 1 xfailed, 1 xpassed, 31 warnings
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-httplib2/PLIST
diff -u pkgsrc/www/py-httplib2/PLIST:1.7 pkgsrc/www/py-httplib2/PLIST:1.8
--- pkgsrc/www/py-httplib2/PLIST:1.7    Tue Feb  9 08:51:03 2021
+++ pkgsrc/www/py-httplib2/PLIST        Tue Apr 22 21:21:08 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2021/02/09 08:51:03 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.8 2025/04/22 21:21:08 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/httplib2/__init__.py
 ${PYSITELIB}/httplib2/__init__.pyc
 ${PYSITELIB}/httplib2/__init__.pyo



Home | Main Index | Thread Index | Old Index