From c8fd0d84af0bfd1949542adc2cbb735b1d28f9ed Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 May 2021 01:33:16 +0100 Subject: gentoo resync : 07.05.2021 --- dev-python/sphinx_rtd_theme/Manifest | 4 +-- .../sphinx_rtd_theme/sphinx_rtd_theme-0.5.1.ebuild | 33 ---------------------- .../sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild | 2 +- 3 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.1.ebuild (limited to 'dev-python/sphinx_rtd_theme') diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest index 117958a130b8..210d93b1aa7a 100644 --- a/dev-python/sphinx_rtd_theme/Manifest +++ b/dev-python/sphinx_rtd_theme/Manifest @@ -1,5 +1,3 @@ -DIST sphinx_rtd_theme-0.5.1.tar.gz 2774928 BLAKE2B 1ff9c2e1b7ef7740de4969b6b4862d9ac499d515163a32ca2b5438c84910d610c80f5e8c3d03e3016ffa8c58003abecb67bd036ded065dfb65318e2f1d7e69d9 SHA512 20a04408fdf3f5698fecb2a0a430eba6f484770c8e01026c0d444d25ffcbd798edb82aa4b489df10b63d9fcc5eac204e9e3ccdaaf7eac7eb0baee2a5d7960c30 DIST sphinx_rtd_theme-0.5.2.tar.gz 7606638 BLAKE2B c104121b36c89f4d2b7c2fc12433ffd1a7cba9b9d532358dafd53061b2ca9ead4bb93b7b596394c244a9da51c0b9299f2fe0ec8d4ca102015b6c7dfb92081813 SHA512 dd46bfeb05b433970d8130c06cad6dfa9dbc4e9db2d9a8190b80232d75b4d0a86590c17d64b9b1dcd2cb1d042033f4d2c2ce2e5cac0239c6b86899628b94b274 -EBUILD sphinx_rtd_theme-0.5.1.ebuild 779 BLAKE2B f5954b277a91cc43a6dfb7ed2a8d5dfbe3aa4432fdd707057f90e91afda2f1bd6293615fb2ac7ff65d65988d2e27c53d38df6fc6baa11134ea677e87d1402609 SHA512 4e0c88f7a6876b927af69846b0e15a77ca743accf3ddaacbafd2563bf51795030d352eef31320bf913c3c8957d6959b6d19de60b5d8476c07ed9faec46e9e373 -EBUILD sphinx_rtd_theme-0.5.2.ebuild 841 BLAKE2B 59953fed2f65385ce11ac32da18390af795974af5fb8e9fa06e1a3c36bfc08ee107dcdef76b9bc234c7b805437b1223a2fd1ee041700a5221f3298d48c0afd1d SHA512 6fa62a9c4907946c797dee42e8f66e19ce470178da682bd1601f32a45fdb4fda94500a1643c814d83d76716b2f85124c9198e3121fdc4cf7ee9e2e12b7528c21 +EBUILD sphinx_rtd_theme-0.5.2.ebuild 833 BLAKE2B ff7a8c385029e6d193684b6338763ede9b8415240afa0008336d0eaf0796a58c78ff999f288d6f3a72fbc17f8a6856ac96230b721fb19d271b4f732507221a01 SHA512 d90a9d64414915db813a097e5c552587d0be984d6e323a3b0224145e38a13a837ba20e03e06d9bc9c2b33698eba6ea7403c7d4c3b788fd1c55bde55e3dab7516 MISC metadata.xml 411 BLAKE2B 940c85be81b5a0cd6896bda1f43a803c46ecc619a9c5c9de62b69063faef6326a2897f294bb9435ab717fb3db723a0d243961db706a9f6cc95f8457ac7fe001b SHA512 a094111815931f7efcaea5c2f05aa421921cd919c1698ddecf9744107e9cea8b1e7005d515fe50e13159c5dea2afe1513ac97ec562ff781504c2e3d9774288df diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.1.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.1.ebuild deleted file mode 100644 index c0cfcc26e230..000000000000 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="ReadTheDocs.org theme for Sphinx" -HOMEPAGE="https://github.com/readthedocs/sphinx_rtd_theme" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -IUSE="" - -PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - ${PDEPEND} - dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -src_configure() { - # CI=1 disables rebuilding webpack that requires npm use - # yes, that surely makes sense - export CI=1 -} diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild index e3330c4a7221..006ff6fba06f 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="" PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -- cgit v1.2.3