pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-timezone-field



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:58:20 UTC 2025

Modified Files:
        pkgsrc/www/py-django-timezone-field: Makefile PLIST

Log Message:
py-django-timezone-field: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-timezone-field/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-timezone-field/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-timezone-field/Makefile
diff -u pkgsrc/www/py-django-timezone-field/Makefile:1.10 pkgsrc/www/py-django-timezone-field/Makefile:1.11
--- pkgsrc/www/py-django-timezone-field/Makefile:1.10   Sat Jan 11 20:26:36 2025
+++ pkgsrc/www/py-django-timezone-field/Makefile        Sun Sep 28 19:58:20 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2025/01/11 20:26:36 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/09/28 19:58:20 wiz Exp $
 
 DISTNAME=      django_timezone_field-7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-timezone-field/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/mfogel/djan
 COMMENT=       Database and form fields for pytz timezone objects
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-django-timezone-field/PLIST
diff -u pkgsrc/www/py-django-timezone-field/PLIST:1.4 pkgsrc/www/py-django-timezone-field/PLIST:1.5
--- pkgsrc/www/py-django-timezone-field/PLIST:1.4       Tue Nov 26 10:23:29 2024
+++ pkgsrc/www/py-django-timezone-field/PLIST   Sun Sep 28 19:58:20 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2024/11/26 10:23:29 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.5 2025/09/28 19:58:20 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/timezone_field/__init__.py
 ${PYSITELIB}/timezone_field/__init__.pyc
 ${PYSITELIB}/timezone_field/__init__.pyo



Home | Main Index | Thread Index | Old Index