Update devel/py-pygit2 to version 0.27.2.

Changelog: https://github.com/libgit2/pygit2/blob/v0.27.2/CHANGELOG.rst

Reported by:	PORTSCOUT
Approved by:	mentors (implicit)
This commit is contained in:
Matthias Fechner 2018-09-17 11:47:10 +00:00
parent 0def556210
commit ddcd19ac2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479927
3 changed files with 17 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged
PORTNAME= pygit2
PORTVERSION= 0.27.1
PORTVERSION= 0.27.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +15,8 @@ COMMENT= Python bindings for libgit2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR}
LIB_DEPENDS= libgit2.so:devel/libgit2
RUN_DEPENDS= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1528010741
SHA256 (pygit2-0.27.1.tar.gz) = 1aa5ba1d59370bda158950ba4849bb6e59f13ac7e6fca5e392bfd873bd2c1cf9
SIZE (pygit2-0.27.1.tar.gz) = 477820
TIMESTAMP = 1537177291
SHA256 (pygit2-0.27.2.tar.gz) = fcc293c54bdca8d0e270fd8bfa2e7a63243e093bbdb222c1efb240665a7f2b35
SIZE (pygit2-0.27.2.tar.gz) = 477237

View file

@ -0,0 +1,11 @@
--- setup.py.orig 2018-09-17 11:22:42 UTC
+++ setup.py
@@ -195,7 +195,7 @@ setup(name='pygit2',
long_description=long_description,
packages=['pygit2'],
package_data={'pygit2': ['decl.h']},
- setup_requires=['cffi', 'pycparser<2.18'],
+ setup_requires=['cffi', 'pycparser<2.19'],
install_requires=['cffi', 'six'],
zip_safe=False,
cmdclass=cmdclass,