summaryrefslogtreecommitdiff
path: root/dev-python/babelfish
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/babelfish
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/babelfish')
-rw-r--r--dev-python/babelfish/Manifest4
-rw-r--r--dev-python/babelfish/babelfish-0.5.5-r1.ebuild4
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/babelfish/Manifest b/dev-python/babelfish/Manifest
index e4124d6ee182..6347dc2c0955 100644
--- a/dev-python/babelfish/Manifest
+++ b/dev-python/babelfish/Manifest
@@ -1,4 +1,4 @@
DIST babelfish-0.5.5.tar.gz 90398 BLAKE2B 3266a92ba5c68d7b801fa9cd13417d04b4a4526ba9fbee34116e356e42857bc36a68b085626a084047d7f9dc512d71d45cebfd06af65ed35bd2478b6957d00d9 SHA512 71504dd0203ad85a6a69107d67df3bd5ae4193515e74c05b346a8bd0aab425fc1534d54d1c74b14e48580ee5e76f04705e35c2d359fbe46254bee37e41cb4bfa
-EBUILD babelfish-0.5.5-r1.ebuild 545 BLAKE2B c09dfb4d324987df493edc9170eaff7e91d4c6ea52b17b523bcbc29bb908a86d35488d44987a1be582dfc77a248da3350f9b66b04d1f63803127ab7cdb35c56c SHA512 7651d1b4e8af02c73efa0c028ebfd6d36ca4f582c4169043a952d7e1664d4221aeaaaced4dcde036fed1dbe9e100b90d53ea4cc1285d223dd2a8136562af685d
-EBUILD babelfish-9999.ebuild 543 BLAKE2B 41bdc61a8732dc0774d78e86b975161eb3b03a61a581940c65cefcd51be8e78ad486cf39de6320c1b43836efccd427621397c9d260df44e4bdabeb42483a6cef SHA512 18ed4af98dc3253499fe7b00913ccc91cc703af631fbc63c28718d80e88ccd41b7a4955a28f7641cc0f8cf7e6c6fd6ff9331e34f513d9d3a25511a054681fcd2
+EBUILD babelfish-0.5.5-r1.ebuild 538 BLAKE2B f01a9e5f1717551c9e376b9c19a9cb101107fdc9995bcc5bf3b7c9bfb3ad76b9ac84d4ad29745b95d9895d0c44b0e68677c96bdc16885e44344e009470a1a471 SHA512 9c36068365c95f37148521b3fa8bb0d93cb500c750b8f96ecc6c297c11152ccab11597c7105f8837aac2614d5b65cb7c01345ab12dcfc0bc697af141c281a134
+EBUILD babelfish-9999.ebuild 536 BLAKE2B 8252e8cd77bbf0cce0a477d81799f6fdd8ae0a895997b712af41de66361e5cf84c7918915381e99a36759e64e517fd21df09f5dc7c9555c39495fa5cb9976197 SHA512 995a3f1c677d8fe48c9fd59c55778db1f4b5d90bc0015c3d736a24fc28c70e683824ba30c4f9657715bb6865e5aebd04fe591deecf5091398abe4348a2836c75
MISC metadata.xml 494 BLAKE2B a25e88ddda18b0d70003041fdce522118d9fcf226f606ede88d6f423865c268bd86562720161530402d8d405406d86d4a10a2f880058f8d0ef190e398868edfc SHA512 cf95470b83784111dd64035a8daf50fb5e3b81e0707e0392aa0e71ac74185dba2f38994d58491d750d9e4b6dd463d06248a17ac734e4106f2354978df75ae34a
diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index ebe3d3d4814a..166b7c144b8d 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.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} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
inherit distutils-r1
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index a9e53bd954ad..ebf34f7685f8 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-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} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
inherit distutils-r1 git-r3