Page MenuHomeSolus

D1981.id4694.diff
No OneTemporary

D1981.id4694.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,22 @@
+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
+build : |
+ %python_setup
+install : |
+ %python_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$PWD py.test -v -k 'not test_keyword_match'
+ popd
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ 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

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
5854795
Default Alt Text
D1981.id4694.diff (3 KB)

Event Timeline