devel/py-pygit2: update to 0.28.2
Changes: https://github.com/libgit2/pygit2/compare/v0.28.0...v0.28.2 PR: 242022 Approved by: mfechner (maintainer)
This commit is contained in:
parent
d9ea85efea
commit
c757c01e98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517811
3 changed files with 5 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged
|
||||
|
||||
PORTNAME= pygit2
|
||||
PORTVERSION= 0.28.0
|
||||
PORTVERSION= 0.28.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,8 +15,7 @@ COMMENT= Python bindings for libgit2
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libgit2.so:devel/libgit2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1553163535
|
||||
SHA256 (pygit2-0.28.0.tar.gz) = 6dbce6aa7e0e1878ad19363a0e0de52f419b4abe2750c89974a42501bed2cf52
|
||||
SIZE (pygit2-0.28.0.tar.gz) = 486621
|
||||
TIMESTAMP = 1558863763
|
||||
SHA256 (pygit2-0.28.2.tar.gz) = 4d8c3fbbf2e5793a9984681a94e6ac2f1bc91a92cbac762dbdfbea296b917f86
|
||||
SIZE (pygit2-0.28.2.tar.gz) = 496469
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- setup.py.orig 2019-01-30 21:54:31 UTC
|
||||
+++ setup.py
|
||||
@@ -154,7 +154,7 @@ setup(name='pygit2',
|
||||
packages=['pygit2'],
|
||||
package_data={'pygit2': ['decl.h']},
|
||||
setup_requires=['cffi'],
|
||||
- install_requires=['cffi', 'six', 'pycparser<2.18'],
|
||||
+ install_requires=['cffi', 'six', 'pycparser<2.19'],
|
||||
zip_safe=False,
|
||||
cmdclass=cmdclass,
|
||||
**extra_args)
|
Loading…
Reference in a new issue