Skip to content

Commit

Permalink
devel/py-yaspin: Update to 2.5.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pavdmyt/yaspin/releases
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent fbbd170 commit ec2bddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions devel/py-yaspin/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions devel/py-yaspin/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ec2bddc

Please sign in to comment.