aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-09-15 20:09:16 +0000
committerRene Ladan <rene@FreeBSD.org>2026-09-15 20:09:16 +0000
commit5f3657512e89a4540f8859a2eff2be3fe155bc41 (patch)
treeff44236aab861bccbfb401c326824e846b64efb1
parent64b9a1bc210e2cf2ad68e274d90c46fec0aa7b95 (diff)
graphics/py-djvulibre: Remove expired port
2026-09-15 graphics/py-djvulibre: Depends on expired lang/cython0
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/py-djvulibre/Makefile28
-rw-r--r--graphics/py-djvulibre/distinfo3
-rw-r--r--graphics/py-djvulibre/pkg-descr2
5 files changed, 1 insertions, 34 deletions
diff --git a/MOVED b/MOVED
index e6dcd9623689..7d370c9a7cd1 100644
--- a/MOVED
+++ b/MOVED
@@ -5601,3 +5601,4 @@ devel/py-pytest-httpserver|devel/py-pytest_httpserver|2026-09-12|Rename to match
math/libformfactor|math/formfactor|2026-09-12|Project was renamed upstream from libformfactor to formfactor
math/py-pygslodeiv2||2026-09-15|Has expired: Depends on expired lang/cython0
devel/py-python-dtrace||2026-09-15|Has expired: Depends on expired lang/cython0
+graphics/py-djvulibre||2026-09-15|Has expired: Depends on expired lang/cython0
diff --git a/graphics/Makefile b/graphics/Makefile
index 71522f7c6187..16cc1088d2d3 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -935,7 +935,6 @@
SUBDIR += py-diplib
SUBDIR += py-dj60-sorl-thumbnail
SUBDIR += py-django-easy-thumbnails
- SUBDIR += py-djvulibre
SUBDIR += py-easyocr
SUBDIR += py-exifread
SUBDIR += py-exiv2
diff --git a/graphics/py-djvulibre/Makefile b/graphics/py-djvulibre/Makefile
deleted file mode 100644
index e8073cc30a8f..000000000000
--- a/graphics/py-djvulibre/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= python-djvulibre
-DISTVERSION= 0.8.8
-PORTREVISION= 1
-CATEGORIES= graphics python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Python support for the DjVu image format
-WWW= https://jwilk.net/software/python-djvulibre
-
-LICENSE= GPLv2
-
-DEPRECATED= Depends on expired lang/cython0
-EXPIRATION_DATE=2026-09-15
-
-LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
-
-USES= python pkgconfig
-USE_PYTHON= autoplist cython0 distutils pytest
-
-TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-TEST_WRKSRC= ${WRKSRC}/tests
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/djvu/*.so
-
-.include <bsd.port.mk>
diff --git a/graphics/py-djvulibre/distinfo b/graphics/py-djvulibre/distinfo
deleted file mode 100644
index 06204fecfc68..000000000000
--- a/graphics/py-djvulibre/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1664513113
-SHA256 (python-djvulibre-0.8.8.tar.gz) = ea8e4fe72d4f9e5c9ea64191ec99a75b35653263f3132e4d080f00ecd75d30ae
-SIZE (python-djvulibre-0.8.8.tar.gz) = 87894
diff --git a/graphics/py-djvulibre/pkg-descr b/graphics/py-djvulibre/pkg-descr
deleted file mode 100644
index b9f826bd28de..000000000000
--- a/graphics/py-djvulibre/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A set of Python bindings for the DjVuLibre library, an open source
-implementation of DjVu.