Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 13:00:11 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: 46312a4d0649 - main - devel/py-semver: Update to 3.0.2
Message-ID:  <202310111300.39BD0Bik043051@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=46312a4d064937bae81e293704344f9fa78a527f

commit 46312a4d064937bae81e293704344f9fa78a527f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-11 12:58:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-11 12:58:03 +0000

    devel/py-semver: Update to 3.0.2
    
    - Update WWW
    
    Changes:        https://github.com/python-semver/python-semver/releases
---
 devel/py-semver/Makefile | 7 ++++---
 devel/py-semver/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-semver/Makefile b/devel/py-semver/Makefile
index 9869d8a99ee4..40f22bf743b6 100644
--- a/devel/py-semver/Makefile
+++ b/devel/py-semver/Makefile
@@ -1,17 +1,18 @@
 PORTNAME=	semver
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python helper for Semantic Versioning
-WWW=		https://github.com/python-semver/python-semver
+WWW=		https://python-semver.readthedocs.io/en/latest/ \
+		https://github.com/python-semver/python-semver
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
diff --git a/devel/py-semver/distinfo b/devel/py-semver/distinfo
index 4734fd30f915..c87291107886 100644
--- a/devel/py-semver/distinfo
+++ b/devel/py-semver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166272
-SHA256 (semver-3.0.1.tar.gz) = 9ec78c5447883c67b97f98c3b6212796708191d22e4ad30f4570f840171cbce1
-SIZE (semver-3.0.1.tar.gz) = 205762
+TIMESTAMP = 1696915310
+SHA256 (semver-3.0.2.tar.gz) = 6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc
+SIZE (semver-3.0.2.tar.gz) = 214988



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