Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 08:24:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440244 - in head/print: . py-pdf2
Message-ID:  <201705060824.v468Og52041385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat May  6 08:24:42 2017
New Revision: 440244
URL: https://svnweb.freebsd.org/changeset/ports/440244

Log:
  - Repocopy from print/py-pdf -> print/py-pdf2
  - Update to 1.26.0
  - Update WWW
  
  PR:		208624
  Submitted by:	m.tsatsenko@gmail.com

Added:
  head/print/py-pdf2/
     - copied from r439862, head/print/py-pdf/
Modified:
  head/print/Makefile
  head/print/py-pdf2/Makefile
  head/print/py-pdf2/distinfo
  head/print/py-pdf2/pkg-descr

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat May  6 07:46:12 2017	(r440243)
+++ head/print/Makefile	Sat May  6 08:24:42 2017	(r440244)
@@ -192,6 +192,7 @@
     SUBDIR += py-fonttools
     SUBDIR += py-fpdf
     SUBDIR += py-pdf
+    SUBDIR += py-pdf2
     SUBDIR += py-pollyreports
     SUBDIR += py-preppy
     SUBDIR += py-pycups

Modified: head/print/py-pdf2/Makefile
==============================================================================
--- head/print/py-pdf/Makefile	Mon May  1 09:00:10 2017	(r439862)
+++ head/print/py-pdf2/Makefile	Sat May  6 08:24:42 2017	(r440244)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	pdf
-PORTVERSION=	1.13
-PORTREVISION=	1
+PORTVERSION=	1.26.0
 CATEGORIES=	print python
-MASTER_SITES=	http://pybrary.net/pyPdf/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	pyPdf-${PORTVERSION}
+DISTNAME=	PyPDF2-${PORTVERSION}
+PKGNAMESUFFIX=	2
 
-MAINTAINER=	jlaffaye@FreeBSD.org
+MAINTAINER=	m.tsatsenko@gmail.com
 COMMENT=	Pure-Python PDF toolkit
 
-USES=		python
+USES=		python:2.7+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/print/py-pdf2/distinfo
==============================================================================
--- head/print/py-pdf/distinfo	Mon May  1 09:00:10 2017	(r439862)
+++ head/print/py-pdf2/distinfo	Sat May  6 08:24:42 2017	(r440244)
@@ -1,2 +1,3 @@
-SHA256 (pyPdf-1.13.tar.gz) = 3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b
-SIZE (pyPdf-1.13.tar.gz) = 35699
+TIMESTAMP = 1494057615
+SHA256 (PyPDF2-1.26.0.tar.gz) = e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385
+SIZE (PyPDF2-1.26.0.tar.gz) = 77556

Modified: head/print/py-pdf2/pkg-descr
==============================================================================
--- head/print/py-pdf/pkg-descr	Mon May  1 09:00:10 2017	(r439862)
+++ head/print/py-pdf2/pkg-descr	Sat May  6 08:24:42 2017	(r440244)
@@ -7,4 +7,4 @@ PyPdf isaA Pure-Python library built as 
 - merging multiple pages into a single page,
 - encrypting and decrypting PDF files.
 
-WWW: http://pybrary.net/pyPdf/
+WWW: https://mstamy2.github.io/PyPDF2/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705060824.v468Og52041385>