Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 14:27:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c626a4853f3e - main - print/py-pycups: Update to 2.0.2
Message-ID:  <202404201427.43KERPfl008343@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit c626a4853f3ef7d7cc3f569f716c23be9e08a52e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-20 14:22:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-20 14:25:43 +0000

    print/py-pycups: Update to 2.0.2
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/OpenPrinting/pycups/releases
---
 print/py-pycups/Makefile | 8 +++++---
 print/py-pycups/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile
index e2862d889c6c..5f7aef654530 100644
--- a/print/py-pycups/Makefile
+++ b/print/py-pycups/Makefile
@@ -1,20 +1,22 @@
 PORTNAME=	pycups
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	CUPS bindings for Python
-WWW=		https://github.com/zdohnal/pycups
+WWW=		https://github.com/OpenPrinting/pycups
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 LIB_DEPENDS=	libcups.so:print/cups
 
 USES=		iconv localbase python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 .include <bsd.port.pre.mk>
 
diff --git a/print/py-pycups/distinfo b/print/py-pycups/distinfo
index dd13495d0216..009e2e400162 100644
--- a/print/py-pycups/distinfo
+++ b/print/py-pycups/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590696660
-SHA256 (pycups-2.0.1.tar.gz) = 57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90
-SIZE (pycups-2.0.1.tar.gz) = 62968
+TIMESTAMP = 1713528548
+SHA256 (pycups-2.0.2.tar.gz) = d0aac38fe2b558dfab2292b0af382c8aaab301571a26080ab3988d444c977d22
+SIZE (pycups-2.0.2.tar.gz) = 65061



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