git: 1a4d5fb186dc - main - devel/py-click6: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a4d5fb186dc1c4ac20eb8b7422d64f6bec73529 commit 1a4d5fb186dc1c4ac20eb8b7422d64f6bec73529 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:07:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:43:54 +0000 devel/py-click6: Remove obsoleted port Use devel/py-click instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-click6/Makefile | 28 ---------------------------- devel/py-click6/distinfo | 3 --- devel/py-click6/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index a89220e74b7f..55bc8e66fef8 100644 --- a/MOVED +++ b/MOVED @@ -16761,3 +16761,4 @@ archivers/p7zip-codec-rar||2022-01-01|Has expired: Unmaintained for years and ha textproc/askgit|textproc/mergestat|2022-01-03|Project renamed emulators/qemu-utils|emulators/qemu@tools|2022-01-10|Has expired: Use emulators/qemu@tools emulators/qemu42||2022-01-10|Has expired: Use emulators/qemu or emulators/qemu-devel +devel/py-click6|devel/py-click|2022-01-11|Remove obsoleted port. Use devel/py-click instead diff --git a/devel/Makefile b/devel/Makefile index dfb8bbfb6e6b..d68963694640 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4371,7 +4371,6 @@ SUBDIR += py-click-log SUBDIR += py-click-plugins SUBDIR += py-click-threading - SUBDIR += py-click6 SUBDIR += py-click7 SUBDIR += py-cliff SUBDIR += py-cligj diff --git a/devel/py-click6/Makefile b/devel/py-click6/Makefile deleted file mode 100644 index 720080d9a060..000000000000 --- a/devel/py-click6/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Bartek Rutkowski <ports@robakdesign.com> - -PORTNAME= click -PORTVERSION= 6.7 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 6 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python package for creating command line interfaces - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -PORTSCOUT= limit:^6\. - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -p no:warnings - -.include <bsd.port.mk> diff --git a/devel/py-click6/distinfo b/devel/py-click6/distinfo deleted file mode 100644 index e7671746ba9a..000000000000 --- a/devel/py-click6/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1483806140 -SHA256 (click-6.7.tar.gz) = f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b -SIZE (click-6.7.tar.gz) = 279019 diff --git a/devel/py-click6/pkg-descr b/devel/py-click6/pkg-descr deleted file mode 100644 index 19e846b2315d..000000000000 --- a/devel/py-click6/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Click is a Python package for creating beautiful command line interfaces -in a composable way with as little code as necessary. It's the "Command -Line Interface Creation Kit". It's highly configurable but comes with -sensible defaults out of the box. - -WWW: https://github.com/mitsuhiko/click