diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/sphinxcontrib-googleanalytics | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/sphinxcontrib-googleanalytics')
3 files changed, 3 insertions, 25 deletions
diff --git a/dev-python/sphinxcontrib-googleanalytics/Manifest b/dev-python/sphinxcontrib-googleanalytics/Manifest index a835ef295c0a..b305a8377516 100644 --- a/dev-python/sphinxcontrib-googleanalytics/Manifest +++ b/dev-python/sphinxcontrib-googleanalytics/Manifest @@ -1,5 +1,4 @@ AUX setup.py.utf-8.patch 413 BLAKE2B 831b51cc5c0509a26fce8d078da208849936260bea42976642b943cd99974e2479281bb67d29ef234fae3cd96689c17be19ab3e03131b86a122b5fb17d5b1f6d SHA512 dcf01e5d306cf41c5092328de26d0d83d183c9a969898ae42e19025c45f8412f9c1bdc18ba7b247e10ac5d33e77b5211eac7fe4d36c69603ec6c6526f61a90d8 DIST sphinxcontrib-googleanalytics-0.1.tar.gz 2892 BLAKE2B 22cd2ef55a619bd4a249c3d33a4c0d8a27d038c434f5f1668854cb494f134354cf654abd187da71e3aec10c7f0d422bc3abc310c8208a12a85848a5ef5cfa97f SHA512 fdec9108f9c1d86c6c59cd2bcfa55d82cd5cd48aca5b7aecec7734f3cd29b0f6c080aad7b7009148e3d95b7cf80af38ffb6ba230879495f3c1488ddb661fbf48 -EBUILD sphinxcontrib-googleanalytics-0.1-r1.ebuild 529 BLAKE2B d34a3f6e7c95965136c3ffa43365fc77825e9642a38add75e6414f6ed7a8473a713ae8a80b4080bff81f457b13ec9bb00bd557102a6fde007a299f5abb274b02 SHA512 54a5a3cae53216b236562981f413e619d62013363ec0e3091ff99ad2149143bb98d0f657650dfa04653cd29e20606b9f7939f0e1ee99caf3d2ebf55f16d2e5a3 -EBUILD sphinxcontrib-googleanalytics-0.1-r2.ebuild 721 BLAKE2B b3084f584941eedb4fd339bbada952e689df82662becd71cc8c49c64712d60beed67585cff5b29885832464ef7aa1230bd31204b42298b44e56d488d1e176354 SHA512 1e437d3c10714046bc56d4d8354a99022e5af570f87421a1082a68ef970db050aa3426d02bdc765e88569895c07e6285665834ad8a45198ccf39dec9df5967b0 +EBUILD sphinxcontrib-googleanalytics-0.1-r2.ebuild 707 BLAKE2B bca9e9bc2cd44bd5e23904e6bdebc745231f6a1995f7ed2e9cf4b29a16db64f3a599f58e0910cbf666d515d4e6afc8b9e968862e838f8a7401896fb5777448cc SHA512 342eb7871f38a04517d7650acb67cc6578ce9fcf24ff488abfc8fa8c7f731629109c7f9d0dc056ea71bd5175c634179fab2a6d8e1736378af50d968b6f83732b MISC metadata.xml 412 BLAKE2B adf7b6eaeebfecb34c4ca1facc156904cf70a26070b8203e159d715b3da57083a1358e424072bc84f24930d047ed887a105be26b13fa26b1a3e4ab3446e96dfd SHA512 46c62c4de72309bf938f9d91b89183968e51741b4ce25646c359de043ff463fa6690b4f91484388007b96fcff64b0c293907bc07ffe6160d29cb68c391b15afa diff --git a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild deleted file mode 100644 index 00daa2122a81..000000000000 --- a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx extension googleanalytics" -HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/sphinx-0.6[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" ) diff --git a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild index 79fd0a6b834b..8e3ec3cf453e 100644 --- a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild +++ b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |