aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:13:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:13:59 +0000
commitb63b3951b112272d3edac9c62daea3cdf597ad65 (patch)
tree05371c784911d40c167b3ab86eaea174885dac54
parentb87777223f69553439a34b5f03d8b0f961d26ef7 (diff)
downloadports-b63b3951b112272d3edac9c62daea3cdf597ad65.tar.gz
ports-b63b3951b112272d3edac9c62daea3cdf597ad65.zip
devel/py-msgpack: Update to 1.0.6
-rw-r--r--devel/py-msgpack/Makefile5
-rw-r--r--devel/py-msgpack/distinfo6
-rw-r--r--devel/py-msgpack/files/patch-pyproject.toml11
3 files changed, 16 insertions, 6 deletions
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile
index 440d80e93fb3..587fbd5155ab 100644
--- a/devel/py-msgpack/Makefile
+++ b/devel/py-msgpack/Makefile
@@ -1,6 +1,5 @@
PORTNAME= msgpack
-PORTVERSION= 1.0.5
-PORTREVISION= 1
+PORTVERSION= 1.0.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.30<0.30:lang/cython@${PY_FLAVOR} \
- ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo
index a7b1b04c9c78..cd38f09785d0 100644
--- a/devel/py-msgpack/distinfo
+++ b/devel/py-msgpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679498702
-SHA256 (msgpack-1.0.5.tar.gz) = c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c
-SIZE (msgpack-1.0.5.tar.gz) = 127834
+TIMESTAMP = 1695588824
+SHA256 (msgpack-1.0.6.tar.gz) = 25d3746da40f3c8c59c3b1d001e49fd2aa17904438f980d9a391370366df001e
+SIZE (msgpack-1.0.6.tar.gz) = 166462
diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d5f4ae503c57
--- /dev/null
+++ b/devel/py-msgpack/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2023-09-13 20:09:22 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@
+ requires = [
+ # Also declared in requirements.txt, if updating here please also update
+ # there
+- "Cython~=3.0.0",
++ "Cython~=0.29.30",
+ "setuptools >= 35.0.2",
+ ]
+ build-backend = "setuptools.build_meta"