aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:47:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:48 +0000
commitf2a735ba3730f9f7c58b75e4542d89745d88900b (patch)
tree78b634f1d75832bb4162a593f465bcc8bd468005
parent2ffcf9f9e36fd81b808ff260d655b9a65939368a (diff)
downloadports-f2a735ba3730f9f7c58b75e4542d89745d88900b.tar.gz
ports-f2a735ba3730f9f7c58b75e4542d89745d88900b.zip
devel/py-hatch-semver: Update to 2.0.2
- Add GitHub to MASTER_SITES Changes: https://github.com/fleetingbytes/hatch-semver/releases
-rw-r--r--devel/py-hatch-semver/Makefile5
-rw-r--r--devel/py-hatch-semver/distinfo6
-rw-r--r--devel/py-hatch-semver/files/patch-pyproject.toml10
3 files changed, 16 insertions, 5 deletions
diff --git a/devel/py-hatch-semver/Makefile b/devel/py-hatch-semver/Makefile
index 0777f35c444f..864a6f23bb50 100644
--- a/devel/py-hatch-semver/Makefile
+++ b/devel/py-hatch-semver/Makefile
@@ -1,7 +1,8 @@
PORTNAME= hatch-semver
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= devel python
-MASTER_SITES= PYPI
+MASTER_SITES= PYPI \
+ https://github.com/fleetingbytes/hatch-semver/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= hatch_semver-${PORTVERSION}
diff --git a/devel/py-hatch-semver/distinfo b/devel/py-hatch-semver/distinfo
index 5f03ac27b6a8..8591a3d5381e 100644
--- a/devel/py-hatch-semver/distinfo
+++ b/devel/py-hatch-semver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449180
-SHA256 (hatch_semver-2.0.1.tar.gz) = 38d5c63eb49bebec1795fe93e1b90f024af401e6407b48ef3ef0d831de8587c6
-SIZE (hatch_semver-2.0.1.tar.gz) = 20172
+TIMESTAMP = 1709390540
+SHA256 (hatch_semver-2.0.2.tar.gz) = 3c59c8c1eb30de1e961610d33a375746c658607fa49414081a6940f6b8466fae
+SIZE (hatch_semver-2.0.2.tar.gz) = 20169
diff --git a/devel/py-hatch-semver/files/patch-pyproject.toml b/devel/py-hatch-semver/files/patch-pyproject.toml
new file mode 100644
index 000000000000..3f16dc3be942
--- /dev/null
+++ b/devel/py-hatch-semver/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -1,7 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+ "hatchling",
+- "hatch-semver==2.0.1",
+ ]
+ build-backend = "hatchling.build"
+