Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:01:35 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: 65843758c2e2 - main - misc/py-placekey: Update to 0.0.14
Message-ID:  <202403231501.42NF1ZUa007544@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=65843758c2e27368b44549fb6da14e20573225f0

commit 65843758c2e27368b44549fb6da14e20573225f0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:21:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:49:28 +0000

    misc/py-placekey: Update to 0.0.14
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/Placekey/placekey-py/releases
---
 misc/py-placekey/Makefile | 6 ++++--
 misc/py-placekey/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/misc/py-placekey/Makefile b/misc/py-placekey/Makefile
index 8cf3b2a988f5..0a370c54bf9f 100644
--- a/misc/py-placekey/Makefile
+++ b/misc/py-placekey/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	placekey
-PORTVERSION=	0.0.13
+PORTVERSION=	0.0.14
 CATEGORIES=	misc geography python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ WWW=		https://placekey.github.io/placekey-py/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backoff>=0:devel/py-backoff@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h3>=0:graphics/py-h3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ratelimiter>=0:devel/py-ratelimiter@${PY_FLAVOR} \
@@ -19,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backoff>=0:devel/py-backoff@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/misc/py-placekey/distinfo b/misc/py-placekey/distinfo
index 37ce8f5ec06f..225915ede03d 100644
--- a/misc/py-placekey/distinfo
+++ b/misc/py-placekey/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449410
-SHA256 (placekey-0.0.13.tar.gz) = ad5a3649d1bcddd2d67c726f1933b880c6d37e4289a051c6f284f249b46992d8
-SIZE (placekey-0.0.13.tar.gz) = 15733
+TIMESTAMP = 1710712512
+SHA256 (placekey-0.0.14.tar.gz) = 6149ce4de2bd5edb89dcdeb56cf8c75feb33f5caf6c14d6db06a30675ff514ea
+SIZE (placekey-0.0.14.tar.gz) = 15831



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