aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-12-04 12:01:22 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-12-04 12:07:30 +0000
commitf6bfe11764c55e3cc19e6108f42737f39b51de9c (patch)
tree736f2bac5652a7a1969b51219962e3da346dc33c
parent59c3b95df7f36c76360bcbf889e040df9260702f (diff)
downloadports-f6bfe11764c55e3cc19e6108f42737f39b51de9c.tar.gz
ports-f6bfe11764c55e3cc19e6108f42737f39b51de9c.zip
devel/py-pygit2: update to 1.7.1
-rw-r--r--devel/py-pygit2/Makefile4
-rw-r--r--devel/py-pygit2/distinfo6
-rw-r--r--devel/py-pygit2/files/patch-src_types.h13
3 files changed, 5 insertions, 18 deletions
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile
index af1f58b97dc6..5fb4104f6eef 100644
--- a/devel/py-pygit2/Makefile
+++ b/devel/py-pygit2/Makefile
@@ -3,7 +3,7 @@
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged
PORTNAME= pygit2
-PORTVERSION= 1.6.1
+PORTVERSION= 1.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${MY_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.8+
USE_PYTHON= autoplist distutils
MAKE_ENV= LIBGIT2=${LOCALBASE}
PYDISTUTILS_TEST_TARGET?= test
diff --git a/devel/py-pygit2/distinfo b/devel/py-pygit2/distinfo
index 6c36c3ab1c93..fcbf72dc9521 100644
--- a/devel/py-pygit2/distinfo
+++ b/devel/py-pygit2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631174621
-SHA256 (pygit2-1.6.1.tar.gz) = c3303776f774d3e0115c1c4f6e1fc35470d15f113a7ae9401a0b90acfa1661ac
-SIZE (pygit2-1.6.1.tar.gz) = 258338
+TIMESTAMP = 1638618402
+SHA256 (pygit2-1.7.1.tar.gz) = d7faa29558436decc2e78110f38d6677eb366b683ba5cdc2803d47195711165d
+SIZE (pygit2-1.7.1.tar.gz) = 281791
diff --git a/devel/py-pygit2/files/patch-src_types.h b/devel/py-pygit2/files/patch-src_types.h
deleted file mode 100644
index 4bfc3c6e8a95..000000000000
--- a/devel/py-pygit2/files/patch-src_types.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/types.h.orig 2021-09-09 11:47:02 UTC
-+++ src/types.h
-@@ -32,8 +32,8 @@
- #include <Python.h>
- #include <git2.h>
-
--#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
--#error You need a compatible libgit2 version (1.1.x)
-+#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 2)
-+#error You need a compatible libgit2 version (1.2.x)
- #endif
-
- /*