summaryrefslogtreecommitdiff
path: root/devel/py-hatch-vcs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-hatch-vcs/Makefile5
-rw-r--r--devel/py-hatch-vcs/distinfo6
-rw-r--r--devel/py-hatch-vcs/files/patch-pyproject.toml20
3 files changed, 25 insertions, 6 deletions
diff --git a/devel/py-hatch-vcs/Makefile b/devel/py-hatch-vcs/Makefile
index 0b58fa464547..a98682b79790 100644
--- a/devel/py-hatch-vcs/Makefile
+++ b/devel/py-hatch-vcs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= hatch-vcs
-PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.0:devel/py-setuptools-scm@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.0:devel/py-setuptools-scm@${PY_FLAVOR}
TEST_DEPENDS= git:devel/git
USES= python
diff --git a/devel/py-hatch-vcs/distinfo b/devel/py-hatch-vcs/distinfo
index e8eebca7e296..76eec5f69898 100644
--- a/devel/py-hatch-vcs/distinfo
+++ b/devel/py-hatch-vcs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699774544
-SHA256 (hatch_vcs-0.4.0.tar.gz) = 093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
-SIZE (hatch_vcs-0.4.0.tar.gz) = 10917
+TIMESTAMP = 1748495769
+SHA256 (hatch_vcs-0.5.0.tar.gz) = 0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9
+SIZE (hatch_vcs-0.5.0.tar.gz) = 11424
diff --git a/devel/py-hatch-vcs/files/patch-pyproject.toml b/devel/py-hatch-vcs/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8a3c99721e3b
--- /dev/null
+++ b/devel/py-hatch-vcs/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ readme = "README.md"
+ dynamic = ["version"]
+ description = 'Hatch plugin for versioning with your preferred VCS'
+ readme = "README.md"
+-license = "MIT"
++license = { text = "MIT" }
+ requires-python = ">=3.9"
+ keywords = [
+ "git",
+@@ -34,7 +34,7 @@ dependencies = [
+ ]
+ dependencies = [
+ "hatchling>=1.1.0",
+- "setuptools-scm>=8.2.0",
++ "setuptools-scm>=8.0.0",
+ ]
+
+ [project.urls]