summaryrefslogtreecommitdiff
path: root/dev-python/rebulk
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/rebulk
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r--dev-python/rebulk/Manifest4
-rw-r--r--dev-python/rebulk/rebulk-0.9.0.ebuild4
-rw-r--r--dev-python/rebulk/rebulk-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest
index 36006cc78f32..23dc186d5726 100644
--- a/dev-python/rebulk/Manifest
+++ b/dev-python/rebulk/Manifest
@@ -1,4 +1,4 @@
DIST rebulk-0.9.0.tar.gz 257342 BLAKE2B a08b2d74685eea35597331bb2ef3c48e8a9cddc39ad3821cb7f33b80a47184a21f813b339e9d64548b3003913178191075455a6f787ab80ffa2cb3bf7f0db35d SHA512 25a22b3a5f5519f6f8c10abf6a477f212c0500264cfdcc5a9be09d3818462a051b1a7cd78f94991c44ac6bcdc7435b9909e65de48d1bd8138989e0da98d10262
-EBUILD rebulk-0.9.0.ebuild 935 BLAKE2B ddb02869b2636872d22182a0a206a7ce6b2dc660e04b6a3873d8955e232fceb495087c1bfb675dc3bced1b400db1d6afa444ba95411f3eb05a063b847737480f SHA512 a2e9d6ae911ca065a910170e5e66e71dced2671c92b49bc04541e212bb94a18eb8f8b5fc5479dd71b71b917f77c09f98ff9d13f026434a9fc352e6915a58b801
-EBUILD rebulk-9999.ebuild 933 BLAKE2B bfd110639a694628a74119c783bde01f477b66abb5fa510b55bb0a9bffd56bb4bce05baeff5ce9c2df2b294435603b4c1572fde7c98d8a33a6abda762bc995a5 SHA512 f4d425813665820b0aebaaf22c576d66c7eb2b7652e3056d7ce45c1f3693627831baf3668dca62e985d53ea6d7f8d040b160f132316dbdd93cb9560a616c6349
+EBUILD rebulk-0.9.0.ebuild 928 BLAKE2B df1c9dbc45f3355003670cfb688c6c10064f39f18d265b9a3d775000e180cf06521f8b68c7fa9566b4e320f75301853d53957e1250dcd51c110cf6a287832457 SHA512 b8ab2a282d1c0ee7f0d5e79c74a04a181caf37019cd75ae989a2ee4f1651fb49a20ace2f1fb10716279aa3c0a5383ddf67190c5af8e987b0d9ebe17ea0c646f5
+EBUILD rebulk-9999.ebuild 926 BLAKE2B a109a4d3212629e44a66e5fcfd1018f1f41119d25ecd67e54338181eedbe162ddd0802f1969ae848d52ad0db641e8b81b7425801db9b5b700e7fc3dab4ade08c SHA512 aa7d52f218297c80acfdfbfb5f10bcadc35d792f7638845949165d68911b9a6257d6152cab7557488815df419e5f9909122e6c8fba7ebeca78d4c024768ffbb8
MISC metadata.xml 488 BLAKE2B 3752919abeee24d5ba34a338e134b3e2fb9ea9dabd3b72c6402943523a1d83122e9ebc63b24d169dd6ea86b93f2c90960d18a1c1def0f41a3ff8007ad33237bd SHA512 96dc9190f57efa7286206f2eacd5b67307d2677f706e99ed7d575a79e454c38c7038338d8989be76c5fe6c2003b7789e523edd2cc24a29180d7d7a21133febfb
diff --git a/dev-python/rebulk/rebulk-0.9.0.ebuild b/dev-python/rebulk/rebulk-0.9.0.ebuild
index a70a1966a254..3072adafecbf 100644
--- a/dev-python/rebulk/rebulk-0.9.0.ebuild
+++ b/dev-python/rebulk/rebulk-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# 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=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
diff --git a/dev-python/rebulk/rebulk-9999.ebuild b/dev-python/rebulk/rebulk-9999.ebuild
index 60c1e5b4b0df..40653a7d2299 100644
--- a/dev-python/rebulk/rebulk-9999.ebuild
+++ b/dev-python/rebulk/rebulk-9999.ebuild
@@ -1,9 +1,9 @@
-# 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=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1 git-r3