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/nose_fixes/Manifest | 1 + dev-python/nose_fixes/metadata.xml | 12 ++++++++++++ dev-python/nose_fixes/nose_fixes-1.3.ebuild | 30 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-python/nose_fixes/Manifest create mode 100644 dev-python/nose_fixes/metadata.xml create mode 100644 dev-python/nose_fixes/nose_fixes-1.3.ebuild (limited to 'dev-python/nose_fixes') diff --git a/dev-python/nose_fixes/Manifest b/dev-python/nose_fixes/Manifest new file mode 100644 index 000000000000..e78d1a53014f --- /dev/null +++ b/dev-python/nose_fixes/Manifest @@ -0,0 +1 @@ +DIST nose_fixes-1.3.tar.gz 10033 BLAKE2B d6b7f9bdfb803e59be6eb400004f595ad717da7f8967c38006206f51dd599bd42984dab6a9f5ccaf30a74d119da55ff0282b3bb5c9bed9c2c37360865903f12b SHA512 2e054c04493cf11f06ee8977d4922290dbdd7928a4fe4947a76b6cf300c2d16796b578e48c0ea514f3c5a38e011fa9779e7d308eafa0ec12cc0622e124494d93 diff --git a/dev-python/nose_fixes/metadata.xml b/dev-python/nose_fixes/metadata.xml new file mode 100644 index 000000000000..fcd5abbcd149 --- /dev/null +++ b/dev-python/nose_fixes/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + nose_fixes + + gentoo-staging + diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild b/dev-python/nose_fixes/nose_fixes-1.3.ebuild new file mode 100644 index 000000000000..15b6fcc2314a --- /dev/null +++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild @@ -0,0 +1,30 @@ +# 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} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A plugin to make nose behave better" +HOMEPAGE="https://pythonhosted.org/nose_fixes/ https://pypi.org/project/nose_fixes/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + dev-python/nose[${PYTHON_USEDEP}]" +DEPEND=" + ${RDEPEND} + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/pkginfo[${PYTHON_USEDEP}] + )" + +distutils_enable_sphinx docs \ + dev-python/pkginfo +distutils_enable_tests nose -- cgit v1.3.1