pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wagtailnews



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 10:48:11 UTC 2025

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

Log Message:
py-wagtailnews: adapt for setuptools 78

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-wagtailnews/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-wagtailnews/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-wagtailnews/Makefile
diff -u pkgsrc/www/py-wagtailnews/Makefile:1.8 pkgsrc/www/py-wagtailnews/Makefile:1.9
--- pkgsrc/www/py-wagtailnews/Makefile:1.8      Mon Nov 11 07:29:29 2024
+++ pkgsrc/www/py-wagtailnews/Makefile  Fri Apr 25 10:48:11 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:29 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/25 10:48:11 wiz Exp $
 
 DISTNAME=      wagtailnews-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wagtailnews/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/neon-jungle
 COMMENT=       News system for the Wagtail CMS
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-wagtail>=5.2.0:../../www/py-wagtail
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-wagtailnews/PLIST
diff -u pkgsrc/www/py-wagtailnews/PLIST:1.2 pkgsrc/www/py-wagtailnews/PLIST:1.3
--- pkgsrc/www/py-wagtailnews/PLIST:1.2 Fri Feb  9 13:45:51 2024
+++ pkgsrc/www/py-wagtailnews/PLIST     Fri Apr 25 10:48:11 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/09 13:45:51 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/25 10:48:11 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}/wagtailnews/__init__.py
 ${PYSITELIB}/wagtailnews/__init__.pyc



Home | Main Index | Thread Index | Old Index