Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 18:31: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: 0c0abb8599f3 - main - databases/py-geoalchemy2: Update to 0.14.1
Message-ID:  <202308161831.37GIVZdM027559@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 0c0abb8599f336837be536f187d408430357eb38
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:11:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:25:21 +0000

    databases/py-geoalchemy2: Update to 0.14.1
    
    - Update WWW
    
    Changes:        https://github.com/geoalchemy/geoalchemy2/releases
                    https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
---
 databases/py-geoalchemy2/Makefile | 7 ++++---
 databases/py-geoalchemy2/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile
index 2ff928a11833..0b4300e43fd8 100644
--- a/databases/py-geoalchemy2/Makefile
+++ b/databases/py-geoalchemy2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	geoalchemy2
-PORTVERSION=	0.14.0
+PORTVERSION=	0.14.1
 CATEGORIES=	databases geography python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -7,12 +7,13 @@ DISTNAME=	GeoAlchemy2-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Using SQLAlchemy with Spatial Databases
-WWW=		https://github.com/geoalchemy/geoalchemy2
+WWW=		https://geoalchemy-2.readthedocs.io/en/stable/ \
+		https://github.com/geoalchemy/geoalchemy2
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING.rst
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
diff --git a/databases/py-geoalchemy2/distinfo b/databases/py-geoalchemy2/distinfo
index 8e32cb3f4598..0f4662259a95 100644
--- a/databases/py-geoalchemy2/distinfo
+++ b/databases/py-geoalchemy2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688902075
-SHA256 (GeoAlchemy2-0.14.0.tar.gz) = 8ec034309183df66319cba146ff284e682f24993731079772e045b2b1fe6ce7d
-SIZE (GeoAlchemy2-0.14.0.tar.gz) = 196538
+TIMESTAMP = 1691070012
+SHA256 (GeoAlchemy2-0.14.1.tar.gz) = 620b31cbf97a368b2486dbcfcd36da2081827e933d4163bcb942043b79b545e8
+SIZE (GeoAlchemy2-0.14.1.tar.gz) = 197930


home | help

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