1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 19:20:36 -04:00
ports/devel/py-poetry-core/files/patch-setup.py
Sunpoet Po-Chuan Hsieh eb1f9c4dc2 Add py-poetry-core 1.0.0
Poetry Core is a PEP 517 build backend implementation developed for Poetry. This
project is intended to be a light weight, fully compliant, self-contained
package allowing PEP 517 compatible build frontends to build Poetry managed
projects.

WWW: https://github.com/python-poetry/poetry-core
2020-10-10 07:43:42 +00:00

11 lines
690 B
Python

--- setup.py.orig 2020-09-30 23:13:15 UTC
+++ setup.py
@@ -44,7 +44,7 @@ extras_require = \
'typing>=3.7.4.1,<4.0.0.0',
'enum34>=1.1.10,<2.0.0',
'functools32>=3.2.3-2,<4.0.0'],
- ':python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.8"': ['importlib-metadata>=1.7.0,<2.0.0']}
+ ':python_version >= "2.7" and python_version < "2.8" or python_version >= "3.5" and python_version < "3.8"': ['importlib-metadata>=1.7.0']}
setup_kwargs = {
'name': 'poetry-core',