Skip to content

Commit

Permalink
devel/py-poetry-core: Update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 1601f60 commit f6596a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/py-poetry-core/Makefile
@@ -1,9 +1,9 @@
PORTNAME= poetry-core
PORTVERSION= 1.3.2
PORTREVISION= 2
PORTVERSION= 1.4.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= poetry_core-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Poetry PEP 517 Build Backend
Expand Down
6 changes: 3 additions & 3 deletions devel/py-poetry-core/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665330640
SHA256 (poetry-core-1.3.2.tar.gz) = 0ab006a40cb38d6a38b97264f6835da2f08a96912f2728ce668e9ac6a34f686f
SIZE (poetry-core-1.3.2.tar.gz) = 512522
TIMESTAMP = 1674589862
SHA256 (poetry_core-1.4.0.tar.gz) = 514bd33c30e0bf56b0ed44ee15e120d7e47b61ad908b2b1011da68c48a84ada9
SIZE (poetry_core-1.4.0.tar.gz) = 529023
5 changes: 2 additions & 3 deletions devel/py-poetry-core/files/setup.py
Expand Up @@ -14,6 +14,7 @@
'poetry.core._vendor.jsonschema.benchmarks',
'poetry.core._vendor.lark',
'poetry.core._vendor.lark.__pyinstaller',
'poetry.core._vendor.lark.grammars',
'poetry.core._vendor.lark.parsers',
'poetry.core._vendor.lark.tools',
'poetry.core._vendor.packaging',
Expand Down Expand Up @@ -45,7 +46,7 @@
package_data = \
{'': ['*'],
'poetry.core._vendor.jsonschema': ['schemas/*'],
'poetry.core._vendor.lark': ['grammars/*'],
'poetry.core._vendor.jsonschema.benchmarks': ['issue232/*'],
'poetry.core.json': ['schemas/*'],
'poetry.core.spdx': ['data/*']}

Expand All @@ -69,6 +70,4 @@
'python_requires': '>=3.7,<4.0',
}


setup(**setup_kwargs)

0 comments on commit f6596a4

Please sign in to comment.