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:           Sun Feb 23 20:39:09 UTC 2025

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

Log Message:
py-django-filter: adapt for flit_core 3.11.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.4 -r1.5 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.17 pkgsrc/www/py-django-filter/Makefile:1.18
--- pkgsrc/www/py-django-filter/Makefile:1.17   Mon Feb 17 13:36:16 2025
+++ pkgsrc/www/py-django-filter/Makefile        Sun Feb 23 20:39:09 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2025/02/17 13:36:16 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/23 20:39:09 wiz Exp $
 
 DISTNAME=      django_filter-25.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.2:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-django-filter/PLIST
diff -u pkgsrc/www/py-django-filter/PLIST:1.4 pkgsrc/www/py-django-filter/PLIST:1.5
--- pkgsrc/www/py-django-filter/PLIST:1.4       Thu Feb  8 14:04:43 2024
+++ pkgsrc/www/py-django-filter/PLIST   Sun Feb 23 20:39:09 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2024/02/08 14:04:43 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.5 2025/02/23 20:39:09 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/django_filters/__init__.py
 ${PYSITELIB}/django_filters/__init__.pyc
 ${PYSITELIB}/django_filters/__init__.pyo



Home | Main Index | Thread Index | Old Index