pkgsrc-WIP-changes archive

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

py-backports.tarfile: depends py-setuptools



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Tue May 12 23:14:55 2026 +0900
Changeset:	df47252a705d6cf86deda85be2726cf0dbf10f57

Modified Files:
	py-backports.tarfile/Makefile
	py-backports.tarfile/PLIST

Log Message:
py-backports.tarfile: depends py-setuptools

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

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

diffstat:
 py-backports.tarfile/Makefile |  2 ++
 py-backports.tarfile/PLIST    | 10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-backports.tarfile/Makefile b/py-backports.tarfile/Makefile
index 057559eabf..839ef2c7ed 100644
--- a/py-backports.tarfile/Makefile
+++ b/py-backports.tarfile/Makefile
@@ -10,5 +10,7 @@ HOMEPAGE=	https://github.com/jaraco/backports.tarfile
 COMMENT=	Backport of CPython tarfile module
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-backports.tarfile/PLIST b/py-backports.tarfile/PLIST
index e853f16154..6f22b1dc93 100644
--- a/py-backports.tarfile/PLIST
+++ b/py-backports.tarfile/PLIST
@@ -14,8 +14,8 @@ ${PYSITELIB}/backports/tarfile/compat/__init__.pyo
 ${PYSITELIB}/backports/tarfile/compat/py38.py
 ${PYSITELIB}/backports/tarfile/compat/py38.pyc
 ${PYSITELIB}/backports/tarfile/compat/py38.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/backports_tarfile-0.0.0.dist-info/METADATA
+${PYSITELIB}/backports_tarfile-0.0.0.dist-info/RECORD
+${PYSITELIB}/backports_tarfile-0.0.0.dist-info/WHEEL
+${PYSITELIB}/backports_tarfile-0.0.0.dist-info/licenses/LICENSE
+${PYSITELIB}/backports_tarfile-0.0.0.dist-info/top_level.txt


Home | Main Index | Thread Index | Old Index