git: 44b8a5237242 - main - devel/py-poetry-core: Update to 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 02:25:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=44b8a52372426cd33d8092c9978c7f140a630a76
commit 44b8a52372426cd33d8092c9978c7f140a630a76
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 02:15:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 02:15:03 +0000
devel/py-poetry-core: Update to 1.2.0
Changes: https://github.com/python-poetry/poetry-core/releases
---
devel/py-poetry-core/Makefile | 2 +-
devel/py-poetry-core/distinfo | 6 +++---
devel/py-poetry-core/files/setup.py | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/py-poetry-core/Makefile b/devel/py-poetry-core/Makefile
index ce22932d5d33..705a86830c04 100644
--- a/devel/py-poetry-core/Makefile
+++ b/devel/py-poetry-core/Makefile
@@ -1,5 +1,5 @@
PORTNAME= poetry-core
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-poetry-core/distinfo b/devel/py-poetry-core/distinfo
index 5a17955cd21b..d4c005c0304f 100644
--- a/devel/py-poetry-core/distinfo
+++ b/devel/py-poetry-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661950920
-SHA256 (poetry-core-1.1.0.tar.gz) = d145ae121cf79118a8901b60f2c951c4edcc16f55eb8aaefc156aa33aa921f07
-SIZE (poetry-core-1.1.0.tar.gz) = 508157
+TIMESTAMP = 1663672848
+SHA256 (poetry-core-1.2.0.tar.gz) = ceccec95487e46c63a41761fbac5211b809bca22658e25a049f4c7da96269f71
+SIZE (poetry-core-1.2.0.tar.gz) = 509288
diff --git a/devel/py-poetry-core/files/setup.py b/devel/py-poetry-core/files/setup.py
index a1ecfaa978b4..530e2932f1c7 100644
--- a/devel/py-poetry-core/files/setup.py
+++ b/devel/py-poetry-core/files/setup.py
@@ -56,8 +56,8 @@ setup_kwargs = {
'long_description': '# Poetry Core\n[](https://pypi.org/project/poetry-core/)\n[](https://pypi.org/project/poetry-core/)\n[](https://opensource.org/licenses/MIT)\n[](https://github.com/psf/black)\n[](https://github.com/python-poetry/poetry-core/actions?query=workflow%3ATests)\n\nA [PEP 517](https://www.python.org/dev/peps/pep-0517/) build backend implementation developed for\n[Poetry](https://github.com/python-poetry/poetry). This project is intended to be a light weight, fully compliant,\nself-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.\n\n## Usage\nIn most cases, the usage of this
package is transparent to the end-user as it is either made use by Poetry itself\nor a PEP 517 frontend (eg: `pip`).\n\nIn order to enable the use `poetry-core` as your build backend, the following snippet must be present in your\nproject\'s `pyproject.toml` file.\n\n```toml\n[build-system]\nrequires = ["poetry-core"]\nbuild-backend = "poetry.core.masonry.api"\n```\n\nOnce this is present, a PEP 517 frontend like `pip` can build and install your project from source without the need\nfor Poetry or any of it\'s dependencies.\n\n```shell\n# install to current environment\npip install /path/to/poetry/managed/project\n\n# build a wheel package\npip wheel /path/to/poetry/managed/project\n```\n\n## Why is this required?\nPrior to the release of version `1.1.0`, Poetry was a build as a project management tool that included a PEP 517\nbuild backend. This was inefficient and time consuming in majority cases a PEP 517 build was required. For example,\nboth `pip` and `tox` (with isolated builds
) would install Poetry and all dependencies !
it required. Most of these\ndependencies are not required when the objective is to simply build either a source or binary distribution of your\nproject.\n\nIn order to improve the above situation, `poetry-core` was created. Shared functionality pertaining to PEP 517 build\nbackends, including reading lock file, `pyproject.toml` and building wheel/sdist, were implemented in this package. This\nmakes PEP 517 builds extremely fast for Poetry managed packages.\n',
'author': 'Sébastien Eustace',
'author_email': 'sebastien@eustace.io',
- 'maintainer': None,
- 'maintainer_email': None,
+ 'maintainer': 'None',
+ 'maintainer_email': 'None',
'url': 'https://github.com/python-poetry/poetry-core',
'package_dir': package_dir,
'packages': packages,