Date: Tue, 31 Dec 2024 16:25:08 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1de833eb81f - main - devel/py-prompt-toolkit1: Remove obsoleted port Message-ID: <202412311625.4BVGP8Qn040493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1de833eb81faf1f7152d24d88237c6873bbfa4e commit a1de833eb81faf1f7152d24d88237c6873bbfa4e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:16:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:37 +0000 devel/py-prompt-toolkit1: Remove obsoleted port Use devel/py-prompt-toolkit instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-prompt-toolkit1/Makefile | 29 ----------------------------- devel/py-prompt-toolkit1/distinfo | 3 --- devel/py-prompt-toolkit1/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 39 deletions(-) diff --git a/MOVED b/MOVED index b225aac4348d..26360c907d4c 100644 --- a/MOVED +++ b/MOVED @@ -3763,3 +3763,4 @@ editors/ghostwriter@qt6|editors/ghostwriter|2024-12-29|Flavors removed, now supp java/bouncycastle15|java/bouncycastle|2024-12-31|Instead of removing bouncycastle replace it with java/bouncycastle15 x11-toolkits/py-fltk|x11-toolkits/py-pyfltk|2024-12-31|Rename to match upstream naming. Move x11-toolkits/py-fltk to x11-toolkits/py-pyfltk databases/py-pgspecial1|databases/py-pgspecial|2024-12-31|Remove obsoleted port. Use databases/py-pgspecial instead +devel/py-prompt-toolkit1|devel/py-prompt-toolkit|2024-12-31|Remove obsoleted port. Use devel/py-prompt-toolkit instead diff --git a/devel/Makefile b/devel/Makefile index 3e0321c9f1d4..66e1ba9638d0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5493,7 +5493,6 @@ SUBDIR += py-progress SUBDIR += py-promise SUBDIR += py-prompt-toolkit - SUBDIR += py-prompt-toolkit1 SUBDIR += py-prompt-toolkit2 SUBDIR += py-propcache SUBDIR += py-property-cached diff --git a/devel/py-prompt-toolkit1/Makefile b/devel/py-prompt-toolkit1/Makefile deleted file mode 100644 index 931f628cf191..000000000000 --- a/devel/py-prompt-toolkit1/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= prompt-toolkit -PORTVERSION= 1.0.18 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 -DISTNAME= prompt_toolkit-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Library for building powerful interactive command lines in Python -WWW= https://github.com/prompt-toolkit/python-prompt-toolkit - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -PORTSCOUT= limit:^1\. - -.include <bsd.port.mk> diff --git a/devel/py-prompt-toolkit1/distinfo b/devel/py-prompt-toolkit1/distinfo deleted file mode 100644 index 6138bb8ce749..000000000000 --- a/devel/py-prompt-toolkit1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1571483865 -SHA256 (prompt_toolkit-1.0.18.tar.gz) = dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126 -SIZE (prompt_toolkit-1.0.18.tar.gz) = 242335 diff --git a/devel/py-prompt-toolkit1/pkg-descr b/devel/py-prompt-toolkit1/pkg-descr deleted file mode 100644 index 7b43c7f678e5..000000000000 --- a/devel/py-prompt-toolkit1/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -prompt_toolkit is a library for building powerful interactive command lines in -Python. It ships with a nice interactive Python shell (called ptpython) built -on top of the library. - -prompt_toolkit could be a replacement for readline, but it can be much more -than that.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGP8Qn040493>