diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,33 +1,33 @@
name : flake8
-version : 3.3.0
-release : 1
+version : 3.5.0
+release : 2
source :
- - https://pypi.python.org/packages/47/64/382631de5fd8dab367bedeff6b5b55fd9a7c883daa44f4032636e2d203ca/flake8-3.3.0.tar.gz : b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12
+ - https://files.pythonhosted.org/packages/source/f/flake8/flake8-3.5.0.tar.gz : 7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf188ba0
license : MIT
component : programming.python
summary : Python Code Format Checking
description: |
- Python Code Format Checking
+ flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
builddeps :
- - pkgconfig(python-2.7)
- - python-mock
- - python-setuptools
- - python-pytest
+ - mccabe
+ - pycodestyle
+ - pyflakes
- pytest-runner
- python-configparser
- - pyflakes
- - pycodestyle
- python-enum34
+ - python-mock
+ - python-setuptools
+rundeps :
- mccabe
-rundeps :
- - python-configparser
- - pyflakes
- pycodestyle
+ - pyflakes
+ - python-configparser
- python-enum34
- - mccabe
setup : |
%python_setup
install : |
%python_install
-check:
- python setup.py test
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ python setup.py test
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,30 +2,30 @@
flake8
- Ikey Doherty
- ikey@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
MIT
programming.python
Python Code Format Checking
- Python Code Format Checking
+ flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://solus-project.com/sources/README.Solus
flake8
Python Code Format Checking
- Python Code Format Checking
+ flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
programming.python
/usr/bin
- /usr/lib/python2.7/site-packages/flake8-3.3.0-py2.7.egg-info/PKG-INFO
- /usr/lib/python2.7/site-packages/flake8-3.3.0-py2.7.egg-info/SOURCES.txt
- /usr/lib/python2.7/site-packages/flake8-3.3.0-py2.7.egg-info/dependency_links.txt
- /usr/lib/python2.7/site-packages/flake8-3.3.0-py2.7.egg-info/entry_points.txt
- /usr/lib/python2.7/site-packages/flake8-3.3.0-py2.7.egg-info/requires.txt
- /usr/lib/python2.7/site-packages/flake8-3.3.0-py2.7.egg-info/top_level.txt
+ /usr/lib/python2.7/site-packages/flake8-3.5.0-py2.7.egg-info/PKG-INFO
+ /usr/lib/python2.7/site-packages/flake8-3.5.0-py2.7.egg-info/SOURCES.txt
+ /usr/lib/python2.7/site-packages/flake8-3.5.0-py2.7.egg-info/dependency_links.txt
+ /usr/lib/python2.7/site-packages/flake8-3.5.0-py2.7.egg-info/entry_points.txt
+ /usr/lib/python2.7/site-packages/flake8-3.5.0-py2.7.egg-info/requires.txt
+ /usr/lib/python2.7/site-packages/flake8-3.5.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/flake8/__init__.py
/usr/lib/python2.7/site-packages/flake8/__init__.pyc
/usr/lib/python2.7/site-packages/flake8/__main__.py
@@ -93,12 +93,12 @@
-
- 2017-04-29
- 3.3.0
+
+ 2018-01-18
+ 3.5.0
Packaging update
- Ikey Doherty
- ikey@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file