pkgsrc-WIP-changes archive

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

py-unidiff: update to 0.7.5



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 17 17:39:55 2026 +0100
Changeset:	36912941e005738d644aa73cf6f840131c1e7d86

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

Log Message:
py-unidiff: update to 0.7.5

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

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

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

diffs:
diff --git a/py-unidiff/Makefile b/py-unidiff/Makefile
index e05c63e335..b9a65c1296 100644
--- a/py-unidiff/Makefile
+++ b/py-unidiff/Makefile
@@ -1,25 +1,24 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	python-unidiff
-DISTNAME=	python-unidiff-0.5.4
+DISTNAME=	python-unidiff-0.7.5
 PKGNAME=	${DISTNAME:S/python/${PYPKGPREFIX}/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=matiasb/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
+GITHUB_PROJECT=	python-unidiff
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://pypi.python.org/pypi/unidiff
 COMMENT=	Unified diff python parsing/metadata extraction library
 LICENSE=	mit
 
-USE_LANGUAGES=	# none
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
-EGG_NAME=	${DISTNAME:S/python-//}
+USE_LANGUAGES=	# none
 
 post-install:
 	${RUN} ${MV} ${DESTDIR}${PREFIX}/bin/unidiff \
 		${DESTDIR}${PREFIX}/bin/unidiff${PYVERSSUFFIX}
 
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-unidiff/PLIST b/py-unidiff/PLIST
index 68ba0fb57c..34b6803f0f 100644
--- a/py-unidiff/PLIST
+++ b/py-unidiff/PLIST
@@ -1,12 +1,16 @@
 @comment $NetBSD$
 bin/unidiff${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/unidiff-${PKGVERSION}.dist-info/METADATA
+${PYSITELIB}/unidiff-${PKGVERSION}.dist-info/RECORD
+${PYSITELIB}/unidiff-${PKGVERSION}.dist-info/WHEEL
+${PYSITELIB}/unidiff-${PKGVERSION}.dist-info/licenses/LICENSE
+${PYSITELIB}/unidiff-${PKGVERSION}.dist-info/top_level.txt
 ${PYSITELIB}/unidiff/__init__.py
 ${PYSITELIB}/unidiff/__init__.pyc
 ${PYSITELIB}/unidiff/__init__.pyo
+${PYSITELIB}/unidiff/__version__.py
+${PYSITELIB}/unidiff/__version__.pyc
+${PYSITELIB}/unidiff/__version__.pyo
 ${PYSITELIB}/unidiff/constants.py
 ${PYSITELIB}/unidiff/constants.pyc
 ${PYSITELIB}/unidiff/constants.pyo
diff --git a/py-unidiff/distinfo b/py-unidiff/distinfo
index 1249408bb1..3d3706cc4b 100644
--- a/py-unidiff/distinfo
+++ b/py-unidiff/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (python-unidiff-0.5.4.tar.gz) = 2e4c45e197d8431cca3652a933cc45a4ac8ec332
-SHA512 (python-unidiff-0.5.4.tar.gz) = c597795d77166dfd788cbe30d7b12c7b37d2e2bd0f078a22ff5f95f067e3060f70727c87262af688860bb2fa6303b67ac149c4c2eff418168e084056ff53cd2e
-Size (python-unidiff-0.5.4.tar.gz) = 12155 bytes
+BLAKE2s (python-unidiff-0.7.5.tar.gz) = efc397e2350f276c97890d1ca3ec5c75bfc446175f826d60280a58aa92db6b33
+SHA512 (python-unidiff-0.7.5.tar.gz) = 50955aae18e9f16f515c539ef19a0238010003fc2ecf20d61c0f291a65719f90fb3aac1210f30a9b1ff47cda58d1e0bd92b2c23e5c0e380120a22dd57e9230fc
+Size (python-unidiff-0.7.5.tar.gz) = 18334 bytes


Home | Main Index | Thread Index | Old Index