git: 3ddec432f8e4 - main - print/py-pypdf3: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 15:48:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ddec432f8e48bc9cc9f62c9b8bb7478eea6f18a commit 3ddec432f8e48bc9cc9f62c9b8bb7478eea6f18a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-28 15:38:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-28 15:46:52 +0000 print/py-pypdf3: Remove expired port --- MOVED | 1 + print/Makefile | 1 - print/py-pypdf3/Makefile | 28 ---------------------------- print/py-pypdf3/distinfo | 3 --- print/py-pypdf3/files/patch-setup.py | 11 ----------- print/py-pypdf3/pkg-descr | 6 ------ 6 files changed, 1 insertion(+), 49 deletions(-) diff --git a/MOVED b/MOVED index 0ad64f975a51..215d8f82c9ae 100644 --- a/MOVED +++ b/MOVED @@ -4167,3 +4167,4 @@ x11-toolkits/scenefx|x11-toolkits/scenefx02|2025-02-25|Renamed to match versione www/kdsoap@qt5||2025-02-26|Qt5 flavor is no longer needed www/kdsoap@qt6|www/kdsoap|2025-02-26|Unflavorize; only Qt6 support is needed net/drive||2025-02-28|Remove expired port +print/py-pypdf3||2025-02-28|Remove expired port diff --git a/print/Makefile b/print/Makefile index b68b63d25a56..25c0d5c5fe8e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -187,7 +187,6 @@ SUBDIR += py-pydyf SUBDIR += py-pypdf SUBDIR += py-pypdf2 - SUBDIR += py-pypdf3 SUBDIR += py-python-ly SUBDIR += py-relatorio SUBDIR += py-reportlab diff --git a/print/py-pypdf3/Makefile b/print/py-pypdf3/Makefile deleted file mode 100644 index ba989e3b77cf..000000000000 --- a/print/py-pypdf3/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pypdf3 -PORTVERSION= 1.0.6 -PORTREVISION= 1 -CATEGORIES= print python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyPDF3-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Pure Python PDF toolkit -WWW= https://github.com/sfneal/PyPDF3 - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repository has been archived on Jul 11, 2024 -EXPIRATION_DATE=2025-02-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/print/py-pypdf3/distinfo b/print/py-pypdf3/distinfo deleted file mode 100644 index 161899c17d2b..000000000000 --- a/print/py-pypdf3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1647264410 -SHA256 (PyPDF3-1.0.6.tar.gz) = c946f3273419e37258e35e72273f49904ab15723d87a761c1115ef99799f8c5f -SIZE (PyPDF3-1.0.6.tar.gz) = 294825 diff --git a/print/py-pypdf3/files/patch-setup.py b/print/py-pypdf3/files/patch-setup.py deleted file mode 100644 index 4fc2bfc17249..000000000000 --- a/print/py-pypdf3/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2022-02-03 16:27:04 UTC -+++ setup.py -@@ -30,7 +30,7 @@ setup( - raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE)) - - setup( -- name="PyPDF3", -+ name="pypdf3", - version=verstr, - install_requires=['tqdm'], - description="Pure Python PDF toolkit", diff --git a/print/py-pypdf3/pkg-descr b/print/py-pypdf3/pkg-descr deleted file mode 100644 index 624a72183598..000000000000 --- a/print/py-pypdf3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PyPDF3 is a fork of PyPDF2 with feature improvements. - -PyPDF3 is a pure-python PDF library capable of splitting, merging together, -cropping, and transforming the pages of PDF files. It can also add custom data, -viewing options, and passwords to PDF files. It can retrieve text and metadata -from PDFs as well as merge entire files together.