diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:39:42 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:54:27 +0000 |
commit | 22d01030b4d5eea891f49d62aed4c1fb73ab8177 (patch) | |
tree | 4971e118566b3da9bfe4fd1f7389698ba24ceae6 | |
parent | 72ce3dbfbbdc1031661f43688303db1a506ba786 (diff) |
devel/py-poetry-core: Update to 2.0.1
-rw-r--r-- | devel/py-poetry-core/Makefile | 4 | ||||
-rw-r--r-- | devel/py-poetry-core/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-poetry-core/Makefile b/devel/py-poetry-core/Makefile index b1740d83c1c8..b8af4f80603e 100644 --- a/devel/py-poetry-core/Makefile +++ b/devel/py-poetry-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= poetry-core -PORTVERSION= 1.9.1 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-poetry/poetry-core/releases/download/${PORTVERSION}/ @@ -13,7 +13,7 @@ WWW= https://github.com/python-poetry/poetry-core LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= git=false diff --git a/devel/py-poetry-core/distinfo b/devel/py-poetry-core/distinfo index 83ee4e475c16..bcf11e0eb263 100644 --- a/devel/py-poetry-core/distinfo +++ b/devel/py-poetry-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729240364 -SHA256 (poetry_core-1.9.1.tar.gz) = 7a2d49214bf58b4f17f99d6891d947a9836c9899a67a5069f52d7b67217f61b8 -SIZE (poetry_core-1.9.1.tar.gz) = 337193 +TIMESTAMP = 1738089028 +SHA256 (poetry_core-2.0.1.tar.gz) = 10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157 +SIZE (poetry_core-2.0.1.tar.gz) = 355487 |