pkgsrc-WIP-changes archive

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

Import py-pygit version 0.1 from pypi



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Tue May 8 02:36:10 2018 +0200
Changeset:	5947ef861863e2fe7ca9ad9b8853f18bd3d380b1

Modified Files:
	Makefile
Added Files:
	py-pygit/DESCR
	py-pygit/Makefile
	py-pygit/PLIST
	py-pygit/distinfo

Log Message:
Import py-pygit version 0.1 from pypi

Pythonic bindings for git. Those bindings map the object representation of git
in a rather low level, and allows editing a repository.

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

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

diffstat:
 Makefile          |  1 +
 py-pygit/DESCR    |  2 ++
 py-pygit/Makefile | 15 +++++++++++++++
 py-pygit/PLIST    | 20 ++++++++++++++++++++
 py-pygit/distinfo |  6 ++++++
 5 files changed, 44 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4ca7db1283..af1b6b4a86 100644
--- a/Makefile
+++ b/Makefile
@@ -3601,6 +3601,7 @@ SUBDIR+=	py-pyentropy
 SUBDIR+=	py-pyevolve
 SUBDIR+=	py-pyfaces
 SUBDIR+=	py-pyflation
+SUBDIR+=	py-pygit
 SUBDIR+=	py-pyglet
 SUBDIR+=	py-pygr
 SUBDIR+=	py-pykit-sci
diff --git a/py-pygit/DESCR b/py-pygit/DESCR
new file mode 100644
index 0000000000..f7867cfed7
--- /dev/null
+++ b/py-pygit/DESCR
@@ -0,0 +1,2 @@
+Pythonic bindings for git. Those bindings map the object representation of git
+in a rather low level, and allows editing a repository.
diff --git a/py-pygit/Makefile b/py-pygit/Makefile
new file mode 100644
index 0000000000..65ea8ade54
--- /dev/null
+++ b/py-pygit/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	pygit-0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pygit/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/pygit/
+COMMENT=	Pythonic bindings for git
+
+LICENSE=	gnu-lgpl-v2
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pygit/PLIST b/py-pygit/PLIST
new file mode 100644
index 0000000000..c2aabbca01
--- /dev/null
+++ b/py-pygit/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/git/__init__.py
+${PYSITELIB}/git/__init__.pyc
+${PYSITELIB}/git/__init__.pyo
+${PYSITELIB}/git/config.py
+${PYSITELIB}/git/config.pyc
+${PYSITELIB}/git/config.pyo
+${PYSITELIB}/git/gitbinary.py
+${PYSITELIB}/git/gitbinary.pyc
+${PYSITELIB}/git/gitbinary.pyo
+${PYSITELIB}/git/misc.py
+${PYSITELIB}/git/misc.pyc
+${PYSITELIB}/git/misc.pyo
+${PYSITELIB}/git/objects.py
+${PYSITELIB}/git/objects.pyc
+${PYSITELIB}/git/objects.pyo
+${PYSITELIB}/git/repository.py
+${PYSITELIB}/git/repository.pyc
+${PYSITELIB}/git/repository.pyo
+${PYSITELIB}/${EGG_FILE}
diff --git a/py-pygit/distinfo b/py-pygit/distinfo
new file mode 100644
index 0000000000..2fc8f52c49
--- /dev/null
+++ b/py-pygit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pygit-0.1.tar.gz) = 2c2fa28909eee3f9ba6b1619d2f499cdb961f133
+RMD160 (pygit-0.1.tar.gz) = 4aab1e90e571940eafd4637c435e39c84535d3b6
+SHA512 (pygit-0.1.tar.gz) = 8d3f7a4fe78a200d89e0f327493f5e387b773a17aec69316a540b69cc4bce0f58cb264d882cc51917b3f25e0a3d1e398393a8ea8be5ce23b2a587e63240dfa62
+Size (pygit-0.1.tar.gz) = 6712 bytes


Home | Main Index | Thread Index | Old Index