diff --git a/MOVED b/MOVED index 733c74b01edfa..d184171fc3dcc 100644 --- a/MOVED +++ b/MOVED @@ -7622,3 +7622,4 @@ net/gnu-dico|net/dico|2023-06-03|Renamed to match upstream naming editors/o|editors/orbiton|2023-06-04|Project was renamed databases/rubygem-pg14|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Use databases/rubygem-pg instead databases/rubygem-redis-namespace18|databases/rubygem-redis-namespace|2023-06-05|Remove obsoleted port. Use databases/rubygem-redis-namespace instead +devel/poetry|devel/py-poetry|2023-06-05|Remove obsoleted port. Use devel/py-poetry instead diff --git a/devel/Makefile b/devel/Makefile index 006e2ff10eafa..aece5e78048b6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4123,7 +4123,6 @@ SUBDIR += pmd SUBDIR += pmdk SUBDIR += poco - SUBDIR += poetry SUBDIR += popt SUBDIR += poser SUBDIR += poxml diff --git a/devel/poetry/Makefile b/devel/poetry/Makefile deleted file mode 100644 index 895aaa1b01ea0..0000000000000 --- a/devel/poetry/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -PORTNAME= poetry -DISTVERSION= 1.3.2 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMESUFFIX= -python-tool - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python dependency management and packaging made easy -WWW= https://python-poetry.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.12.9:www/py-cachecontrol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cleo>0:devel/py-cleo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}crashtest>=0.4.1:devel/py-crashtest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/py-dulwich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}filelock>=3.8.0:sysutils/py-filelock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>=1.0:www/py-html5lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.4:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.10.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>=23.9.0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lockfile>=0.12.2:devel/py-lockfile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=20.4:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=4.7.0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.5:sysutils/py-pkginfo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}platformdirs>=2.5.2:devel/py-platformdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}poetry-plugin-export>=1.2.0:devel/py-poetry-plugin-export@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1<0.11.0:www/py-requests-toolbelt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}shellingham>=1.5:devel/py-shellingham@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.1<1.0.0:textproc/py-tomlkit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}trove-classifiers>=2022.5.19:devel/py-trove-classifiers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.0:net/py-urllib3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.4.3:devel/py-virtualenv@${PY_FLAVOR} -BUILD_DEPENDS= ${PY_DEPENDS} -RUN_DEPENDS= ${PY_DEPENDS} - -USES= python:3.7+ -USE_PYTHON= pep517 noflavors autoplist - -NO_ARCH= yes - -BINARY_ALIAS= git=false # when git is present it picks .gitignore for somne reason and fails to create a proper wheel because 'work' is in .gitignore - -.include diff --git a/devel/poetry/distinfo b/devel/poetry/distinfo deleted file mode 100644 index 3f945e9b5391a..0000000000000 --- a/devel/poetry/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1675009621 -SHA256 (poetry-1.3.2.tar.gz) = 26ded25f0cf67943243ca4f0aafd47ec4668bdb62845dbb8c2b0e3d9cd280bf4 -SIZE (poetry-1.3.2.tar.gz) = 871903 diff --git a/devel/poetry/pkg-descr b/devel/poetry/pkg-descr deleted file mode 100644 index 40b7f0b579d51..0000000000000 --- a/devel/poetry/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Poetry helps you declare, manage and install dependencies of Python projects, -ensuring you have the right stack everywhere.