pkgsrc-WIP-changes archive

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

py-identify: update to 2.5.31



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sat Nov 4 08:50:51 2023 +0900
Changeset:	059c78b234cf3462f36c9c113101fa2f39752320

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

Log Message:
py-identify: update to 2.5.31

Pkgsrc changes:

* Switch to use wheel.mk.

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

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

diffstat:
 py-identify/Makefile |  4 ++--
 py-identify/PLIST    | 12 ++++++------
 py-identify/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-identify/Makefile b/py-identify/Makefile
index 8b4655a884..23b94a4496 100644
--- a/py-identify/Makefile
+++ b/py-identify/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	identify-2.5.30
+DISTNAME=	identify-2.5.31
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=i/identify/}
@@ -16,5 +16,5 @@ post-install:
 	cd ${DESTDIR}${PREFIX}/bin && \
 	${MV} identify-cli identify-cli-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-identify/PLIST b/py-identify/PLIST
index df7e1ae7f0..fcdaa2c96d 100644
--- a/py-identify/PLIST
+++ b/py-identify/PLIST
@@ -1,11 +1,11 @@
 @comment $NetBSD$
 bin/identify-cli-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${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}/top_level.txt
 ${PYSITELIB}/identify/__init__.py
 ${PYSITELIB}/identify/__init__.pyc
 ${PYSITELIB}/identify/__init__.pyo
diff --git a/py-identify/distinfo b/py-identify/distinfo
index 2e3a3fb3c4..c5ba523836 100644
--- a/py-identify/distinfo
+++ b/py-identify/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (identify-2.5.30.tar.gz) = c229be5f01f81a2499dad85fc441f41870914d65d61fdfb7a490b47adef41300
-SHA512 (identify-2.5.30.tar.gz) = b7fc55171cc0f0a74174134145ad4c3214550a806ec8ce598cd334d27245cada6c687ae92286ae059577a49b707bb531a120b67e3356fad815df21d154029e25
-Size (identify-2.5.30.tar.gz) = 98998 bytes
+BLAKE2s (identify-2.5.31.tar.gz) = 975b32f64241b9585e271de5b1f3ade4ae3ea250ed15570743002a7bc227ac81
+SHA512 (identify-2.5.31.tar.gz) = 18dac65a460427e29440ccb875285135c300373aaff3ae8b5f62eca8db364ab015c35daa0e05ee881278de0fecd7d17870f28ce3abfc6836f43e0d09680618ee
+Size (identify-2.5.31.tar.gz) = 98969 bytes


Home | Main Index | Thread Index | Old Index