git: a6e2685fede7 - main - devel/py-shpyx: Update to 0.0.37
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jul 2026 05:04:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a6e2685fede7c60a08cf316dbbdd93c7d8598e7c
commit a6e2685fede7c60a08cf316dbbdd93c7d8598e7c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-12 04:52:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-12 04:52:06 +0000
devel/py-shpyx: Update to 0.0.37
Changes: https://github.com/Apakottur/shpyx/releases
---
devel/py-shpyx/Makefile | 5 +++--
devel/py-shpyx/distinfo | 6 +++---
devel/py-shpyx/files/patch-pyproject.toml | 11 -----------
3 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/devel/py-shpyx/Makefile b/devel/py-shpyx/Makefile
index db0edbec46ee..69f8055f4943 100644
--- a/devel/py-shpyx/Makefile
+++ b/devel/py-shpyx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= shpyx
-PORTVERSION= 0.0.34
+PORTVERSION= 0.0.37
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ WWW= https://github.com/Apakottur/shpyx
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.9.0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-shpyx/distinfo b/devel/py-shpyx/distinfo
index 594f60758240..612c50a81c75 100644
--- a/devel/py-shpyx/distinfo
+++ b/devel/py-shpyx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120754
-SHA256 (shpyx-0.0.34.tar.gz) = 3249fdd9dee59665eaaa8a8051f241b0a1868479ddbd9b93fa626b443b68f964
-SIZE (shpyx-0.0.34.tar.gz) = 10592
+TIMESTAMP = 1783784450
+SHA256 (shpyx-0.0.37.tar.gz) = 74ab5fb3a8aeda5922e30e49413bf9023f04225c2dc3b1c3b9be17711731e616
+SIZE (shpyx-0.0.37.tar.gz) = 78506
diff --git a/devel/py-shpyx/files/patch-pyproject.toml b/devel/py-shpyx/files/patch-pyproject.toml
deleted file mode 100644
index 6a444d491f96..000000000000
--- a/devel/py-shpyx/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2024-08-12 10:34:34 UTC
-+++ pyproject.toml
-@@ -1,6 +1,6 @@
- [build-system]
--requires = ["poetry==1.8.3"]
--build-backend = "poetry.masonry.api"
-+requires = ["poetry-core>=1.9.0"]
-+build-backend = "poetry.core.masonry.api"
-
- [tool.poetry]
- name = "shpyx"