diff --git a/dev-python/pytest-ordering/Manifest b/dev-python/pytest-ordering/Manifest new file mode 100644 index 0000000000..0036ecd18b --- /dev/null +++ b/dev-python/pytest-ordering/Manifest @@ -0,0 +1 @@ +DIST pytest-ordering-0.6.tar.gz 11046 BLAKE2B 468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc SHA512 fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15 diff --git a/dev-python/pytest-ordering/metadata.xml b/dev-python/pytest-ordering/metadata.xml new file mode 100644 index 0000000000..3f9f921b0e --- /dev/null +++ b/dev-python/pytest-ordering/metadata.xml @@ -0,0 +1,13 @@ + + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/ftobia/pytest-ordering + pytest-ordering + + diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild new file mode 100644 index 0000000000..6cb756e861 --- /dev/null +++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="pytest plugin to run your tests in a specific order" +HOMEPAGE=" + https://github.com/ftobia/pytest-ordering + https://pypi.org/project/pytest-ordering +" +SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source