diff --git a/devel/py-poetry2setup/Makefile b/devel/py-poetry2setup/Makefile index 6f2c411af2d6..bb2d59efd166 100644 --- a/devel/py-poetry2setup/Makefile +++ b/devel/py-poetry2setup/Makefile @@ -1,23 +1,23 @@ PORTNAME= poetry2setup PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Convert python-poetry to setup.py WWW= https://github.com/abersheeran/poetry2setup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0<2.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-poetry2setup/files/patch-pyproject.toml b/devel/py-poetry2setup/files/patch-pyproject.toml new file mode 100644 index 000000000000..21c29162baec --- /dev/null +++ b/devel/py-poetry2setup/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2022-10-28 06:27:18 UTC ++++ pyproject.toml +@@ -12,7 +12,7 @@ python = "^3.6" + [tool.poetry.dependencies] + python = "^3.6" + +-poetry-core = "^1.0.0" ++poetry-core = ">=1.0.0" + + [tool.poetry.dev-dependencies] +