summaryrefslogtreecommitdiff
path: root/dev-python/sphinxcontrib-googleanalytics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/sphinxcontrib-googleanalytics
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/sphinxcontrib-googleanalytics')
-rw-r--r--dev-python/sphinxcontrib-googleanalytics/Manifest2
-rw-r--r--dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-googleanalytics/Manifest b/dev-python/sphinxcontrib-googleanalytics/Manifest
index 9e14c4ed4a88..3823c7f717c2 100644
--- a/dev-python/sphinxcontrib-googleanalytics/Manifest
+++ b/dev-python/sphinxcontrib-googleanalytics/Manifest
@@ -1,5 +1,5 @@
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 f0181d6acfe458c36f8e174fcb91a769cff4a01665e0bdbbc8039f0458fe5b269886cdae51134bf8b343e7a14b420324fbcfd03a3f9a134a1bd0babea90531ab SHA512 305bc573562918cb744e299f9f7ebc72342fd46655081fc2d860de6e759ed00390edcc33ba97edd32ee58313341976e270d613c930c6197faf5194eb46410435
+EBUILD sphinxcontrib-googleanalytics-0.1-r2.ebuild 716 BLAKE2B cf0ffba15d3d7ba11348a46c8256eeb76ab5e2c067b0eb1a30c28221cf2808dd179c094a3c99c539d059e6ae41d9215511bc05b47155fe4c1b4d31c42d0d631a SHA512 ba41b957ea1d648f68ebc0387929e395d704035451883b28a6cf7a1e2005c2db0a7f5d9a8be9d6bd4009e9ec1379c3c444a496114383c4e4600b56c625bf1f02
MISC metadata.xml 412 BLAKE2B adf7b6eaeebfecb34c4ca1facc156904cf70a26070b8203e159d715b3da57083a1358e424072bc84f24930d047ed887a105be26b13fa26b1a3e4ab3446e96dfd SHA512 46c62c4de72309bf938f9d91b89183968e51741b4ce25646c359de043ff463fa6690b4f91484388007b96fcff64b0c293907bc07ffe6160d29cb68c391b15afa
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 ab505c55c22d..76fd25ad0726 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-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1