pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-juliandate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:40:05 UTC 2025

Modified Files:
        pkgsrc/time/py-juliandate: Makefile PLIST

Log Message:
py-juliandate: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-juliandate/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-juliandate/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-juliandate/Makefile
diff -u pkgsrc/time/py-juliandate/Makefile:1.3 pkgsrc/time/py-juliandate/Makefile:1.4
--- pkgsrc/time/py-juliandate/Makefile:1.3      Tue Dec 24 22:12:17 2024
+++ pkgsrc/time/py-juliandate/Makefile  Sun Apr 13 12:40:05 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/12/24 22:12:17 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/13 12:40:05 wiz Exp $
 
 DISTNAME=      juliandate-1.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/juliandate/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/seanredmond
 COMMENT=       Python module for Julian date conversions
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/time/py-juliandate/PLIST
diff -u pkgsrc/time/py-juliandate/PLIST:1.1 pkgsrc/time/py-juliandate/PLIST:1.2
--- pkgsrc/time/py-juliandate/PLIST:1.1 Fri Jul 12 06:19:02 2024
+++ pkgsrc/time/py-juliandate/PLIST     Sun Apr 13 12:40:05 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2024/07/12 06:19:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/04/13 12:40:05 wiz Exp $
 bin/jd-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/juliandate/__init__.py
 ${PYSITELIB}/juliandate/__init__.pyc



Home | Main Index | Thread Index | Old Index