diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : python-pytest-flake8 +version : 0.9.1 +release : 1 +source : + - https://pypi.io/packages/source/p/pytest-flake8/pytest-flake8-0.9.1.tar.gz : e716072d07a557defdd5c4141984569731e292961370a5663c1697283aa16200 +license : BSD-2-Clause +component : programming.python +summary : pytest plugin to run flake8 +description: | + pytest plugin for efficiently checking PEP8 compliance +builddeps : + - flake8 + - python-pytest + - python-setuptools +rundeps : + - flake8 + - python-pytest +build : | + %python_setup +install : | + %python_install +check : | + pushd $PKG_BUILD_DIR/py2build + PYTHONPATH=$PWD py.test -v -k 'not test_keyword_match' + popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,41 @@ + + + python-pytest-flake8 + + Pierre-Yves + pyu@riseup.net + + BSD-2-Clause + programming.python + pytest plugin to run flake8 + pytest plugin for efficiently checking PEP8 compliance + + https://solus-project.com/sources/README.Solus + + + python-pytest-flake8 + pytest plugin to run flake8 + pytest plugin for efficiently checking PEP8 compliance + + programming.python + + /usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/entry_points.txt + /usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/requires.txt + /usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/pytest_flake8.py + /usr/lib/python2.7/site-packages/pytest_flake8.pyc + + + + + 2018-01-18 + 0.9.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file