git: 0ee1757d09e5 - main - print/py-pypdf: Move print/py-pdf to print/py-pypdf

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 Aug 2022 10:31:04 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ee1757d09e5b08ca63e66ac8dd147a6bc4099bc

commit 0ee1757d09e5b08ca63e66ac8dd147a6bc4099bc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:12:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:12:22 +0000

    print/py-pypdf: Move print/py-pdf to print/py-pypdf
    
    - Change MASTER_SITES to CHEESESHOP
    - Add NO_ARCH
---
 MOVED                                       | 1 +
 print/Makefile                              | 2 +-
 print/{py-pdf => py-pypdf}/Makefile         | 8 +++++---
 print/{py-pdf => py-pypdf}/distinfo         | 1 +
 print/{py-pdf => py-pypdf}/files/patch-2to3 | 0
 print/{py-pdf => py-pypdf}/pkg-descr        | 0
 6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/MOVED b/MOVED
index 226ba91ca71d..5b2c40879c46 100644
--- a/MOVED
+++ b/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
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
similarity index 71%
rename from print/py-pdf/Makefile
rename to 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
similarity index 84%
rename from print/py-pdf/distinfo
rename to 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
similarity index 100%
rename from print/py-pdf/files/patch-2to3
rename to print/py-pypdf/files/patch-2to3
diff --git a/print/py-pdf/pkg-descr b/print/py-pypdf/pkg-descr
similarity index 100%
rename from print/py-pdf/pkg-descr
rename to print/py-pypdf/pkg-descr