Page MenuHomeSolus

0001-Initial-working-python-pytest.patch

Authored By
SFaulken
Oct 1 2016, 7:59 PM
Size
11 KB
Referenced Files
None
Subscribers
None

0001-Initial-working-python-pytest.patch

From 4735b778069650bcb34ac927cf026d3621c0163d Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@cloverleaf-linux.org>
Date: Sat, 1 Oct 2016 12:55:56 -0700
Subject: [PATCH] Initial working python-pytest
Signed-off-by: Shawn W Dunn <sfalken@cloverleaf-linux.org>
---
package.yml | 16 ++++++++
pspec_x86_64.xml | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 139 insertions(+)
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..53952a5
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,16 @@
+name : python-pytest
+version : 3.0.3
+release : 1
+source :
+ - https://pypi.python.org/packages/a0/2f/076c816e2402c4911ccee4b93ba0475145b7cffd0320ca8efa0add7c469c/pytest-3.0.3.tar.gz : f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7
+license : MIT
+component : programming.python
+summary : python testing framework
+description: |
+ The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries.
+builddeps :
+ - python-setuptools
+setup : |
+ %python_setup
+install : |
+ %python_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..775140e
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,123 @@
+<PISI>
+ <Source>
+ <Name>python-pytest</Name>
+ <Packager>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">python testing framework</Summary>
+ <Description xml:lang="en">The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pytest</Name>
+ <Summary xml:lang="en">python testing framework</Summary>
+ <Description xml:lang="en">The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_argcomplete.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_argcomplete.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/_py2traceback.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/_py2traceback.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/code.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/code.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/source.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/source.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_pluggy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_pluggy.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/rewrite.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/rewrite.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/cacheprovider.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/cacheprovider.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/capture.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/capture.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/config.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/config.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/debugging.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/debugging.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/deprecated.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/deprecated.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/doctest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/doctest.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/fixtures.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/fixtures.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/freeze_support.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/freeze_support.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/helpconfig.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/helpconfig.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/hookspec.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/hookspec.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/junitxml.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/junitxml.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/main.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/main.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/mark.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/mark.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/monkeypatch.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/monkeypatch.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/nose.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/nose.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pastebin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pastebin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pytester.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pytester.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/python.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/python.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/recwarn.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/recwarn.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/resultlog.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/resultlog.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/runner.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/runner.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setuponly.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setuponly.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setupplan.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setupplan.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/skipping.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/skipping.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/terminal.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/terminal.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/tmpdir.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/tmpdir.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/unittest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/unittest.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/pluggy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/pluggy.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-01</Date>
+ <Version>3.0.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2912
Default Alt Text
0001-Initial-working-python-pytest.patch (11 KB)

Event Timeline