pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-http-parser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 11:59:56 UTC 2023

Modified Files:
        pkgsrc/www/py-http-parser: Makefile PLIST

Log Message:
py-http-parser: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-http-parser/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-http-parser/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-parser/Makefile
diff -u pkgsrc/www/py-http-parser/Makefile:1.9 pkgsrc/www/py-http-parser/Makefile:1.10
--- pkgsrc/www/py-http-parser/Makefile:1.9      Mon Nov 14 13:25:07 2022
+++ pkgsrc/www/py-http-parser/Makefile  Sun Nov  5 11:59:56 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2022/11/14 13:25:07 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/11/05 11:59:56 wiz Exp $
 
 DISTNAME=      http-parser-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/http-parser/}
 
@@ -12,6 +12,7 @@ COMMENT=      HTTP request/response parser
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= c
 
@@ -20,5 +21,5 @@ USE_LANGUAGES=        c
 post-extract:
        cd ${WRKSRC} && cythonize-${PYVERSSUFFIX} http_parser
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-http-parser/PLIST
diff -u pkgsrc/www/py-http-parser/PLIST:1.1 pkgsrc/www/py-http-parser/PLIST:1.2
--- pkgsrc/www/py-http-parser/PLIST:1.1 Tue Dec 31 19:32:32 2013
+++ pkgsrc/www/py-http-parser/PLIST     Sun Nov  5 11:59:56 2023
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2013/12/31 19:32:32 rodent Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/11/05 11:59:56 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/http_parser/__init__.py
 ${PYSITELIB}/http_parser/__init__.pyc
 ${PYSITELIB}/http_parser/__init__.pyo



Home | Main Index | Thread Index | Old Index