aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-11-29 00:04:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-11-29 00:04:56 +0800
commit0bd32f8411ef54e05a575c1271a3eeaeb8936958 (patch)
tree82f96221b58c74c62b619bebc4e3b35705467e49
parentb57358ca6e00df005cbc218dde5982e0e959cc9f (diff)
downloadfreebsd-ports-gnome-0bd32f8411ef54e05a575c1271a3eeaeb8936958.tar.gz
freebsd-ports-gnome-0bd32f8411ef54e05a575c1271a3eeaeb8936958.tar.zst
freebsd-ports-gnome-0bd32f8411ef54e05a575c1271a3eeaeb8936958.zip
- Update to 0.23.2
- Strip shared library - Do not silence installation message - Update pkg-descr Changes: https://pypi.python.org/pypi/pygit2#changelog PR: 204864 Submitted by: sunpoet (myself) Approved by: wg (maintainer)
-rw-r--r--devel/py-pygit2/Makefile4
-rw-r--r--devel/py-pygit2/distinfo4
-rw-r--r--devel/py-pygit2/pkg-descr3
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile
index 99881bb75696..a6d6d6271c7a 100644
--- a/devel/py-pygit2/Makefile
+++ b/devel/py-pygit2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pygit2
-PORTVERSION= 0.23.0
+PORTVERSION= 0.23.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,6 +25,6 @@ regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pygit2.so ${STAGEDIR}${PYTHON_SITELIBDIR}/pygit2/_libgit2.so
.include <bsd.port.mk>
diff --git a/devel/py-pygit2/distinfo b/devel/py-pygit2/distinfo
index fa6b1dd215aa..d53e19dcf251 100644
--- a/devel/py-pygit2/distinfo
+++ b/devel/py-pygit2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pygit2-0.23.0.tar.gz) = 90101a7a4b3c3563662c4047d5b6c52d84d9150570a7262e88892c604545dcb2
-SIZE (pygit2-0.23.0.tar.gz) = 453779
+SHA256 (pygit2-0.23.2.tar.gz) = ca24907fba277647334ef1b86478d8cf1c44fbcc952dc4e36c7aba1cdbf39d03
+SIZE (pygit2-0.23.2.tar.gz) = 464703
diff --git a/devel/py-pygit2/pkg-descr b/devel/py-pygit2/pkg-descr
index a5b5125cb2ad..1a46c5164bce 100644
--- a/devel/py-pygit2/pkg-descr
+++ b/devel/py-pygit2/pkg-descr
@@ -1,4 +1,5 @@
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
-implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
+implements the core of Git. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4 and
+pypy.
WWW: http://www.pygit2.org/