pkgsrc-WIP-changes archive

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

py-unidiff: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 17 23:00:46 2026 +0100
Changeset:	dca6c48856c86dbab0e079850de475c0100d4461

Modified Files:
	Makefile
	py-buildbot/Makefile
	py-coala/Makefile
Removed Files:
	py-unidiff/ALTERNATIVES
	py-unidiff/DESCR
	py-unidiff/Makefile
	py-unidiff/PLIST
	py-unidiff/distinfo

Log Message:
py-unidiff: remove, imported to pkgsrc

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

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

diffstat:
 Makefile                |  1 -
 py-buildbot/Makefile    |  2 +-
 py-coala/Makefile       |  2 +-
 py-unidiff/ALTERNATIVES |  1 -
 py-unidiff/DESCR        |  1 -
 py-unidiff/Makefile     | 24 ------------------------
 py-unidiff/PLIST        | 22 ----------------------
 py-unidiff/distinfo     |  5 -----
 8 files changed, 2 insertions(+), 56 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 408e4a0fb8..ea4039179e 100644
--- a/Makefile
+++ b/Makefile
@@ -4968,7 +4968,6 @@ SUBDIR+=	py-ubjson
 SUBDIR+=	py-ueberzug
 SUBDIR+=	py-umalqurra
 SUBDIR+=	py-unidecode
-SUBDIR+=	py-unidiff
 SUBDIR+=	py-uniseg
 SUBDIR+=	py-unix-ar
 SUBDIR+=	py-update-checker
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
index 697a981820..a597694e91 100644
--- a/py-buildbot/Makefile
+++ b/py-buildbot/Makefile
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
 DEPENDS+=	${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-JWT-[0-9]*:../../textproc/py-JWT
 DEPENDS+=	${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
-DEPENDS+=	${PYPKGPREFIX}-unidiff>=0.7.5:../../wip/py-unidiff
+DEPENDS+=	${PYPKGPREFIX}-unidiff>=0.7.5:../../devel/py-unidiff
 # optional
 DEPENDS+=	${PYPKGPREFIX}-OpenSSL>=0:../../security/py-OpenSSL
 DEPENDS+=	${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
diff --git a/py-coala/Makefile b/py-coala/Makefile
index 4dd8279af8..bbc21c166e 100644
--- a/py-coala/Makefile
+++ b/py-coala/Makefile
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-coala_utils-[0-9]*:../../wip/py-coala_utils
 DEPENDS+=	${PYPKGPREFIX}-colorlog-[0-9]*:../../wip/py-colorlog
 DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=	${PYPKGPREFIX}-unidiff-[0-9]*:../../wip/py-unidiff
+DEPENDS+=	${PYPKGPREFIX}-unidiff-[0-9]*:../../devel/py-unidiff
 DEPENDS+=	${PYPKGPREFIX}-libclang-py3-[0-9]*:../../wip/py-libclang-py3
 DEPENDS+=	${PYPKGPREFIX}-dependency_management-[0-9]*:../../wip/py-dependency_management
 
diff --git a/py-unidiff/ALTERNATIVES b/py-unidiff/ALTERNATIVES
deleted file mode 100644
index f4d30dcb82..0000000000
--- a/py-unidiff/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/unidiff @PREFIX@/bin/unidiff@PYVERSSUFFIX@
diff --git a/py-unidiff/DESCR b/py-unidiff/DESCR
deleted file mode 100644
index aa2c0e91dd..0000000000
--- a/py-unidiff/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Simple Python library to parse and interact with unified diff data.
diff --git a/py-unidiff/Makefile b/py-unidiff/Makefile
deleted file mode 100644
index b9a65c1296..0000000000
--- a/py-unidiff/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-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
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
-USE_LANGUAGES=	# none
-
-post-install:
-	${RUN} ${MV} ${DESTDIR}${PREFIX}/bin/unidiff \
-		${DESTDIR}${PREFIX}/bin/unidiff${PYVERSSUFFIX}
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-unidiff/PLIST b/py-unidiff/PLIST
deleted file mode 100644
index 34b6803f0f..0000000000
--- a/py-unidiff/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD$
-bin/unidiff${PYVERSSUFFIX}
-${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
-${PYSITELIB}/unidiff/errors.py
-${PYSITELIB}/unidiff/errors.pyc
-${PYSITELIB}/unidiff/errors.pyo
-${PYSITELIB}/unidiff/patch.py
-${PYSITELIB}/unidiff/patch.pyc
-${PYSITELIB}/unidiff/patch.pyo
diff --git a/py-unidiff/distinfo b/py-unidiff/distinfo
deleted file mode 100644
index 3d3706cc4b..0000000000
--- a/py-unidiff/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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