summaryrefslogtreecommitdiff
path: root/dev-python/gast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/gast
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/gast')
-rw-r--r--dev-python/gast/Manifest2
-rw-r--r--dev-python/gast/gast-0.2.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index b2bfb45e003d..f5c5da10fe7a 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1,3 +1,3 @@
DIST gast-0.2.2.tar.gz 10294 BLAKE2B ad81309b1dd938a07f0cd39c21d4f89af6d902c136b8fe12afc5b26827c778f12561e06c66648a5b672b1c9d9eb79b3dfde7cad0acf8c7099451841b67c0daf4 SHA512 0be9b2b66b7815153e6f294b4db6b028c321d8a94d97c89d89b026df73e0c95dc2ee8af5c10f2eee51cbfb94af4b5a0da8a682896861870b98dec4c6c59a5dd3
-EBUILD gast-0.2.2.ebuild 471 BLAKE2B 771ce1bf9c7232df1bf9a52837144ba81ba633f3d8b9c6fc5c3605dfee2ae8c633eb69947770b0411bcb3b3cb71cde3f4634aa36265c5744539b48921b76f353 SHA512 755eb466c32495a9265160146d080e7f333d0607bd9f182926c0f394132dc02abdd80f2d2fbe53db3962a1e4d8260edac2c425555a4bf63c0a7366305f0be74d
+EBUILD gast-0.2.2.ebuild 467 BLAKE2B a55861146fcc2c9350d093b0a294c4af7eef79e02ff4149a05f9281b6257b4a80be982c0624ba7fe2f1f6055e7dbf31978f074dfd75be285aa7089e21f8fda84 SHA512 536f1b7c524ca20165ad15a0f7e3fe22013d1f5072b77512042be3095a64c48f2b830dab423d80083702d312e0dce44a2b7d9c0f2ab54052c97b2e6453ee6ebd
MISC metadata.xml 484 BLAKE2B d3b8be13b37bd1a2ef98b2f164c901cf21c8b73ef9b13914200c85ea26eb07dedaaca66b008dccde88dfa1bfcb733e25aac9920704625b87ce0a11a04e02b489 SHA512 5a3d09427a29d39047f396c91ad544a6cb5568f2af06216fcabc1aa12d9e4d34a71cda272d38667d8fb0114d54971626ad3de0c9d71a708cccd825ea1d7e2504
diff --git a/dev-python/gast/gast-0.2.2.ebuild b/dev-python/gast/gast-0.2.2.ebuild
index b3b470284f93..0cc600445e21 100644
--- a/dev-python/gast/gast-0.2.2.ebuild
+++ b/dev-python/gast/gast-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python{3_5,3_6,3_7} )
+PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"