git: 9d194e076c4d - main - devel/py-flit-core: Update to 3.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:42:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d194e076c4d26854e367531fa95b64dd191bcea commit 9d194e076c4d26854e367531fa95b64dd191bcea Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 18:48:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 18:48:06 +0000 devel/py-flit-core: Update to 3.5.1 - Update WWW Changes: https://github.com/pypa/flit/blob/master/doc/history.rst --- devel/py-flit-core/Makefile | 2 +- devel/py-flit-core/distinfo | 6 +++--- devel/py-flit-core/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-flit-core/Makefile b/devel/py-flit-core/Makefile index 6b238afa39a4..6458e9310467 100644 --- a/devel/py-flit-core/Makefile +++ b/devel/py-flit-core/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= flit-core -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-flit-core/distinfo b/devel/py-flit-core/distinfo index 75abd7337499..8ad456cca27c 100644 --- a/devel/py-flit-core/distinfo +++ b/devel/py-flit-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637519866 -SHA256 (flit_core-3.5.0.tar.gz) = 2db800d33ff41e4c6e7c1b594666cb2a11553024106655272c7245933b1d75bd -SIZE (flit_core-3.5.0.tar.gz) = 27474 +TIMESTAMP = 1638556562 +SHA256 (flit_core-3.5.1.tar.gz) = 3083720351a6cb00e0634a1ec0e26eae7b273174c3c6c03d5b597a14203b282e +SIZE (flit_core-3.5.1.tar.gz) = 27497 diff --git a/devel/py-flit-core/pkg-descr b/devel/py-flit-core/pkg-descr index 1235d7f0cb01..8daf61ca425a 100644 --- a/devel/py-flit-core/pkg-descr +++ b/devel/py-flit-core/pkg-descr @@ -1,4 +1,4 @@ flit_core provides a PEP 517 build backend for packages using Flit. The only public interface is the API specified by PEP 517, at flit_core.buildapi. -WWW: https://github.com/takluyver/flit/tree/master/flit_core +WWW: https://github.com/pypa/flit/tree/master/flit_core