Skip to content

Commit

Permalink
graphics/py-graphlib-backport: Update to 1.1.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/mariushelf/graphlib_backport/releases
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 6c35811 commit a63e441
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
6 changes: 4 additions & 2 deletions graphics/py-graphlib-backport/Makefile
@@ -1,5 +1,5 @@
PORTNAME= graphlib-backport
PORTVERSION= 1.0.3
PORTVERSION= 1.1.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,10 @@ WWW= https://github.com/mariushelf/graphlib_backport

LICENSE= PSFL

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0:devel/py-poetry-core@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions graphics/py-graphlib-backport/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1655208196
SHA256 (graphlib_backport-1.0.3.tar.gz) = 7bb8fc7757b8ae4e6d8000a26cd49e9232aaa9a3aa57edb478474b8424bfaae2
SIZE (graphlib_backport-1.0.3.tar.gz) = 5031
TIMESTAMP = 1710712504
SHA256 (graphlib_backport-1.1.0.tar.gz) = 00a7888b21e5393064a133209cb5d3b3ef0a2096cf023914c9d778dff5644125
SIZE (graphlib_backport-1.1.0.tar.gz) = 6639
10 changes: 10 additions & 0 deletions graphics/py-graphlib-backport/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
--- pyproject.toml.orig 2024-03-05 11:04:37 UTC
+++ pyproject.toml
@@ -52,5 +52,5 @@ target-version = "py37"
]

[build-system]
-requires = ["poetry>=1.0"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0"]
+build-backend = "poetry.core.masonry.api"

0 comments on commit a63e441

Please sign in to comment.