Skip to content

Commit

Permalink
misc/py-python-utils: Update to 3.2.3
Browse files Browse the repository at this point in the history
- Remove dependence on py-six, which was only needed for Python 2.x
  • Loading branch information
MaxBrazhnikov committed May 20, 2022
1 parent 034c994 commit aa59fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions misc/py-python-utils/Makefile
@@ -1,5 +1,5 @@
PORTNAME= python-utils
PORTVERSION= 3.1.0
PORTVERSION= 3.2.3
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,8 +10,6 @@ COMMENT= Collection of small functions and classes
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

NO_ARCH= yes
USES= python:3.7+
USE_PYTHON= autoplist distutils
Expand Down
6 changes: 3 additions & 3 deletions misc/py-python-utils/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1643032710
SHA256 (python-utils-3.1.0.tar.gz) = 4dace6420c5f50d6509251fa0aee0e2a0b826bbc8a5d2a6d7e99dca80e78a7f3
SIZE (python-utils-3.1.0.tar.gz) = 24251
TIMESTAMP = 1653075461
SHA256 (python-utils-3.2.3.tar.gz) = 45c6065746b500cf2ea3d6fb474a3c6298fb2ceca9ca25e5d6dea7fefd0cfa96
SIZE (python-utils-3.2.3.tar.gz) = 25153

0 comments on commit aa59fc7

Please sign in to comment.