diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-04-04 19:22:20 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-04-04 19:22:20 +0000 |
| commit | 43963b41396961b1c66ca8e379e5ef3928ddae5f (patch) | |
| tree | ff225108ad93c08264b29759cc080ee421e535d0 | |
| parent | 47b919fb95a2c9dbbd17f7077362c6b8f00921fa (diff) | |
devel/py-blist: Remove expired port
2025-04-03 devel/py-blist: Abandoned project, no consumers, no modern python support
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-blist/Makefile | 27 | ||||
| -rw-r--r-- | devel/py-blist/distinfo | 2 | ||||
| -rw-r--r-- | devel/py-blist/pkg-descr | 4 |
5 files changed, 1 insertions, 34 deletions
@@ -4306,3 +4306,4 @@ math/matlab-installer||2025-04-04|Has expired: Unmaintained, does not support re sysutils/mcweject||2025-04-04|Has expired: Unmaintained, redundant to "cdcontrol eject" ports-mgmt/genplist||2025-04-04|Has expired: Unmaintained, obsoleted by "make makeplist" databases/rubygem-scenic61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails +devel/py-blist||2025-04-04|Has expired: Abandoned project, no consumers, no modern python support diff --git a/devel/Makefile b/devel/Makefile index 0fb6e178a1a4..0875d061e85d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4578,7 +4578,6 @@ SUBDIR += py-blessed SUBDIR += py-blessings SUBDIR += py-blinker - SUBDIR += py-blist SUBDIR += py-bluelet SUBDIR += py-boltons SUBDIR += py-boolean.py diff --git a/devel/py-blist/Makefile b/devel/py-blist/Makefile deleted file mode 100644 index fc572c9ccd08..000000000000 --- a/devel/py-blist/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= blist -PORTVERSION= 1.3.6 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Drop-in list replacement with better performance for large lists -WWW= http://stutzbachenterprises.com/blist/ - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Abandoned project, no consumers, no modern python support -EXPIRATION_DATE= 2025-04-03 - -USES= python:3.9 -USE_PYTHON= autoplist distutils - -do-test: - @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/blist/*.so - -.include <bsd.port.mk> diff --git a/devel/py-blist/distinfo b/devel/py-blist/distinfo deleted file mode 100644 index 4a4664855445..000000000000 --- a/devel/py-blist/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (blist-1.3.6.tar.gz) = 3a12c450b001bdf895b30ae818d4d6d3f1552096b8c995f0fe0c74bef04d1fc3 -SIZE (blist-1.3.6.tar.gz) = 122442 diff --git a/devel/py-blist/pkg-descr b/devel/py-blist/pkg-descr deleted file mode 100644 index d825ae6c3fbc..000000000000 --- a/devel/py-blist/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The blist is a drop-in replacement for the Python list that provides better -performance when modifying large lists. The blist package also provides -sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple -types. |
