devel/py-pyflakes: Update to 1.1.0
- Update PORTVERSION and distinfo checksum (1.1.0) - Enable "concurrent" Python version installation Changes: https://github.com/pyflakes/pyflakes/compare/1.0.0...1.1.0
This commit is contained in:
parent
b634f9269b
commit
a8a5ae229f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410031
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyflakes
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +14,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pyflakes-1.0.0.tar.gz) = f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263
|
||||
SIZE (pyflakes-1.0.0.tar.gz) = 35365
|
||||
SHA256 (pyflakes-1.1.0.tar.gz) = e5f959931987e2be178781554b485d52342ec9f1b43f891d2dad07a691c7a89a
|
||||
SIZE (pyflakes-1.1.0.tar.gz) = 41472
|
||||
|
|
Loading…
Reference in a new issue