pkgsrc-WIP-changes archive

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

wip/py-unidiff: import py27-unidiff-0.5.4



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 03:05:53 2017 +0200
Changeset:	e6b41090c0fd2f1ae31aab2dbe4255bec7bc6b2c

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

Log Message:
wip/py-unidiff: import py27-unidiff-0.5.4

Simple Python library to parse and interact with unified diff data.

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

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

diffstat:
 py-unidiff/DESCR    |  1 +
 py-unidiff/Makefile | 21 +++++++++++++++++++++
 py-unidiff/PLIST    | 18 ++++++++++++++++++
 py-unidiff/distinfo |  6 ++++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/py-unidiff/DESCR b/py-unidiff/DESCR
new file mode 100644
index 0000000000..aa2c0e91dd
--- /dev/null
+++ b/py-unidiff/DESCR
@@ -0,0 +1 @@
+Simple Python library to parse and interact with unified diff data.
diff --git a/py-unidiff/Makefile b/py-unidiff/Makefile
new file mode 100644
index 0000000000..2d51c96791
--- /dev/null
+++ b/py-unidiff/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	python-unidiff
+DISTNAME=	python-unidiff-0.5.4
+PKGNAME=	${DISTNAME:S/python/${PYPKGPREFIX}/}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=matiasb/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+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
+
+EGG_NAME=	${DISTNAME:S/python-//}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-unidiff/PLIST b/py-unidiff/PLIST
new file mode 100644
index 0000000000..5a4a4d6adf
--- /dev/null
+++ b/py-unidiff/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+bin/unidiff
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/unidiff/__init__.py
+${PYSITELIB}/unidiff/__init__.pyc
+${PYSITELIB}/unidiff/__init__.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
new file mode 100644
index 0000000000..d7d282091f
--- /dev/null
+++ b/py-unidiff/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-unidiff-0.5.4.tar.gz) = 15d7937dbb7bb884347ae6ad5088209451b5fd20
+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


Home | Main Index | Thread Index | Old Index