mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
print/py-pypdf: Move print/py-pdf to print/py-pypdf
- Change MASTER_SITES to CHEESESHOP - Add NO_ARCH
This commit is contained in:
parent
a11701c4c4
commit
0ee1757d09
6 changed files with 8 additions and 4 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -1,2 +1,3 @@
|
|||
TIMESTAMP = 1660576714
|
||||
SHA256 (pyPdf-1.13.tar.gz) = 3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b
|
||||
SIZE (pyPdf-1.13.tar.gz) = 35699
|
Loading…
Add table
Reference in a new issue