1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Update to 3.0.0

Changes:	https://github.com/takluyver/flit/blob/master/doc/history.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-07 18:11:22 +00:00
parent 27fe7aae2d
commit d69c64ba2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547918
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flit-core
PORTVERSION= 2.3.0
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytoml>=0:textproc/py-pytoml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR}
USES= python
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1586534745
SHA256 (flit_core-2.3.0.tar.gz) = a50bcd8bf5785e3a7d95434244f30ba693e794c5204ac1ee908fc07c4acdbf80
SIZE (flit_core-2.3.0.tar.gz) = 22995
TIMESTAMP = 1599492094
SHA256 (flit_core-3.0.0.tar.gz) = a465052057e2d6d957e6850e9915245adedfc4fd0dd5737d0791bf3132417c2d
SIZE (flit_core-3.0.0.tar.gz) = 22037

View File

@ -11,7 +11,7 @@ setup(
url='https://github.com/takluyver/flit',
packages=find_packages(),
install_requires=['pytoml'],
requires_python='>=2.7, !=3.0, !=3.1, !=3.2, != 3.3',
requires_python='>=3.4',
classifiers=[
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Libraries :: Python Modules",