Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11051874
D1981.id5008.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D1981.id5008.diff
View Options
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 @@
+<PISI>
+ <Source>
+ <Name>python-pytest-flake8</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">pytest plugin to run flake8</Summary>
+ <Description xml:lang="en">pytest plugin for efficiently checking PEP8 compliance
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pytest-flake8</Name>
+ <Summary xml:lang="en">pytest plugin to run flake8</Summary>
+ <Description xml:lang="en">pytest plugin for efficiently checking PEP8 compliance
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8-0.9.1-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest_flake8.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-18</Date>
+ <Version>0.9.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 8:27 PM (2 h, 45 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5816253
Default Alt Text
D1981.id5008.diff (3 KB)
Attached To
Mode
D1981: Initial version of python-pytest-flake8
Attached
Detach File
Event Timeline
Log In to Comment