pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-h11
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 22 21:18:46 UTC 2025
Modified Files:
pkgsrc/www/py-h11: Makefile PLIST
Log Message:
py-h11: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-h11/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-h11/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-h11/Makefile
diff -u pkgsrc/www/py-h11/Makefile:1.13 pkgsrc/www/py-h11/Makefile:1.14
--- pkgsrc/www/py-h11/Makefile:1.13 Sun Jul 30 15:32:50 2023
+++ pkgsrc/www/py-h11/Makefile Tue Apr 22 21:18:46 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2023/07/30 15:32:50 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/22 21:18:46 wiz Exp $
DISTNAME= h11-0.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
@@ -10,9 +11,15 @@ HOMEPAGE= https://github.com/python-hype
COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 0.14.0
+# 1 failed, 77 passed
+# with:
+#ALLOW_NETWORK_ACCESS= yes
+# 78 passed
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-h11/PLIST
diff -u pkgsrc/www/py-h11/PLIST:1.3 pkgsrc/www/py-h11/PLIST:1.4
--- pkgsrc/www/py-h11/PLIST:1.3 Mon Jan 24 14:27:04 2022
+++ pkgsrc/www/py-h11/PLIST Tue Apr 22 21:18:46 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/24 14:27:04 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 2025/04/22 21:18:46 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/h11/__init__.py
${PYSITELIB}/h11/__init__.pyc
${PYSITELIB}/h11/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index