diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-29 09:57:11 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-29 09:57:11 +0800 |
commit | f910f0999a5953467732f4241fb890789e418756 (patch) | |
tree | 60535b25e5ca6ff32d3e4ceeb3180961072014f5 /print | |
parent | 0710eb1036dc8d6cc2aacd76e0b23a88e3945816 (diff) | |
download | freebsd-ports-gnome-f910f0999a5953467732f4241fb890789e418756.tar.gz freebsd-ports-gnome-f910f0999a5953467732f4241fb890789e418756.tar.zst freebsd-ports-gnome-f910f0999a5953467732f4241fb890789e418756.zip |
Update to 2.0.1
Changes: https://github.com/OpenPrinting/pycups/blob/master/NEWS
Diffstat (limited to 'print')
-rw-r--r-- | print/py-pycups/Makefile | 4 | ||||
-rw-r--r-- | print/py-pycups/distinfo | 6 | ||||
-rw-r--r-- | print/py-pycups/pkg-descr | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile index 940cb6f1aa0e..8a19a82e4b52 100644 --- a/print/py-pycups/Makefile +++ b/print/py-pycups/Makefile @@ -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> diff --git a/print/py-pycups/distinfo b/print/py-pycups/distinfo index 160cd09733cc..dd13495d0216 100644 --- a/print/py-pycups/distinfo +++ b/print/py-pycups/distinfo @@ -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 diff --git a/print/py-pycups/pkg-descr b/print/py-pycups/pkg-descr index 0a9cc53c4a5a..6647c063109d 100644 --- a/print/py-pycups/pkg-descr +++ b/print/py-pycups/pkg-descr @@ -1,4 +1,3 @@ CUPS bindings for Python -WWW: https://pypi.org/project/pycups/ WWW: https://github.com/zdohnal/pycups |