+summary : Genty, stands for "generate tests". It promotes generative testing, where a single test can execute over a variety of input
+description: |
+ Genty, pronounced "gen-tee", stands for "generate tests". It promotes generative testing, where a single test can execute over a variety of input. Genty makes this a breeze.
+builddeps :
+ - python-mock
+ - python-setuptools
+rundeps :
+ - python-six
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ python setup.py test
+ popd
+
+ pushd $PKG_BUILD_DIR/py3build
+ python3 setup.py test
+ 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,69 @@
+<PISI>
+ <Source>
+ <Name>python-genty</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Genty, stands for "generate tests". It promotes generative testing, where a single test can execute over a variety of input</Summary>
+ <Description xml:lang="en">Genty, pronounced "gen-tee", stands for "generate tests". It promotes generative testing, where a single test can execute over a variety of input. Genty makes this a breeze.
+ <Summary xml:lang="en">Genty, stands for "generate tests". It promotes generative testing, where a single test can execute over a variety of input</Summary>
+ <Description xml:lang="en">Genty, pronounced "gen-tee", stands for "generate tests". It promotes generative testing, where a single test can execute over a variety of input. Genty makes this a breeze.