Commit d476fcf2 authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 0fafa1dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

archivers/py-brotlipy/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
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>

archivers/py-brotlipy/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1558091360
SHA256 (brotlipy-0.7.0.tar.gz) = 36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df
SIZE (brotlipy-0.7.0.tar.gz) = 413338

archivers/py-brotlipy/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
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.