pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 19:04:22 UTC 2025

Modified Files:
        pkgsrc/net/py-twine: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-twine/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-twine/PLIST

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

Modified files:

Index: pkgsrc/net/py-twine/Makefile
diff -u pkgsrc/net/py-twine/Makefile:1.19 pkgsrc/net/py-twine/Makefile:1.20
--- pkgsrc/net/py-twine/Makefile:1.19   Fri Jan 31 18:32:35 2025
+++ pkgsrc/net/py-twine/Makefile        Sun Apr 13 19:04:22 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2025/01/31 18:32:35 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/13 19:04:22 wiz Exp $
 
 DISTNAME=      twine-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/twine/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://twine.readthedocs.io/
 COMMENT=       Collection of utilities for publishing packages on PyPI
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
 DEPENDS+=      ${PYPKGPREFIX}-id>=0:../../devel/py-id

Index: pkgsrc/net/py-twine/PLIST
diff -u pkgsrc/net/py-twine/PLIST:1.5 pkgsrc/net/py-twine/PLIST:1.6
--- pkgsrc/net/py-twine/PLIST:1.5       Fri Jan 31 18:32:35 2025
+++ pkgsrc/net/py-twine/PLIST   Sun Apr 13 19:04:22 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2025/01/31 18:32:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/13 19:04:22 wiz Exp $
 bin/twine-${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}/twine/__init__.py
 ${PYSITELIB}/twine/__init__.pyc



Home | Main Index | Thread Index | Old Index