commit:     a25775e33e4db18fdef2f29aa94725d94cd7e8ef
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 21:15:58 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Apr 27 21:24:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a25775e3

dev-python/pytest-randomly: deps cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-randomly/metadata.xml            |  7 ++++
 .../pytest-randomly-3.3.1-r1.ebuild                | 46 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/pytest-randomly/metadata.xml 
b/dev-python/pytest-randomly/metadata.xml
index 46c4254..e9b1d80 100644
--- a/dev-python/pytest-randomly/metadata.xml
+++ b/dev-python/pytest-randomly/metadata.xml
@@ -29,6 +29,13 @@ By resetting the random seed to a repeatable number for each 
test, tests can cre
 This plugin is a Pytest port of my plugin for nose, nose-randomly. I’ve 
written a blog post on its history.
   </longdescription>
   <upstream>
+    <bugs-to>https://github.com/pytest-dev/pytest-randomly/issues</bugs-to>
+    
<changelog>https://github.com/pytest-dev/pytest-randomly/blob/master/HISTORY.rst</changelog>
+    <maintainer status="active">
+      <email>m...@adamj.eu</email>
+      <name>Adam Johnson</name>
+    </maintainer>
+    <remote-id type="pypi">pytest-randomly</remote-id>
     <remote-id type="github">pytest-dev/pytest-randomly</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild 
b/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild
new file mode 100644
index 0000000..be8f908
--- /dev/null
+++ b/dev-python/pytest-randomly/pytest-randomly-3.3.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin to randomly order tests and control random.seed"
+HOMEPAGE="
+       https://pypi.python.org/pypi/pytest-randomly
+       https://github.com/pytest-dev/pytest-randomly
+"
+SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-python/docutils[${PYTHON_USEDEP}]
+       dev-python/factory_boy[${PYTHON_USEDEP}]
+       dev-python/faker[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/pygments[${PYTHON_USEDEP}]
+
+       $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_6 python3_7)
+"
+#not really needed
+#      dev-python/isort[${PYTHON_USEDEP}]
+#      $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8)
+#      dev-python/secretstorage[${PYTHON_USEDEP}]
+#      dev-python/twine[${PYTHON_USEDEP}]
+
+DEPEND="
+       test? (
+               dev-python/pytest-xdist[${PYTHON_USEDEP}]
+       )
+"
+#not really needed
+#              $(python_gen_cond_dep 
'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8)
+#              dev-python/multilint[${PYTHON_USEDEP}]
+
+distutils_enable_tests pytest

Reply via email to