pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-genshi
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 09:19:10 UTC 2024
Modified Files:
pkgsrc/www/py-genshi: Makefile PLIST
Log Message:
py-genshi: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-genshi/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-genshi/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-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.22 pkgsrc/www/py-genshi/Makefile:1.23
--- pkgsrc/www/py-genshi/Makefile:1.22 Mon Oct 23 06:37:56 2023
+++ pkgsrc/www/py-genshi/Makefile Tue Apr 30 09:19:10 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2023/10/23 06:37:56 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/04/30 09:19:10 wiz Exp $
DISTNAME= Genshi-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=G/Genshi/}
@@ -11,14 +11,16 @@ HOMEPAGE= https://genshi.edgewall.org/
COMMENT= Python toolkit for generation of output for the web
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
# "error: 'for' loop initial declarations are only allowed in C99 mode"
FORCE_C_STD= c99
-PYTHON_VERSIONED_DEPENDENCIES= babel
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-genshi/PLIST
diff -u pkgsrc/www/py-genshi/PLIST:1.8 pkgsrc/www/py-genshi/PLIST:1.9
--- pkgsrc/www/py-genshi/PLIST:1.8 Wed Apr 27 11:52:50 2022
+++ pkgsrc/www/py-genshi/PLIST Tue Apr 30 09:19:10 2024
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.8 2022/04/27 11:52:50 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.9 2024/04/30 09:19:10 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/genshi/__init__.py
${PYSITELIB}/genshi/__init__.pyc
${PYSITELIB}/genshi/__init__.pyo
-${PLIST.py3x}${PYSITELIB}/genshi/_speedups.c
+${PYSITELIB}/genshi/_speedups.c
${PYSITELIB}/genshi/_speedups.so
${PYSITELIB}/genshi/builder.py
${PYSITELIB}/genshi/builder.pyc
@@ -106,12 +106,12 @@ ${PYSITELIB}/genshi/template/tests/plugi
${PYSITELIB}/genshi/template/tests/templates/__init__.py
${PYSITELIB}/genshi/template/tests/templates/__init__.pyc
${PYSITELIB}/genshi/template/tests/templates/__init__.pyo
-${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/functions.html
-${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/functions.txt
-${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/new_syntax.txt
-${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test.html
-${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test.txt
-${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test_no_doctype.html
+${PYSITELIB}/genshi/template/tests/templates/functions.html
+${PYSITELIB}/genshi/template/tests/templates/functions.txt
+${PYSITELIB}/genshi/template/tests/templates/new_syntax.txt
+${PYSITELIB}/genshi/template/tests/templates/test.html
+${PYSITELIB}/genshi/template/tests/templates/test.txt
+${PYSITELIB}/genshi/template/tests/templates/test_no_doctype.html
${PYSITELIB}/genshi/template/tests/text.py
${PYSITELIB}/genshi/template/tests/text.pyc
${PYSITELIB}/genshi/template/tests/text.pyo
Home |
Main Index |
Thread Index |
Old Index