From cca68eeecf7292faad12dad25fe8243bb6632b24 Mon Sep 17 00:00:00 2001 From: Shawn W Dunn Date: Sat, 1 Oct 2016 12:58:10 -0700 Subject: [PATCH] Initial working python3-pytest Signed-off-by: Shawn W Dunn --- 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..70b587f --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : python3-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 : + - pkgconfig(python3) +setup : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..2904a17 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,123 @@ + + + python3-pytest + + Shawn W Dunn + sfalken@cloverleaf-linux.org + + MIT + programming.python + python testing framework + The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries. + + https://solus-project.com/sources/README.Solus + + + python3-pytest + python testing framework + The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries. + + programming.python + + /usr/bin + /usr/lib/python3.5/site-packages/__pycache__/pytest.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__init__.py + /usr/lib/python3.5/site-packages/_pytest/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/_argcomplete.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/_pluggy.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/cacheprovider.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/capture.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/compat.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/config.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/debugging.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/deprecated.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/doctest.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/fixtures.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/freeze_support.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/helpconfig.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/hookspec.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/junitxml.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/main.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/mark.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/monkeypatch.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/nose.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/pastebin.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/pytester.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/python.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/recwarn.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/resultlog.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/runner.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/setuponly.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/setupplan.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/skipping.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/terminal.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/tmpdir.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/__pycache__/unittest.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/_argcomplete.py + /usr/lib/python3.5/site-packages/_pytest/_code/__init__.py + /usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/_py2traceback.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/code.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/source.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/_code/_py2traceback.py + /usr/lib/python3.5/site-packages/_pytest/_code/code.py + /usr/lib/python3.5/site-packages/_pytest/_code/source.py + /usr/lib/python3.5/site-packages/_pytest/_pluggy.py + /usr/lib/python3.5/site-packages/_pytest/assertion/__init__.py + /usr/lib/python3.5/site-packages/_pytest/assertion/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/assertion/__pycache__/util.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/assertion/rewrite.py + /usr/lib/python3.5/site-packages/_pytest/assertion/util.py + /usr/lib/python3.5/site-packages/_pytest/cacheprovider.py + /usr/lib/python3.5/site-packages/_pytest/capture.py + /usr/lib/python3.5/site-packages/_pytest/compat.py + /usr/lib/python3.5/site-packages/_pytest/config.py + /usr/lib/python3.5/site-packages/_pytest/debugging.py + /usr/lib/python3.5/site-packages/_pytest/deprecated.py + /usr/lib/python3.5/site-packages/_pytest/doctest.py + /usr/lib/python3.5/site-packages/_pytest/fixtures.py + /usr/lib/python3.5/site-packages/_pytest/freeze_support.py + /usr/lib/python3.5/site-packages/_pytest/helpconfig.py + /usr/lib/python3.5/site-packages/_pytest/hookspec.py + /usr/lib/python3.5/site-packages/_pytest/junitxml.py + /usr/lib/python3.5/site-packages/_pytest/main.py + /usr/lib/python3.5/site-packages/_pytest/mark.py + /usr/lib/python3.5/site-packages/_pytest/monkeypatch.py + /usr/lib/python3.5/site-packages/_pytest/nose.py + /usr/lib/python3.5/site-packages/_pytest/pastebin.py + /usr/lib/python3.5/site-packages/_pytest/pytester.py + /usr/lib/python3.5/site-packages/_pytest/python.py + /usr/lib/python3.5/site-packages/_pytest/recwarn.py + /usr/lib/python3.5/site-packages/_pytest/resultlog.py + /usr/lib/python3.5/site-packages/_pytest/runner.py + /usr/lib/python3.5/site-packages/_pytest/setuponly.py + /usr/lib/python3.5/site-packages/_pytest/setupplan.py + /usr/lib/python3.5/site-packages/_pytest/skipping.py + /usr/lib/python3.5/site-packages/_pytest/terminal.py + /usr/lib/python3.5/site-packages/_pytest/tmpdir.py + /usr/lib/python3.5/site-packages/_pytest/unittest.py + /usr/lib/python3.5/site-packages/_pytest/vendored_packages/__init__.py + /usr/lib/python3.5/site-packages/_pytest/vendored_packages/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/vendored_packages/__pycache__/pluggy.cpython-35.pyc + /usr/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/entry_points.txt + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/not-zip-safe + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/requires.txt + /usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/pytest.py + + + + + 2016-10-01 + 3.0.3 + Packaging update + Shawn W Dunn + sfalken@cloverleaf-linux.org + + + \ No newline at end of file -- 2.10.0