pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-http_ece



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 20:03:56 UTC 2024

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-http_ece/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-http_ece/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-http_ece/Makefile
diff -u pkgsrc/www/py-http_ece/Makefile:1.3 pkgsrc/www/py-http_ece/Makefile:1.4
--- pkgsrc/www/py-http_ece/Makefile:1.3 Thu Apr 21 11:00:01 2022
+++ pkgsrc/www/py-http_ece/Makefile     Sun May  5 20:03:56 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2022/04/21 11:00:01 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/05 20:03:56 wiz Exp $
 
 DISTNAME=      http_ece-1.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/http-ece/}
 
@@ -11,10 +11,14 @@ HOMEPAGE=   https://github.com/web-push-li
 COMMENT=       Python support for the encryped Content-Encoding (RFC 8188)
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-http_ece/PLIST
diff -u pkgsrc/www/py-http_ece/PLIST:1.1 pkgsrc/www/py-http_ece/PLIST:1.2
--- pkgsrc/www/py-http_ece/PLIST:1.1    Tue Jul 31 16:44:21 2018
+++ pkgsrc/www/py-http_ece/PLIST        Sun May  5 20:03:56 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2018/07/31 16:44:21 nia 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.2 2024/05/05 20:03:56 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/http_ece/__init__.py
-${PYSITELIB}/http_ece/__init__.pyo
 ${PYSITELIB}/http_ece/__init__.pyc
+${PYSITELIB}/http_ece/__init__.pyo



Home | Main Index | Thread Index | Old Index