diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 17:53:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 18:11:06 +0000 |
commit | 4b3e4c69904ec8144f8e2d3ec83cf395741ec0f6 (patch) | |
tree | 6437dbb51c561a4763d7677f75f85ed302945855 | |
parent | 15c4507a7906ce51c4807f51c574ba5098a50bb3 (diff) |
devel/py-installer: Update to 0.5.0
-rw-r--r-- | devel/py-installer/Makefile | 4 | ||||
-rw-r--r-- | devel/py-installer/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile index c502de439650..80bcf17c59a5 100644 --- a/devel/py-installer/Makefile +++ b/devel/py-installer/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= installer -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Library for installing Python wheels LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-installer/distinfo b/devel/py-installer/distinfo index 552666f1eb6c..4c8901dee0fb 100644 --- a/devel/py-installer/distinfo +++ b/devel/py-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391132 -SHA256 (installer-0.4.0.tar.gz) = 17d7ca174039fbd85f268e16042e3132ebb03d91e1bbe0f63b9ec6b40619414a -SIZE (installer-0.4.0.tar.gz) = 467939 +TIMESTAMP = 1646057958 +SHA256 (installer-0.5.0.tar.gz) = 0cd6bdab3b358cf7e8749370b99aef9e12202751271c5ddb22126599b34dc665 +SIZE (installer-0.5.0.tar.gz) = 469711 |