git: d476fcf25928 - main - archivers/py-brotlipy: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 10:48:59 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d476fcf2592812ae53b958e6b03dd7bf107506e3
commit d476fcf2592812ae53b958e6b03dd7bf107506e3
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-02-01 10:48:52 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-02-01 10:48:52 +0000
archivers/py-brotlipy: Remove expired port
2026-01-31 archivers/py-brotlipy: This project has been archived. The maintainers of this project have marked this project as archived. No new releases are expected. Use archivers/py-brotlicffi instead
---
MOVED | 1 +
archivers/Makefile | 1 -
archivers/py-brotlipy/Makefile | 29 -----------------------------
archivers/py-brotlipy/distinfo | 3 ---
archivers/py-brotlipy/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index 777b2f00d431..c553457483e2 100644
--- a/MOVED
+++ b/MOVED
@@ -5098,3 +5098,4 @@ multimedia/py-decord||2026-01-31|Python bindings of multimedia/decord that was r
sysutils/wiimms||2026-02-01|Has expired: sysutils/wiimms has been abandoned for many years
sysutils/burp-devel|sysutils/burp|2026-02-01|Has expired: 3.2.0 is the new stable version based on 3.1.4. Use sysutils/burp instead
sysutils/stressdisk||2026-02-01|Has expired: dead upstream
+archivers/py-brotlipy|archivers/py-brotlicffi|2026-02-01|Has expired: This project has been archived. The maintainers of this project have marked this project as archived. No new releases are expected. Use archivers/py-brotlicffi instead
diff --git a/archivers/Makefile b/archivers/Makefile
index ec59d576db39..5fe6b92e5b38 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -191,7 +191,6 @@
SUBDIR += py-borgbackup
SUBDIR += py-brotli
SUBDIR += py-brotlicffi
- SUBDIR += py-brotlipy
SUBDIR += py-bup
SUBDIR += py-bz2file
SUBDIR += py-comicapi
diff --git a/archivers/py-brotlipy/Makefile b/archivers/py-brotlipy/Makefile
deleted file mode 100644
index a42beb7408ab..000000000000
--- a/archivers/py-brotlipy/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= brotlipy
-PORTVERSION= 0.7.0
-PORTREVISION= 1
-CATEGORIES= archivers python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python binding to the Brotli library
-WWW= https://github.com/python-hyper/brotlicffi
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= This project has been archived. The maintainers of this project have marked this project as archived. No new releases are expected. Use archivers/py-brotlicffi instead
-EXPIRATION_DATE=2026-01-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
-.include <bsd.port.mk>
diff --git a/archivers/py-brotlipy/distinfo b/archivers/py-brotlipy/distinfo
deleted file mode 100644
index 12c7c4637b44..000000000000
--- a/archivers/py-brotlipy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1558091360
-SHA256 (brotlipy-0.7.0.tar.gz) = 36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df
-SIZE (brotlipy-0.7.0.tar.gz) = 413338
diff --git a/archivers/py-brotlipy/pkg-descr b/archivers/py-brotlipy/pkg-descr
deleted file mode 100644
index a93572027a33..000000000000
--- a/archivers/py-brotlipy/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This library contains Python CFFI bindings for the reference Brotli
-encoder/decoder. This allows Python software to use the Brotli compression
-algorithm directly from Python code.