svn commit: r536840 - head/print/py-pycups
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 01:57:14 UTC 2020
Author: sunpoet
Date: Fri May 29 01:57:11 2020
New Revision: 536840
URL: https://svnweb.freebsd.org/changeset/ports/536840
Log:
Update to 2.0.1
Changes: https://github.com/OpenPrinting/pycups/blob/master/NEWS
Modified:
head/print/py-pycups/Makefile
head/print/py-pycups/distinfo
head/print/py-pycups/pkg-descr
Modified: head/print/py-pycups/Makefile
==============================================================================
--- head/print/py-pycups/Makefile Fri May 29 01:57:06 2020 (r536839)
+++ head/print/py-pycups/Makefile Fri May 29 01:57:11 2020 (r536840)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pycups
-PORTVERSION= 1.9.74
+PORTVERSION= 2.0.1
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libcups.so:print/cups
-USES= iconv localbase python tar:bzip2
+USES= iconv localbase python:3.5+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>
Modified: head/print/py-pycups/distinfo
==============================================================================
--- head/print/py-pycups/distinfo Fri May 29 01:57:06 2020 (r536839)
+++ head/print/py-pycups/distinfo Fri May 29 01:57:11 2020 (r536840)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538663166
-SHA256 (pycups-1.9.74.tar.bz2) = 86090f259a7c5d0d5caa3407a0e57c9e134027620cbc8f90bf4e37c8b53ed7b9
-SIZE (pycups-1.9.74.tar.bz2) = 52831
+TIMESTAMP = 1590696660
+SHA256 (pycups-2.0.1.tar.gz) = 57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90
+SIZE (pycups-2.0.1.tar.gz) = 62968
Modified: head/print/py-pycups/pkg-descr
==============================================================================
--- head/print/py-pycups/pkg-descr Fri May 29 01:57:06 2020 (r536839)
+++ head/print/py-pycups/pkg-descr Fri May 29 01:57:11 2020 (r536840)
@@ -1,4 +1,3 @@
CUPS bindings for Python
-WWW: https://pypi.org/project/pycups/
WWW: https://github.com/zdohnal/pycups
More information about the svn-ports-all
mailing list