Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:50 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: ec2bddc721bf - main - devel/py-yaspin: Update to 2.5.0
Message-ID:  <202308211714.37LHEoHS001621@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=ec2bddc721bf0d4c481331aeb542161d36721cee

commit ec2bddc721bf0d4c481331aeb542161d36721cee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:04:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:04:19 +0000

    devel/py-yaspin: Update to 2.5.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pavdmyt/yaspin/releases
---
 devel/py-yaspin/Makefile | 8 ++++----
 devel/py-yaspin/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile
index a00175aa01bf..a33e8f6c003a 100644
--- a/devel/py-yaspin/Makefile
+++ b/devel/py-yaspin/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	yaspin
-PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTVERSION=	2.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +11,11 @@ WWW=		https://github.com/pavdmyt/yaspin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.2<3.0:devel/py-termcolor@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.3<3:devel/py-termcolor@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-yaspin/distinfo b/devel/py-yaspin/distinfo
index 579ac4dcab79..381e570345c1 100644
--- a/devel/py-yaspin/distinfo
+++ b/devel/py-yaspin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674589922
-SHA256 (yaspin-2.3.0.tar.gz) = 547afd1a9700ac3a29a9f5591c70343bef186ed5dfb5e545a9bb0c77e561a1c9
-SIZE (yaspin-2.3.0.tar.gz) = 35361
+TIMESTAMP = 1692211783
+SHA256 (yaspin-2.5.0.tar.gz) = f96ab3b5c42e1eaa6af3193508082309d9dc43f6963339f9aa606003ee8d7e63
+SIZE (yaspin-2.5.0.tar.gz) = 34589



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