svn commit: r479927 - in head/devel/py-pygit2: . files

Matthias Fechner mfechner at FreeBSD.org
Mon Sep 17 11:47:12 UTC 2018


Author: mfechner
Date: Mon Sep 17 11:47:10 2018
New Revision: 479927
URL: https://svnweb.freebsd.org/changeset/ports/479927

Log:
  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)

Added:
  head/devel/py-pygit2/files/
  head/devel/py-pygit2/files/patch-setup.py   (contents, props changed)
Modified:
  head/devel/py-pygit2/Makefile
  head/devel/py-pygit2/distinfo

Modified: head/devel/py-pygit2/Makefile
==============================================================================
--- head/devel/py-pygit2/Makefile	Mon Sep 17 11:39:16 2018	(r479926)
+++ head/devel/py-pygit2/Makefile	Mon Sep 17 11:47:10 2018	(r479927)
@@ -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}

Modified: head/devel/py-pygit2/distinfo
==============================================================================
--- head/devel/py-pygit2/distinfo	Mon Sep 17 11:39:16 2018	(r479926)
+++ head/devel/py-pygit2/distinfo	Mon Sep 17 11:47:10 2018	(r479927)
@@ -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

Added: head/devel/py-pygit2/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pygit2/files/patch-setup.py	Mon Sep 17 11:47:10 2018	(r479927)
@@ -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,


More information about the svn-ports-all mailing list