From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/sphinx-testing/Manifest | 1 + dev-python/sphinx-testing/metadata.xml | 12 ++++++++ .../sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 32 ++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/sphinx-testing/Manifest create mode 100644 dev-python/sphinx-testing/metadata.xml create mode 100644 dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild (limited to 'dev-python/sphinx-testing') diff --git a/dev-python/sphinx-testing/Manifest b/dev-python/sphinx-testing/Manifest new file mode 100644 index 000000000000..8ad7d89fd404 --- /dev/null +++ b/dev-python/sphinx-testing/Manifest @@ -0,0 +1 @@ +DIST sphinx-testing-1.0.1.tar.gz 11513 BLAKE2B 46ede243507a0d90b2ad4b918deadb818491bb0ed15ce41886040c52650f9fd348ff57c03766fd1e7719bbb54726f8915e091cf94a5396da946102ca49fd07b2 SHA512 2d377c0c6fe8e34a463b35e96938507a3ca35fa06cd19a2682eb55825e1b88982a80a02ebb9a02a47f11ca5e8fe6a5b9e5c8114d955fa3b774e0148e82121818 diff --git a/dev-python/sphinx-testing/metadata.xml b/dev-python/sphinx-testing/metadata.xml new file mode 100644 index 000000000000..573296f2cf64 --- /dev/null +++ b/dev-python/sphinx-testing/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + sphinx-doc/sphinx-testing + + gentoo-staging + diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild new file mode 100644 index 000000000000..97e5a1167468 --- /dev/null +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Testing utility classes and functions for Sphinx extensions" +HOMEPAGE="https://github.com/sphinx-doc/sphinx-testing" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + )" + +python_test() { + # NB: while tests don't stricly use nose, they rely on some side + # effects of using it + nosetests -v || die "Tests fail with ${EPYTHON}" +} -- cgit v1.3.1