From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/nose2/Manifest | 6 ++++++ dev-python/nose2/metadata.xml | 11 ++++++++++ dev-python/nose2/nose2-0.6.4.ebuild | 43 +++++++++++++++++++++++++++++++++++++ dev-python/nose2/nose2-0.6.5.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 4 files changed, 103 insertions(+) create mode 100644 dev-python/nose2/Manifest create mode 100644 dev-python/nose2/metadata.xml create mode 100644 dev-python/nose2/nose2-0.6.4.ebuild create mode 100644 dev-python/nose2/nose2-0.6.5.ebuild (limited to 'dev-python/nose2') diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest new file mode 100644 index 000000000000..be6a5e6c19cd --- /dev/null +++ b/dev-python/nose2/Manifest @@ -0,0 +1,6 @@ +DIST nose2-0.6.4.tar.gz 134636 SHA256 56831c4caa47e2939f555b33e2c44170c1fab4d13526af838d9d80bef9e091b6 SHA512 4161231ecf195a3c5172f8bea2002f9cf4d55ee4f976f512b1ae758ebe8389f41520594da7ad2b21cfbf998be388993281e126363d24ee00c948d6c57278333a WHIRLPOOL 2905a358ec07d67ff64882f73527044a6bfbd70cb11865ee274b91675c3939b7b018d8dceb667396afae9ed425c14bd6ae3317d97fc2e35931302e6965054c6f +DIST nose2-0.6.5.tar.gz 134808 SHA256 13c00fd49fe2057688a68860f5de195e50ec85748f102346c74e7692b36d2c23 SHA512 fc84aa19d486ff1441dd43666182212e4a05b3be054f3c8967e36e624c08ee6eb10b01bba45b5f5dbbd38cfd057d53877e0bc0d9aba59b842688a5d4ec944b40 WHIRLPOOL b08589fe1b1467d11f31b702f6dad4c2212e7a47f370138a110ee109d0c078a38a137ef0b21afc6d8e718074c662d28ded8ce19423df4357ade771af3238d229 +EBUILD nose2-0.6.4.ebuild 948 SHA256 5dd40b9e79228ce233959b1b668db209190fc05a584f4f28ca58d7dec47e4b9e SHA512 23adf77ac73ca1511351d451bc27c2651a094c266c64603ec78b7bd047bb6845f5e12271f7d7ffe4f39aa0dd1fd03f7eeceedc1e7338d837503100e7d8837368 WHIRLPOOL 2330bbc11395e7f66026ed2dc2cc1813ae8cfac706321f2cde280a3d7ccb9e3c02a1fb53a79edfa85aee56754169da6689ae58fe88592aba442547177262f178 +EBUILD nose2-0.6.5.ebuild 948 SHA256 5dd40b9e79228ce233959b1b668db209190fc05a584f4f28ca58d7dec47e4b9e SHA512 23adf77ac73ca1511351d451bc27c2651a094c266c64603ec78b7bd047bb6845f5e12271f7d7ffe4f39aa0dd1fd03f7eeceedc1e7338d837503100e7d8837368 WHIRLPOOL 2330bbc11395e7f66026ed2dc2cc1813ae8cfac706321f2cde280a3d7ccb9e3c02a1fb53a79edfa85aee56754169da6689ae58fe88592aba442547177262f178 +MISC ChangeLog 1030 SHA256 7a06f20552159824d5d4936514e7aae3e024533840a6e2d073fea7873fe96745 SHA512 35851e92c00ebcad31551ba17d71c955d2d17f38f81536b3cf9ad291618279d314ef86df99571a6d10495115b31dce3d0b04deb983a3e3002405b11ae4658e14 WHIRLPOOL 75ed9e6b7e628c3c95c400af204b3118f342ee202082b663ed71c5c3ad697522a5ddbcd5d77202d662f0e0d5d5ab8049fa99f1d618dada3b625ef27aed9e2d73 +MISC metadata.xml 326 SHA256 9620c61a553ccbf6e8a6bb86356e483d1af7f2e0d42d02fb1b0094971226b3cb SHA512 f33cbd667bbf3fca39922cc1a57a50fe1fc7cc3b5a5393220d99a1e2a4fa14c90b2cddc4c9fcdd7e472920a2441c5de60deb53b7caf5ecbe2050b7480fc954eb WHIRLPOOL 8007719ce4582d2f1b0c99d99abb6dae10348d0efc13ed2a9729e0c5f7fddcd8b0ef94d25309d7c1c2e7bec2bdbc530deb2c2ccf99be59c34cf553563ff9c5d3 diff --git a/dev-python/nose2/metadata.xml b/dev-python/nose2/metadata.xml new file mode 100644 index 000000000000..3d296f55960e --- /dev/null +++ b/dev-python/nose2/metadata.xml @@ -0,0 +1,11 @@ + + + + + alunduil@gentoo.org + Alex Brandt + + + nose-devs/nose2 + + diff --git a/dev-python/nose2/nose2-0.6.4.ebuild b/dev-python/nose2/nose2-0.6.4.ebuild new file mode 100644 index 000000000000..aec771d0b8ee --- /dev/null +++ b/dev-python/nose2/nose2-0.6.4.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="nose2 is the next generation of nicer testing for Python" +HOMEPAGE="https://github.com/nose-devs/nose2" +SRC_URI="https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +CDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/six-1.1[${PYTHON_USEDEP}] +" +DEPEND=" + ${CDEPEND} + doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] ) +" +RDEPEND=" + ${CDEPEND} + >=dev-python/cov-core-1.12[${PYTHON_USEDEP}] +" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + "${PYTHON}" -m nose2.__main__ || die "tests failed under ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + + distutils-r1_python_install_all +} diff --git a/dev-python/nose2/nose2-0.6.5.ebuild b/dev-python/nose2/nose2-0.6.5.ebuild new file mode 100644 index 000000000000..aec771d0b8ee --- /dev/null +++ b/dev-python/nose2/nose2-0.6.5.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="nose2 is the next generation of nicer testing for Python" +HOMEPAGE="https://github.com/nose-devs/nose2" +SRC_URI="https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +CDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/six-1.1[${PYTHON_USEDEP}] +" +DEPEND=" + ${CDEPEND} + doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] ) +" +RDEPEND=" + ${CDEPEND} + >=dev-python/cov-core-1.12[${PYTHON_USEDEP}] +" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + "${PYTHON}" -m nose2.__main__ || die "tests failed under ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + + distutils-r1_python_install_all +} -- cgit v1.2.3