pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-feedgenerator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 21:17:00 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-feedgenerator/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-feedgenerator/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-feedgenerator/Makefile
diff -u pkgsrc/www/py-feedgenerator/Makefile:1.5 pkgsrc/www/py-feedgenerator/Makefile:1.6
--- pkgsrc/www/py-feedgenerator/Makefile:1.5    Fri May  5 09:07:23 2023
+++ pkgsrc/www/py-feedgenerator/Makefile        Tue Apr 22 21:17:00 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/05/05 09:07:23 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/22 21:17:00 wiz Exp $
 
 DISTNAME=      feedgenerator-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/feedgenerator/}
 
@@ -10,16 +11,11 @@ HOMEPAGE=   https://github.com/getpelican/
 COMMENT=       Standalone version of django.utils.feedgenerator, compatible with Py3k
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-feedgenerator/PLIST
diff -u pkgsrc/www/py-feedgenerator/PLIST:1.2 pkgsrc/www/py-feedgenerator/PLIST:1.3
--- pkgsrc/www/py-feedgenerator/PLIST:1.2       Fri May  5 09:07:23 2023
+++ pkgsrc/www/py-feedgenerator/PLIST   Tue Apr 22 21:17:00 2025
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2023/05/05 09:07:23 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2025/04/22 21:17:00 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/feedgenerator/__init__.py
 ${PYSITELIB}/feedgenerator/__init__.pyc
 ${PYSITELIB}/feedgenerator/__init__.pyo



Home | Main Index | Thread Index | Old Index