summaryrefslogtreecommitdiff
path: root/dev-python/doc8
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
commit1db00cc6e94b90c08090bb5b8c406622946c4ae5 (patch)
treec34bf820c2809fb7e08ed5564df2a25cf759516f /dev-python/doc8
parent693cc9b6e847a01c1bb692153021aaf9fb0fab25 (diff)
gentoo resync 31.01.2019
Diffstat (limited to 'dev-python/doc8')
-rw-r--r--dev-python/doc8/Manifest2
-rw-r--r--dev-python/doc8/doc8-0.6.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest
index 53e85b980dab..1c2caa4fe2e5 100644
--- a/dev-python/doc8/Manifest
+++ b/dev-python/doc8/Manifest
@@ -1,3 +1,3 @@
DIST doc8-0.6.0.tar.gz 21547 BLAKE2B 84908a28e46fa970db7510d5fec7815028b9e65bec3cb5c0352f4ed88560765bde4c76aea3ba803ce737dff1856b702b21cebcf151587f6ae2870d4d1126d0a5 SHA512 1858334d3a0247d4d30c311bd7f13be66a6cdb6131f9d24dc10e38efaed6e08c8c7d11b776ff5dac7d6ae5eeb1cb7ef03523bc3e244794625a8ac1346cc05d75
-EBUILD doc8-0.6.0.ebuild 877 BLAKE2B ab450c74d1c6ba45574144c81e656a203db33f6a2f523f406d87c653f0446c8fbe60fffd334e64761b78d1a9c4a8796ec082ac1454e2bfc961f185ebfaaa6b48 SHA512 eb523b4a582a02093faa4cd18091c178de6d8733ae5b400f6cd72a995f6d1b8f8d4df79e673e3ca82242f734314d5a5eb6a507dcfca597f3ec7a045679d7a987
+EBUILD doc8-0.6.0.ebuild 876 BLAKE2B 069c43d44721a8380307aae07cdbc9fad134a5e81c856ed67a1794d80e0a02dc0af16db4cba713100c89fa0fc733d09b6b30c0560baa09b4630298076b8f1081 SHA512 43254ceee213497cf914663c806ec830035a11750a6c94e8b2a2073337883aaee1617a5f6b3404dece62ceff961dc275476e81990dd4da20a893f1d4465d2a7f
MISC metadata.xml 321 BLAKE2B 91708fe1c777fab5db78b96478a40afe8e209db0a4eabe6e6f76bba6efa7c81add8a4e9c5b91cb126d491826b9e3fc325c3e0adcf5fe6c00360cbd60295220bb SHA512 ada3a7f942be7daceb700085466dfb812b457c8d1af21047cf359786e8d9d6f122b84481bfd5c05f3d07f02ced2e1b91b9edf079bc0c0655097e3884862ebfcb
diff --git a/dev-python/doc8/doc8-0.6.0.ebuild b/dev-python/doc8/doc8-0.6.0.ebuild
index 654a966868e0..d036678e2e6f 100644
--- a/dev-python/doc8/doc8-0.6.0.ebuild
+++ b/dev-python/doc8/doc8-0.6.0.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=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1