pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-filter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 12 22:17:38 UTC 2026

Modified Files:
        pkgsrc/www/py-django-filter: Makefile PLIST

Log Message:
py-django-filter: fix PLIST for flit_core 4 and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-filter/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-django-filter/Makefile
diff -u pkgsrc/www/py-django-filter/Makefile:1.21 pkgsrc/www/py-django-filter/Makefile:1.22
--- pkgsrc/www/py-django-filter/Makefile:1.21   Thu Jul 23 10:11:49 2026
+++ pkgsrc/www/py-django-filter/Makefile        Wed Aug 12 22:17:38 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2026/07/23 10:11:49 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/08/12 22:17:38 wiz Exp $
 
 DISTNAME=      django_filter-26.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/carltongibs
 COMMENT=       Generic dynamic filtering support for Django
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=4:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-django>=5.2:../../www/py-django
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-django-filter/PLIST
diff -u pkgsrc/www/py-django-filter/PLIST:1.5 pkgsrc/www/py-django-filter/PLIST:1.6
--- pkgsrc/www/py-django-filter/PLIST:1.5       Sun Feb 23 20:39:09 2025
+++ pkgsrc/www/py-django-filter/PLIST   Wed Aug 12 22:17:38 2026
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2025/02/23 20:39:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/08/12 22:17:38 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/django_filters/__init__.py
 ${PYSITELIB}/django_filters/__init__.pyc



Home | Main Index | Thread Index | Old Index