From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-python/doit-py/Manifest | 6 ++--- dev-python/doit-py/doit-py-0.4.0-r1.ebuild | 37 --------------------------- dev-python/doit-py/doit-py-0.4.0-r2.ebuild | 27 -------------------- dev-python/doit-py/doit-py-0.4.0.ebuild | 41 ------------------------------ dev-python/doit-py/doit-py-0.5.0.ebuild | 26 +++++++++++++++++++ 5 files changed, 28 insertions(+), 109 deletions(-) delete mode 100644 dev-python/doit-py/doit-py-0.4.0-r1.ebuild delete mode 100644 dev-python/doit-py/doit-py-0.4.0-r2.ebuild delete mode 100644 dev-python/doit-py/doit-py-0.4.0.ebuild create mode 100644 dev-python/doit-py/doit-py-0.5.0.ebuild (limited to 'dev-python/doit-py') diff --git a/dev-python/doit-py/Manifest b/dev-python/doit-py/Manifest index 7bfd28689914..d21342860ae7 100644 --- a/dev-python/doit-py/Manifest +++ b/dev-python/doit-py/Manifest @@ -1,5 +1,3 @@ -DIST doit-py-0.4.0.tar.gz 16534 BLAKE2B 390a7ac17efc1938176ff6aad8fd404b8a0155e82dd2f346cd416d0357cc888e1b3e84dd9ddb19260bc9ee463e013ae544032199967a6ace7d63840a178e0933 SHA512 72aa850928c99bf43eefd827334b361243da3b26283fa358ed3f7fba72d1916b1cbe50e581d3d62ed3b4f0efb9b5d1e7f59c3dc913b2ee27e6503bf4e47def33 -EBUILD doit-py-0.4.0-r1.ebuild 842 BLAKE2B abe8e6e004ad8b0fe6ce2ac011cf875acc83e61a053eacba8eedcceb3cc19c2fd9b6d3c8dd154ced431833a53789b1331bfc939cb31d5963b66e60acbd575036 SHA512 75e4d2e5fbece04f7673c53bfc033ae4590f0c09d20f7cec4dbcfd5affe12db9cf7f01772eaaeaf538fe1175ec18f18e727b84194676af147da4cdc17b0b2e09 -EBUILD doit-py-0.4.0-r2.ebuild 588 BLAKE2B db1b99f10c2e666791c56d2c3afbcc85af08baa4eed0c8fc453604f04e0da09ec9a1b27e81073b638f05f23b3e001a88f6b7ae973485c9621ae1604a04bf834e SHA512 8fa04516e0a25de4cf6a5023202b295f582306958f58b398a18cba6ea3f8896fe1ddda0f28b008661feb6b7cb0ccbae61e9b619c1479722e8bc034850f1a5ea5 -EBUILD doit-py-0.4.0.ebuild 956 BLAKE2B a112037e1666a50a6d07cf4b3201d6754c58f96ca49e40798bbfa257ecf4131bb04924339744d9d3374f1090066d8247dea41b68d07f6cbea93d94abee023ca4 SHA512 0cde978075daf4c88453346d1fe42b21624605410f3072396f4722d0fb577ec990c554101b5d7ac00a44861dd813da0d1f93296b340486227df7f466ab13aa23 +DIST doit-py-0.5.0.tar.gz 15174 BLAKE2B 092f21549d3c088baf8a96b8dd7575304d08c7ae7b0472e7a890159247422060af06c1cc14064cd608bd59e71788067c5374953b16f4511971bb3018c0245cd4 SHA512 f9e70be30f47b7251bdb479762dabe655be898f9fe37fc5ac6608110a82863a08002271620569745f9ec2f47c03529c044a6ea74244b8bb6438b3fbe7e4c28f7 +EBUILD doit-py-0.5.0.ebuild 619 BLAKE2B 9c85c31ab8973f480be4655d9e47f8e6af1e3c7ebd19f1459f86d6ec6213b617744c86bed3e25aefa153e8ab7a2dbe0b67370d506c71f3af3d21f3fd8f77e5dc SHA512 3c00d45fef1839e74c34d4c16e1319c08e43863e80a494e66471d094e4f42e950b57d3ccc2a9e7d0cae647202910ce6171cb33567a831bfdac71e4970c77f307 MISC metadata.xml 518 BLAKE2B 6051376faedfbd03dcb61444a4ee626766ce101e8c555706a3869d97c2b6ca870a1c4ad0df077cc74fa448bf61705513ed235baf228b9c32872c802f2baae9ea SHA512 8626185dc768f468e68c3cf7e731e0183762f7a07472f429e33d1576898a2cb59d3178eee5f729dfc8da06481156004c392e39ead68bc94808cb32e0f861293a diff --git a/dev-python/doit-py/doit-py-0.4.0-r1.ebuild b/dev-python/doit-py/doit-py-0.4.0-r1.ebuild deleted file mode 100644 index a23ebb2f495a..000000000000 --- a/dev-python/doit-py/doit-py-0.4.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="doit tasks for python stuff" -HOMEPAGE="https://pythonhosted.org/doit-py/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( - dev-python/pyflakes[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - app-text/hunspell ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND=" - dev-python/doit[${PYTHON_USEDEP}] - dev-python/configclass[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_compile_all() { - use doc && emake -C doc html -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/doit-py/doit-py-0.4.0-r2.ebuild b/dev-python/doit-py/doit-py-0.4.0-r2.ebuild deleted file mode 100644 index 94b95b479f33..000000000000 --- a/dev-python/doit-py/doit-py-0.4.0-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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="doit tasks for python stuff" -HOMEPAGE="https://pythonhosted.org/doit-py/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - test? ( - dev-python/pyflakes[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - app-text/hunspell - )" -RDEPEND=" - dev-python/configclass[${PYTHON_USEDEP}]" - -distutils_enable_sphinx doc -distutils_enable_tests pytest diff --git a/dev-python/doit-py/doit-py-0.4.0.ebuild b/dev-python/doit-py/doit-py-0.4.0.ebuild deleted file mode 100644 index fae2a43f880d..000000000000 --- a/dev-python/doit-py/doit-py-0.4.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="doit tasks for python stuff" -HOMEPAGE="https://pythonhosted.org/doit-py/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pyflakes[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - app-text/hunspell ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND=" - dev-python/doit[${PYTHON_USEDEP}] - dev-python/configclass[${PYTHON_USEDEP}]" - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - py.test || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/doit-py/doit-py-0.5.0.ebuild b/dev-python/doit-py/doit-py-0.5.0.ebuild new file mode 100644 index 000000000000..43900ff7e706 --- /dev/null +++ b/dev-python/doit-py/doit-py-0.5.0.ebuild @@ -0,0 +1,26 @@ +# 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="doit tasks for python stuff" +HOMEPAGE="https://pythonhosted.org/doit-py/ https://github.com/pydoit/doit-py" +SRC_URI="https://github.com/pydoit/doit-py/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND=" + test? ( + app-text/hunspell[l10n_en] + dev-python/pyflakes[${PYTHON_USEDEP}] + )" +RDEPEND=" + dev-python/configclass[${PYTHON_USEDEP}]" + +distutils_enable_sphinx doc +distutils_enable_tests pytest -- cgit v1.2.3