git: 248a569b8247 - main - devel/py-installer: Update to 0.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:43:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=248a569b82476a03cfc105370b30da5335e88332 commit 248a569b82476a03cfc105370b30da5335e88332 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 12:59:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:36:56 +0000 devel/py-installer: Update to 0.5.1 - Update WWW Changes: https://github.com/pypa/installer/blob/main/docs/changelog.md --- devel/py-installer/Makefile | 2 +- devel/py-installer/distinfo | 6 +++--- devel/py-installer/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile index 80bcf17c59a5..db6c06a8ee19 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.5.0 +PORTVERSION= 0.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-installer/distinfo b/devel/py-installer/distinfo index 4c8901dee0fb..53590e601ea7 100644 --- a/devel/py-installer/distinfo +++ b/devel/py-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646057958 -SHA256 (installer-0.5.0.tar.gz) = 0cd6bdab3b358cf7e8749370b99aef9e12202751271c5ddb22126599b34dc665 -SIZE (installer-0.5.0.tar.gz) = 469711 +TIMESTAMP = 1647264540 +SHA256 (installer-0.5.1.tar.gz) = f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445 +SIZE (installer-0.5.1.tar.gz) = 469793 diff --git a/devel/py-installer/pkg-descr b/devel/py-installer/pkg-descr index 7baa82b559c4..8f16020184a9 100644 --- a/devel/py-installer/pkg-descr +++ b/devel/py-installer/pkg-descr @@ -7,4 +7,4 @@ wheels and installing packages from wheels. - Extensible simple implementations of the abstractions. - Platform-independent Python script wrapper generation. -WWW: https://github.com/pradyunsg/installer +WWW: https://github.com/pypa/installer