aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:42:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:04:36 +0000
commit840729d19d308c4cb3232b3f2f44b3b1bb6afdb9 (patch)
treeda68a0881c533009552cf387633b7cb39199dd02
parent3c13d0d3e4fb581877ec6df522d669ee241409ab (diff)
downloadports-840729d19d308c4cb3232b3f2f44b3b1bb6afdb9.tar.gz
ports-840729d19d308c4cb3232b3f2f44b3b1bb6afdb9.zip
devel/py-flit: Update to 3.8.0
-rw-r--r--devel/py-flit/Makefile2
-rw-r--r--devel/py-flit/distinfo6
-rw-r--r--devel/py-flit/files/setup.py4
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']}