pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-webencodings
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 09:05:38 UTC 2024
Modified Files:
pkgsrc/textproc/py-webencodings: Makefile PLIST
Log Message:
py-webencodings: convert to wheel.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-webencodings/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-webencodings/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-webencodings/Makefile
diff -u pkgsrc/textproc/py-webencodings/Makefile:1.3 pkgsrc/textproc/py-webencodings/Makefile:1.4
--- pkgsrc/textproc/py-webencodings/Makefile:1.3 Tue Jan 4 20:55:09 2022
+++ pkgsrc/textproc/py-webencodings/Makefile Tue Apr 30 09:05:38 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/30 09:05:38 wiz Exp $
DISTNAME= webencodings-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webencodings/}
@@ -11,7 +11,12 @@ HOMEPAGE= https://github.com/SimonSapin/
COMMENT= Character encoding for the web
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
USE_LANGUAGES= # empty
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-webencodings/PLIST
diff -u pkgsrc/textproc/py-webencodings/PLIST:1.1 pkgsrc/textproc/py-webencodings/PLIST:1.2
--- pkgsrc/textproc/py-webencodings/PLIST:1.1 Wed Oct 26 07:50:24 2016
+++ pkgsrc/textproc/py-webencodings/PLIST Tue Apr 30 09:05:38 2024
@@ -1,20 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/26 07:50:24 kleink 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 2024/04/30 09:05:38 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/webencodings/__init__.py
-${PYSITELIB}/webencodings/__init__.pyo
${PYSITELIB}/webencodings/__init__.pyc
+${PYSITELIB}/webencodings/__init__.pyo
${PYSITELIB}/webencodings/labels.py
-${PYSITELIB}/webencodings/labels.pyo
${PYSITELIB}/webencodings/labels.pyc
+${PYSITELIB}/webencodings/labels.pyo
${PYSITELIB}/webencodings/mklabels.py
-${PYSITELIB}/webencodings/mklabels.pyo
${PYSITELIB}/webencodings/mklabels.pyc
+${PYSITELIB}/webencodings/mklabels.pyo
${PYSITELIB}/webencodings/tests.py
-${PYSITELIB}/webencodings/tests.pyo
${PYSITELIB}/webencodings/tests.pyc
+${PYSITELIB}/webencodings/tests.pyo
${PYSITELIB}/webencodings/x_user_defined.py
-${PYSITELIB}/webencodings/x_user_defined.pyo
${PYSITELIB}/webencodings/x_user_defined.pyc
+${PYSITELIB}/webencodings/x_user_defined.pyo
Home |
Main Index |
Thread Index |
Old Index