git: 5c38cf8da0cc - main - databases/py-redis4: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Aug 2024 11:54:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c38cf8da0cca943b397ba7a035245783238bbd6 commit 5c38cf8da0cca943b397ba7a035245783238bbd6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-15 09:35:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-15 10:55:23 +0000 databases/py-redis4: Remove obsoleted port Use databases/py-redis instead. --- MOVED | 1 + databases/Makefile | 1 - databases/py-redis4/Makefile | 41 ----------------------------------------- databases/py-redis4/distinfo | 3 --- databases/py-redis4/pkg-descr | 1 - 5 files changed, 1 insertion(+), 46 deletions(-) diff --git a/MOVED b/MOVED index c01456644a25..fcff2f87dc98 100644 --- a/MOVED +++ b/MOVED @@ -3433,3 +3433,4 @@ x11-toolkits/wlroots-hyprland||2024-08-11|Discontinued: use x11-toolkits/aquamar textproc/wbxml2|textproc/libwbxml|2024-08-15|Move textproc/wbxml2 to textproc/libwbxml graphics/libwmf-nox11|graphics/libwmf@nox11|2024-08-15|graphics/libwmf adds nox11 flavor. Use graphics/libwmf@nox11 instead net/mtr-nox11|net/mtr@nox11|2024-08-15|Remove obsoleted port. Use net/mtr@nox11 instead +databases/py-redis4|databases/py-redis|2024-08-15|Remove obsoleted port. Use databases/py-redis instead diff --git a/databases/Makefile b/databases/Makefile index 0e1e3f72e7c7..e7210ffbe620 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -833,7 +833,6 @@ SUBDIR += py-redis SUBDIR += py-redis2 SUBDIR += py-redis3 - SUBDIR += py-redis4 SUBDIR += py-rrdtool SUBDIR += py-schemachange SUBDIR += py-sispy diff --git a/databases/py-redis4/Makefile b/databases/py-redis4/Makefile deleted file mode 100644 index 855a70250f11..000000000000 --- a/databases/py-redis4/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= redis -PORTVERSION= 4.6.0 -PORTREVISION= 1 -CATEGORIES= databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 4 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python client for Redis key-value store -WWW= https://github.com/redis/redis-py - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - redis-server:databases/redis - -USES= python -USE_PYTHON= autoplist concurrent pep517 pytest - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}redis[0-9] - -PORTSCOUT= limit:^4\. - -OPTIONS_DEFINE= HIREDIS -HIREDIS_DESC= High performance response parser - -HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=1.0.0:databases/py-hiredis@${PY_FLAVOR} - -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} <= 31102 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}async_timeout>=4.0.2:devel/py-async_timeout@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> diff --git a/databases/py-redis4/distinfo b/databases/py-redis4/distinfo deleted file mode 100644 index a6fb3703b05e..000000000000 --- a/databases/py-redis4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1688166154 -SHA256 (redis-4.6.0.tar.gz) = 585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d -SIZE (redis-4.6.0.tar.gz) = 4561721 diff --git a/databases/py-redis4/pkg-descr b/databases/py-redis4/pkg-descr deleted file mode 100644 index 2058c4d187a8..000000000000 --- a/databases/py-redis4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is the Python interface to the Redis key-value store.