Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2025 17:35:43 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8c585f5d8a6 - main - devel/py-mygpoclient: update to 1.10
Message-ID:  <202501111735.50BHZhDq036188@gitrepo.freebsd.org>

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

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

commit e8c585f5d8a67f53cc217f75e4c63f296812e28c
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-01-11 17:35:35 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-01-11 17:35:35 +0000

    devel/py-mygpoclient: update to 1.10
---
 devel/py-mygpoclient/Makefile | 7 +++++--
 devel/py-mygpoclient/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/py-mygpoclient/Makefile b/devel/py-mygpoclient/Makefile
index 5c1803553944..8693d66b9f7f 100644
--- a/devel/py-mygpoclient/Makefile
+++ b/devel/py-mygpoclient/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mygpoclient
-DISTVERSION=	1.9
+DISTVERSION=	1.10
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://github.com/gpodder/mygpoclient
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 .include <bsd.port.mk>
diff --git a/devel/py-mygpoclient/distinfo b/devel/py-mygpoclient/distinfo
index 999eb14a9cf0..a8b232a4da12 100644
--- a/devel/py-mygpoclient/distinfo
+++ b/devel/py-mygpoclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664439577
-SHA256 (mygpoclient-1.9.tar.gz) = c5f9fbb66529bc05d4743c5f88f63d42101fa95da8c0fda9a1fbd47156931516
-SIZE (mygpoclient-1.9.tar.gz) = 39198
+TIMESTAMP = 1736616699
+SHA256 (mygpoclient-1.10.tar.gz) = a248a56534e2aa8ac1f1d6005974159cd4ed7a1ece5c7b5a114790ac888c48f0
+SIZE (mygpoclient-1.10.tar.gz) = 39208



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