From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- dev-python/pweave/Manifest | 2 +- dev-python/pweave/pweave-0.30.3-r1.ebuild | 57 +++++++++++++++++++++++++++++++ dev-python/pweave/pweave-0.30.3.ebuild | 57 ------------------------------- 3 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 dev-python/pweave/pweave-0.30.3-r1.ebuild delete mode 100644 dev-python/pweave/pweave-0.30.3.ebuild (limited to 'dev-python/pweave') diff --git a/dev-python/pweave/Manifest b/dev-python/pweave/Manifest index cc1d93b95800..a5ecc99b24e1 100644 --- a/dev-python/pweave/Manifest +++ b/dev-python/pweave/Manifest @@ -1,5 +1,5 @@ AUX pweave-0.30.3-docs.patch 384 BLAKE2B f965c866a87e4ba7084767e73113d119ca6c1c7ce5d184d843f84cdf9f3237038a2192aa41b834d9b39f584ee5294d802857d1fb0f2d457721b2b82376b00215 SHA512 7a4396e2383c630e1bd8cab770952e8898be157b80dab23ce0f7cabcc1ecda4bed9a9cb4ad46d48e521b05de7de324106128d281ef88e06735425cc430f43717 AUX pweave-0.30.3-rm-online-tests.patch 3991 BLAKE2B ea2462239edd8cf029a308a0fb3d3464a3932d6f714e7d6501730e62deb6b417482c5dc67a023c467d3efc1456674f0d31fa96f585ba9d81943e4c9dcf0aa875 SHA512 74f496bd263d87b9f63293be843eac78c40c6f66de5b493afe8aca893441e43bf02b157130b8252f893a928c8a03ac6b7594ae2876b4af1c1a2745e0aaf8d3ba DIST pweave-0.30.3.tar.gz 2173323 BLAKE2B 13aaa70d424026e58648ee949d8046d1f9fdf6e402df018b120dbb235c7b7a29846cb341aba1642c97be5a8ebafeea33a71be177f92498db186e8044624eebb8 SHA512 d2ffc2a6921837eff471041cc13789ac370d9e00c8a66f451ae53859c110c838e360b4bfd820aa33656fdf509cda8dc24a1d2c1bfcb44ae99de751726c33b3ae -EBUILD pweave-0.30.3.ebuild 1363 BLAKE2B 630b7131320b8a04c626a9ecc2cb88d446c116db652de839c3f0f752de2534c4a43a5724641e22faf9f1d463984fb64013b38b2c63f7cc5d0d5ee60cf1dc0e36 SHA512 12b1922d73b4102d10e5d8988b1ea5c14ac390fce9adb7ed6830083376e76c19fbabc064b39f94a2596dbcad507bb6040e3e3a1307b11b5fdfc8a2a4f561a7ab +EBUILD pweave-0.30.3-r1.ebuild 1363 BLAKE2B 630b7131320b8a04c626a9ecc2cb88d446c116db652de839c3f0f752de2534c4a43a5724641e22faf9f1d463984fb64013b38b2c63f7cc5d0d5ee60cf1dc0e36 SHA512 12b1922d73b4102d10e5d8988b1ea5c14ac390fce9adb7ed6830083376e76c19fbabc064b39f94a2596dbcad507bb6040e3e3a1307b11b5fdfc8a2a4f561a7ab MISC metadata.xml 375 BLAKE2B d5aff616cc3473bac743c6d809eba454c54e2fc1514a115be5ae1ca11be7de212fe72f2ffeb520db05a11837d8ff93daa1128cdef7867244b9f829d8e52e6214 SHA512 c00656e8233157fbe266e364bc10a6b351063221b27a73d43add57a50d00beb2e540b491ea671fcc4b7acafd97c4a5e56c73a9937aab64ee2d79d553fd0658ee diff --git a/dev-python/pweave/pweave-0.30.3-r1.ebuild b/dev-python/pweave/pweave-0.30.3-r1.ebuild new file mode 100644 index 000000000000..f85db19e41dd --- /dev/null +++ b/dev-python/pweave/pweave-0.30.3-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_7 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +MY_PN="Pweave" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Scientific report generator and literate programming tool" +HOMEPAGE="http://mpastell.com/pweave + https://github.com/mpastell/Pweave" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" + +IUSE="examples" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( + "${FILESDIR}/${P}-docs.patch" + "${FILESDIR}/${P}-rm-online-tests.patch" ) + +RDEPEND="dev-python/ipython[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/jupyter_client[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/nbconvert[${PYTHON_USEDEP}] + dev-python/nbformat[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}]" + +DEPEND="test? ( + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/notebook[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_P}" + +distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme +distutils_enable_tests pytest + +python_install_all() { + if use examples; then + insinto /usr/share/${PN} + doins -r doc/examples + fi + + distutils-r1_python_install_all +} diff --git a/dev-python/pweave/pweave-0.30.3.ebuild b/dev-python/pweave/pweave-0.30.3.ebuild deleted file mode 100644 index f85db19e41dd..000000000000 --- a/dev-python/pweave/pweave-0.30.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -MY_PN="Pweave" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Scientific report generator and literate programming tool" -HOMEPAGE="http://mpastell.com/pweave - https://github.com/mpastell/Pweave" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" - -IUSE="examples" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}/${P}-docs.patch" - "${FILESDIR}/${P}-rm-online-tests.patch" ) - -RDEPEND="dev-python/ipython[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/jupyter_client[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/nbconvert[${PYTHON_USEDEP}] - dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/notebook[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme -distutils_enable_tests pytest - -python_install_all() { - if use examples; then - insinto /usr/share/${PN} - doins -r doc/examples - fi - - distutils-r1_python_install_all -} -- cgit v1.2.3