git: 840729d19d30 - main - devel/py-flit: Update to 3.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:10:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=840729d19d308c4cb3232b3f2f44b3b1bb6afdb9 commit 840729d19d308c4cb3232b3f2f44b3b1bb6afdb9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:42:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:04:36 +0000 devel/py-flit: Update to 3.8.0 Changes: https://github.com/pypa/flit/blob/main/doc/history.rst --- devel/py-flit/Makefile | 2 +- devel/py-flit/distinfo | 6 +++--- devel/py-flit/files/setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-flit/Makefile b/devel/py-flit/Makefile index 93918c1efc30..a19581c4e29a 100644 --- a/devel/py-flit/Makefile +++ b/devel/py-flit/Makefile @@ -1,5 +1,5 @@ PORTNAME= flit -PORTVERSION= 3.7.1 +PORTVERSION= 3.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-flit/distinfo b/devel/py-flit/distinfo index b319dbb53d3a..f9f30eeb665e 100644 --- a/devel/py-flit/distinfo +++ b/devel/py-flit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646057940 -SHA256 (flit-3.7.1.tar.gz) = 3c9bd9c140515bfe62dd938c6610d10d6efb9e35cc647fc614fe5fb3a5036682 -SIZE (flit-3.7.1.tar.gz) = 136642 +TIMESTAMP = 1669057733 +SHA256 (flit-3.8.0.tar.gz) = d0f2a8f4bd45dc794befbf5839ecc0fd3830d65a57bd52b5997542fac5d5e937 +SIZE (flit-3.8.0.tar.gz) = 139496 diff --git a/devel/py-flit/files/setup.py b/devel/py-flit/files/setup.py index b30bcfb53e43..a9b2761d8aeb 100644 --- a/devel/py-flit/files/setup.py +++ b/devel/py-flit/files/setup.py @@ -10,11 +10,11 @@ package_data = \ {'': ['*'], 'flit': ['license_templates/*']} install_requires = \ -['flit_core >= %%PORTVERSION%%', 'requests', 'docutils', 'tomli', 'tomli-w'] +['flit_core >= %%PORTVERSION%%', 'requests', 'docutils', 'tomli-w'] extras_require = \ {'doc': ['sphinx', 'sphinxcontrib_github_alt', 'pygments-github-lexers'], - 'test': ['testpath', 'responses', 'pytest>=2.7.3', 'pytest-cov']} + 'test': ['testpath', 'responses', 'pytest>=2.7.3', 'pytest-cov', 'tomli']} entry_points = \ {'console_scripts': ['flit = flit:main']}