git: 2db9290b0b3c - main - print/py-pypdf2: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 16:42:42 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2db9290b0b3c8cd235e7c1f89bc611f77b9a2a9d
commit 2db9290b0b3c8cd235e7c1f89bc611f77b9a2a9d
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 16:42:38 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 16:42:38 +0000
print/py-pypdf2: Remove expired port
2025-02-28 print/py-pypdf2: Upstream moved the development back to PyPDF. Use print/py-pypdf instead
---
MOVED | 1 +
print/Makefile | 1 -
print/py-pypdf2/Makefile | 24 ------------------------
print/py-pypdf2/distinfo | 3 ---
print/py-pypdf2/pkg-descr | 8 --------
5 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index 91bc939956b9..e6f5cd192a12 100644
--- a/MOVED
+++ b/MOVED
@@ -4293,3 +4293,4 @@ devel/rubygem-aws-sdk-elasticinference||2025-03-31|Has expired: Deprecated by up
devel/electron31||2025-03-31|Has expired: EOLed upstream, switch to newer version
net-im/telepathy-logger-qt5||2025-03-31|Has expired: Abandoned project
devel/py-boto|www/py-boto3|2025-03-31|Has expired: This version is discontinued upstream, please use www/py-boto3
+print/py-pypdf2|print/py-pypdf|2025-03-31|Has expired: Upstream moved the development back to PyPDF. Use print/py-pypdf instead
diff --git a/print/Makefile b/print/Makefile
index 25c0d5c5fe8e..6f635fd5a1af 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -186,7 +186,6 @@
SUBDIR += py-pycups
SUBDIR += py-pydyf
SUBDIR += py-pypdf
- SUBDIR += py-pypdf2
SUBDIR += py-python-ly
SUBDIR += py-relatorio
SUBDIR += py-reportlab
diff --git a/print/py-pypdf2/Makefile b/print/py-pypdf2/Makefile
deleted file mode 100644
index 37961d4e7a16..000000000000
--- a/print/py-pypdf2/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= pypdf2
-PORTVERSION= 1.27.12
-PORTREVISION= 1
-CATEGORIES= print python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PyPDF2-${PORTVERSION}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= Pure-Python PDF toolkit
-WWW= https://mstamy2.github.io/PyPDF2/
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream moved the development back to PyPDF. Use print/py-pypdf instead
-EXPIRATION_DATE=2025-02-28
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/print/py-pypdf2/distinfo b/print/py-pypdf2/distinfo
deleted file mode 100644
index 08c11e11fa97..000000000000
--- a/print/py-pypdf2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1651622357
-SHA256 (PyPDF2-1.27.12.tar.gz) = 20929fad10a3b4890862f65f3a46f563cfdf53132faae5193b54e18658467a60
-SIZE (PyPDF2-1.27.12.tar.gz) = 2703058
diff --git a/print/py-pypdf2/pkg-descr b/print/py-pypdf2/pkg-descr
deleted file mode 100644
index 74bc979fc5dc..000000000000
--- a/print/py-pypdf2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-PyPdf isaA Pure-Python library built as a PDF toolkit. It is capable of:
-
-- extracting document information (title, author, ...),
-- splitting documents page by page,
-- merging documents page by page,
-- cropping pages,
-- merging multiple pages into a single page,
-- encrypting and decrypting PDF files.