pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-newsfeed



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:44:02 UTC 2025

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-newsfeed: Makefile PLIST

Log Message:
py-sphinxcontrib-newsfeed: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-newsfeed/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-sphinxcontrib-newsfeed/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile:1.9 pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile:1.10
--- pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile:1.9      Sun Feb 23 16:59:24 2025
+++ pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile  Tue Apr 22 20:44:01 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2025/02/23 16:59:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/22 20:44:01 wiz Exp $
 
 DISTNAME=      sphinxcontrib-newsfeed-0.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-newsfeed/}
 
@@ -11,11 +11,12 @@ HOMEPAGE=   https://bitbucket.org/promethe
 COMMENT=       News Feed extension for Sphinx
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinxcontrib-newsfeed/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-newsfeed/PLIST:1.1 pkgsrc/textproc/py-sphinxcontrib-newsfeed/PLIST:1.2
--- pkgsrc/textproc/py-sphinxcontrib-newsfeed/PLIST:1.1 Tue Mar  7 10:18:15 2017
+++ pkgsrc/textproc/py-sphinxcontrib-newsfeed/PLIST     Tue Apr 22 20:44:01 2025
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2017/03/07 10:18:15 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
+@comment $NetBSD: PLIST,v 1.2 2025/04/22 20:44:01 wiz Exp $
 ${PYSITELIB}/sphinxcontrib/newsfeed.py
 ${PYSITELIB}/sphinxcontrib/newsfeed.pyc
 ${PYSITELIB}/sphinxcontrib/newsfeed.pyo
+${PYSITELIB}/sphinxcontrib_newsfeed-${PKGVERSION}-py3.13-nspkg.pth
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index