mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Update to 3.5.0
- Fix version requirement of RUN_DEPENDS Changes: https://gitlab.com/pycqa/flake8/blob/master/docs/source/release-notes/3.4.0.rst https://gitlab.com/pycqa/flake8/blob/master/docs/source/release-notes/3.4.1.rst https://gitlab.com/pycqa/flake8/blob/master/docs/source/release-notes/3.5.0.rst PR: 226751 Submitted by: sunpoet (myself) Approved by: wg (maintainer)
This commit is contained in:
parent
86492e04df
commit
f521c129e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465133
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= flake8
|
PORTNAME= flake8
|
||||||
PORTVERSION= 3.3.0
|
PORTVERSION= 3.5.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,9 +14,9 @@ LICENSE= MIT
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR}
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR}
|
||||||
RUN_DEPENDS= ${PY_ENUM34} \
|
RUN_DEPENDS= ${PY_ENUM34} \
|
||||||
${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.0:devel/py-mccabe@${FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}mccabe>=0.6.0:devel/py-mccabe@${FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.0.0:devel/py-pycodestyle@${FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.0.0:devel/py-pycodestyle@${FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:devel/py-pyflakes@${FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}pyflakes>=1.5.0:devel/py-pyflakes@${FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1487238723
|
TIMESTAMP = 1521050347
|
||||||
SHA256 (flake8-3.3.0.tar.gz) = b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12
|
SHA256 (flake8-3.5.0.tar.gz) = 7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf188ba0
|
||||||
SIZE (flake8-3.3.0.tar.gz) = 134345
|
SIZE (flake8-3.5.0.tar.gz) = 140608
|
||||||
|
|
Loading…
Add table
Reference in a new issue