diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-27 10:12:22 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-27 10:12:22 +0000 |
commit | 0ee1757d09e5b08ca63e66ac8dd147a6bc4099bc (patch) | |
tree | d54bd9ce8e6edfc46103ac9fbf16c18d83a732e5 | |
parent | a11701c4c41157dadfc294521c6a947d7a776f6e (diff) |
print/py-pypdf: Move print/py-pdf to print/py-pypdf
- Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 2 | ||||
-rw-r--r-- | print/py-pypdf/Makefile (renamed from print/py-pdf/Makefile) | 8 | ||||
-rw-r--r-- | print/py-pypdf/distinfo (renamed from print/py-pdf/distinfo) | 1 | ||||
-rw-r--r-- | print/py-pypdf/files/patch-2to3 (renamed from print/py-pdf/files/patch-2to3) | 0 | ||||
-rw-r--r-- | print/py-pypdf/pkg-descr (renamed from print/py-pdf/pkg-descr) | 0 |
6 files changed, 8 insertions, 4 deletions
@@ -17538,3 +17538,4 @@ net/gstreamer1-plugins-libmms||2022-08-26|Microsoft deprecated MMS in 2003 mail/py-email_reply_parser|mail/py-email-reply-parser|2022-08-27|Rename to match upstream naming print/py-pdf2|print/py-pypdf2|2022-08-27|Rename to match upstream naming textproc/py-Chameleon|textproc/py-chameleon|2022-08-27|Rename to match upstream naming +print/py-pdf|print/py-pypdf|2022-08-27|Rename to match upstream naming diff --git a/print/Makefile b/print/Makefile index 72b5374b6ac3..7aaf6f666dce 100644 --- a/print/Makefile +++ b/print/Makefile @@ -181,11 +181,11 @@ SUBDIR += py-frescobaldi SUBDIR += py-glyphsets SUBDIR += py-glyphtools - SUBDIR += py-pdf SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-psautohint SUBDIR += py-pycups + SUBDIR += py-pypdf SUBDIR += py-pypdf2 SUBDIR += py-pypdf3 SUBDIR += py-python-ly diff --git a/print/py-pdf/Makefile b/print/py-pypdf/Makefile index 73267667b1d9..12ce5aa06ec6 100644 --- a/print/py-pdf/Makefile +++ b/print/py-pypdf/Makefile @@ -1,8 +1,8 @@ -PORTNAME= pdf +PORTNAME= pypdf PORTVERSION= 1.13 PORTREVISION= 1 CATEGORIES= print python -MASTER_SITES= http://pybrary.net/pyPdf/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyPdf-${PORTVERSION} @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Pure-Python PDF toolkit USES= dos2unix python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/print/py-pdf/distinfo b/print/py-pypdf/distinfo index 8714ed4289a3..f96f6b55e162 100644 --- a/print/py-pdf/distinfo +++ b/print/py-pypdf/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1660576714 SHA256 (pyPdf-1.13.tar.gz) = 3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b SIZE (pyPdf-1.13.tar.gz) = 35699 diff --git a/print/py-pdf/files/patch-2to3 b/print/py-pypdf/files/patch-2to3 index 8ae24ce5b25b..8ae24ce5b25b 100644 --- a/print/py-pdf/files/patch-2to3 +++ b/print/py-pypdf/files/patch-2to3 diff --git a/print/py-pdf/pkg-descr b/print/py-pypdf/pkg-descr index 29bc5dc065a1..29bc5dc065a1 100644 --- a/print/py-pdf/pkg-descr +++ b/print/py-pypdf/pkg-descr |