pkgsrc-WIP-changes archive

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

py-shutilwhich: update to 1.1.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 9 13:09:33 2024 +0200
Changeset:	96f11b7e9feefff0d1aafca9e34fdcc135a6de02

Modified Files:
	py-shutilwhich/Makefile
	py-shutilwhich/PLIST
	py-shutilwhich/distinfo

Log Message:
py-shutilwhich: update to 1.1.0

Changes not found.

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

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

diffstat:
 py-shutilwhich/Makefile |  7 +++++--
 py-shutilwhich/PLIST    | 19 +++++++++++--------
 py-shutilwhich/distinfo |  6 +++---
 3 files changed, 19 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-shutilwhich/Makefile b/py-shutilwhich/Makefile
index 79095d4d8d..5b7c94def6 100644
--- a/py-shutilwhich/Makefile
+++ b/py-shutilwhich/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2014/05/10 15:23:39 jihbed Exp $
 
-DISTNAME=	shutilwhich-1.0.1
+DISTNAME=	shutilwhich-1.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/shutilwhich/}
@@ -10,7 +10,10 @@ HOMEPAGE=	https://github.com/mbr/shutilwhich
 COMMENT=	Shutil.which for those not using Python 3.3 yet
 LICENSE=	python-software-foundation
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-shutilwhich/PLIST b/py-shutilwhich/PLIST
index a082b2c703..a17ff55625 100644
--- a/py-shutilwhich/PLIST
+++ b/py-shutilwhich/PLIST
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/10 15:23:39 jihbed Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/shutilwhich.py
-${PYSITELIB}/shutilwhich.pyc
-${PYSITELIB}/shutilwhich.pyo
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/shutilwhich/__init__.py
+${PYSITELIB}/shutilwhich/__init__.pyc
+${PYSITELIB}/shutilwhich/__init__.pyo
+${PYSITELIB}/shutilwhich/lib.py
+${PYSITELIB}/shutilwhich/lib.pyc
+${PYSITELIB}/shutilwhich/lib.pyo
diff --git a/py-shutilwhich/distinfo b/py-shutilwhich/distinfo
index 92ba3f0e94..e94c31fb76 100644
--- a/py-shutilwhich/distinfo
+++ b/py-shutilwhich/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2014/05/10 15:23:39 jihbed Exp $
 
-RMD160 (shutilwhich-1.0.1.tar.gz) = fd55942e8c15073b5123ea8a79d16878bca1247f
-SHA512 (shutilwhich-1.0.1.tar.gz) = 356c79a4661d87d930dc869a153e5ae9b207eb00fae290491f8fda5393ccabd9da3e7f01c755c9d456727ef01d61f2275b7793c6fa5c03839726f5b9de5ffe34
-Size (shutilwhich-1.0.1.tar.gz) = 2099 bytes
+BLAKE2s (shutilwhich-1.1.0.tar.gz) = 335722db26109c66252394538a68f41082be683699c94b98a870e6d56d00fdb4
+SHA512 (shutilwhich-1.1.0.tar.gz) = 94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21
+Size (shutilwhich-1.1.0.tar.gz) = 2300 bytes


Home | Main Index | Thread Index | Old Index