pkgsrc-WIP-changes archive

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

py-cloud-init: fix PLIST with latest setuptools



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 26 09:31:10 2025 +0200
Changeset:	d6fd09778f4a48d343cc5342e56f5fa1a8a7000d

Modified Files:
	py-cloud-init/Makefile
	py-cloud-init/PLIST

Log Message:
py-cloud-init: fix PLIST with latest setuptools

and depend on it.
Fix LICENSE while here.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d6fd09778f4a48d343cc5342e56f5fa1a8a7000d

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

diffstat:
 py-cloud-init/Makefile | 5 +++--
 py-cloud-init/PLIST    | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-cloud-init/Makefile b/py-cloud-init/Makefile
index 692d16167f..fc08a5b1a8 100644
--- a/py-cloud-init/Makefile
+++ b/py-cloud-init/Makefile
@@ -8,7 +8,9 @@ MASTER_SITES=	https://launchpad.net/cloud-init/trunk/${PKGVERSION_NOREV}/+downlo
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://cloud-init.io/
 COMMENT=	Industry-standard cloud instance initialization
-LICENSE=	gnu-gpl-3 OR apache-2.0
+LICENSE=	gnu-gpl-v3 OR apache-2.0
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-oauthlib-[0-9]*:../../security/py-oauthlib
@@ -20,7 +22,6 @@ DEPENDS+=	${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
 DEPENDS+=	${PYPKGPREFIX}-netifaces>=0.10.4:../../net/py-netifaces
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
-TEST_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
diff --git a/py-cloud-init/PLIST b/py-cloud-init/PLIST
index f79ada31a3..5cf29c52ea 100644
--- a/py-cloud-init/PLIST
+++ b/py-cloud-init/PLIST
@@ -2,13 +2,13 @@
 bin/cloud-id
 bin/cloud-init
 bin/cloud-init-per
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-Apache2.0
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-GPLv3
 ${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}/licenses/LICENSE-Apache2.0
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-GPLv3
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/cloudinit/__init__.py
 ${PYSITELIB}/cloudinit/__init__.pyc


Home | Main Index | Thread Index | Old Index