pkgsrc-WIP-changes archive

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

wip/py-patch: import patch-1.16 (reqired by wip/conan that is comming later).



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Feb 6 17:11:48 2019 +0000
Changeset:	ed00e5063b2882f5fc9d430643235d96ee867b9d

Added Files:
	py-patch/DESCR
	py-patch/Makefile
	py-patch/PLIST
	py-patch/distinfo

Log Message:
wip/py-patch: import patch-1.16 (reqired by wip/conan that is comming later).

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

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

diffstat:
 py-patch/DESCR    |  1 +
 py-patch/Makefile | 18 ++++++++++++++++++
 py-patch/PLIST    |  5 +++++
 py-patch/distinfo |  6 ++++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/py-patch/DESCR b/py-patch/DESCR
new file mode 100644
index 0000000000..2078388d1d
--- /dev/null
+++ b/py-patch/DESCR
@@ -0,0 +1 @@
+Library to parse and apply unified diffs.
diff --git a/py-patch/Makefile b/py-patch/Makefile
new file mode 100644
index 0000000000..c88956416e
--- /dev/null
+++ b/py-patch/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	patch-1.16
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/patch/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/techtonik/python-patch
+COMMENT=	Library to parse and apply unified diffs
+LICENSE=	mit
+
+WRKSRC=		${WRKDIR}/patch-1.16
+EXTRACT_DIR=	${WRKSRC}
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-patch/PLIST b/py-patch/PLIST
new file mode 100644
index 0000000000..470ed45c08
--- /dev/null
+++ b/py-patch/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/patch.py
+${PYSITELIB}/patch.pyc
+${PYSITELIB}/patch.pyo
diff --git a/py-patch/distinfo b/py-patch/distinfo
new file mode 100644
index 0000000000..01062c1621
--- /dev/null
+++ b/py-patch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (patch-1.16.zip) = 87523935eb8a38dda3c4ada9a3719ee9d8f62769
+RMD160 (patch-1.16.zip) = 692d4840a2b2f2d599b3376ceac1193cee964f9a
+SHA512 (patch-1.16.zip) = 563be07f0376e6ddcf7fa500006d57def4faa2d9fdbd5232afac625d17d9621787de60dc67f0895e1f54f1d5cf0920594ade0985f1dfb7796f131acc92cd7f0b
+Size (patch-1.16.zip) = 12809 bytes


Home | Main Index | Thread Index | Old Index