From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-python/pooch/Manifest | 4 +--- dev-python/pooch/pooch-1.5.2.ebuild | 35 ----------------------------------- dev-python/pooch/pooch-1.6.0.ebuild | 4 +++- 3 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 dev-python/pooch/pooch-1.5.2.ebuild (limited to 'dev-python/pooch') diff --git a/dev-python/pooch/Manifest b/dev-python/pooch/Manifest index 4b116e793331..05e6c1cf1412 100644 --- a/dev-python/pooch/Manifest +++ b/dev-python/pooch/Manifest @@ -1,5 +1,3 @@ -DIST pooch-1.5.2.tar.gz 61167 BLAKE2B 36c3ac00ae1d05b688fabc31ae9eb88536d717a3dd179a02bf76f9c8066520bc165af0a71d5cd514e7c9f2422c4a3ee189cf93215bc9a9189bf9f20a77f95e61 SHA512 acb1a48e94a97f79503125f0cf1312d715719ec32817771d2e19d2bd89b2cfd34b50221d67d1854cd93818140d8536f6f5b3db1ae0bbb185fffa2cf9886f98da DIST pooch-1.6.0.tar.gz 52318 BLAKE2B c5cdf04a27a5754accee5a4522d5e6a51c4e71b7034cd570c6a2f30bc580ba9c15e0717be792e7cdd020ca745e6813a63681ce966ad61c0ed4aaa8b84829b920 SHA512 e1b6253b8879ef172bd6370139a7807355c7e1c03a1626ac46cb083b1f7d8beb5a8adb08c0828eb34e96a7164211d2dc7da214fd0176eb0606fe4ff47911257c -EBUILD pooch-1.5.2.ebuild 869 BLAKE2B 0e66597ce6cdab4fde09a65971d4514962bdc15b67dc34e53c23ab8a89160afacb56fc4b8caeaf49ea2b6247189dd7f8cb417136e6e53c3630c743c7bf72d60c SHA512 2ad52337ce41334682264fa2b98efa6f7d4aa410d2120931d8b8e322a4cf8a90398ddb61926a7a301d51e645a61e47cd66318e53db46d29040bc7ff00b32e8c9 -EBUILD pooch-1.6.0.ebuild 901 BLAKE2B 0f0bbeb8ca8013c9528fc9b57d48f499fbe57b40cba8fcb74e75307eac8e199626d633d1d6a803893cfaa6747ecc48737f36b1b4bbea52d6a71c7d9da85209a8 SHA512 071ea9e55e6a02afa263cfdd4225119908db2ea943caa1d31bc732c0bea88ef477c5baed76ea8a8bc2b8e23689f4888b82288bbbe1584d5fa34b49379f94b797 +EBUILD pooch-1.6.0.ebuild 944 BLAKE2B e70344ba7df04b0ddb68f3159332dd66849957dfe0e4a37c1b9613425131e3b2cc6e1fb6f256c2bfcfd5e9505b10506f5df37b9fe5ab8131a17106431e32eff2 SHA512 6ffc15731cdb1ae5ff9ca28d809bd4d6345e30888be925fe1ad571aa73737b989ec3138284c72b96a55a24105f4a441953b6d453e50d370f11b219bb12819921 MISC metadata.xml 662 BLAKE2B c5ae3d2129776a265d43bb666d74a46b541f07ef55069e3d99d106161b1c1e2a5cabf6221529b49a24d10c4ebfb00e8301d8b6b3aba4e5b6c4eefd96004ae0bb SHA512 2ac2097ecce4226f1816bc19491c54c8aa96584bb70781f1253e63093264a9b1371e5348a06f5ea293b086452e5a618a5afc04d7b967e85c62bac027bd3ffdc0 diff --git a/dev-python/pooch/pooch-1.5.2.ebuild b/dev-python/pooch/pooch-1.5.2.ebuild deleted file mode 100644 index a8c0c03f2fed..000000000000 --- a/dev-python/pooch/pooch-1.5.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="Manage your Python library's sample data files" -HOMEPAGE="https://github.com/fatiando/pooch" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" -PROPERTIES="test_network" - -RDEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" - -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/pytest-localftpserver[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - )" - -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} diff --git a/dev-python/pooch/pooch-1.6.0.ebuild b/dev-python/pooch/pooch-1.6.0.ebuild index 8e922a76d068..4d6451e1829f 100644 --- a/dev-python/pooch/pooch-1.6.0.ebuild +++ b/dev-python/pooch/pooch-1.6.0.ebuild @@ -30,7 +30,9 @@ BDEPEND=" dev-python/tqdm[${PYTHON_USEDEP}] )" -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme +### docs no included in pypi tarball +# distutils_enable_sphinx doc \ +# dev-python/sphinx_rtd_theme distutils_enable_tests pytest export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -- cgit v1.2.3