summaryrefslogtreecommitdiff
path: root/dev-python/google-pasta
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/google-pasta
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/google-pasta')
-rw-r--r--dev-python/google-pasta/Manifest4
-rw-r--r--dev-python/google-pasta/google-pasta-0.1.1.ebuild4
-rw-r--r--dev-python/google-pasta/google-pasta-0.1.7.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/google-pasta/Manifest b/dev-python/google-pasta/Manifest
index 9f87408d94dc..f2c79eff3c21 100644
--- a/dev-python/google-pasta/Manifest
+++ b/dev-python/google-pasta/Manifest
@@ -1,5 +1,5 @@
DIST google-pasta-0.1.1.tar.gz 34476 BLAKE2B 04de1237eda9449e4648af0fc43b538d4c71f43b1205fbb531981c773266e404d9673adc9f7c3e74706b90993cae31d7a2c812c3ee5a02edce6ce669491f2823 SHA512 94a5016acbba72261ccd488f788b23934651149c7d763aed4f998018bdbf299261fe125accb1359f70d024c3bc3db0f1279e5e780e1e4b87b328f2c473a1b003
DIST google-pasta-0.1.7.tar.gz 37090 BLAKE2B 55d1846a733d3d593e0df16f360a55879b7d5c88a1df410b2f86e97dbcdb01493a7abaebfa57f0f39cbe0dbd081847bce41d8862dea30cdef65d745870ffd89c SHA512 dd374fd039b7b6bd5ca9821dc8342854277cdd7b58738532cf0a39458c3021a1d5011f147c5a3fd1936023da7890636a65d4026af7da65194bde0004ec0caa35
-EBUILD google-pasta-0.1.1.ebuild 495 BLAKE2B 4c39578ad68e1a41194519bb8b3603e83374026480d7912e2e7d32d67ec964ffe98ea33b3ebbb0a372620d67eb52f6384578e8c110f6dbd1f128e85b9f90d1e9 SHA512 c1fcabd29fd74e9b8419a9b92a30fdfab3859b4d848d1b137f302a562b37d8757cd6c7fcd9dd340ec7dd17482e6c662dd511bb057af4b75b312155976b6a57cc
-EBUILD google-pasta-0.1.7.ebuild 497 BLAKE2B b8183fd2909429ca824cc798ddcfd861ffd82988453c744898eec77374048a1af1ffff0890950dd54e1da3e45083787b706704ff4859c9764c6a756ad37eca5e SHA512 ddab5bfb96f67ca15c478caf63691bfdce29be7fe926ef0b52208ceb29c2c46ea6828809af5bc1c6ba7241ef7b69ce3f10e8d36d9508c21a432e590c5d47d666
+EBUILD google-pasta-0.1.1.ebuild 491 BLAKE2B 8c8e3c75369fc61ede336e6a13f055724c5bc92169f59e959bdf41282b5f08025ea994efdec5b8f4f8a804f24186f15c27cd7ae781d6f0ec49c3913591131ffa SHA512 3c139842f618d794a087c051f4a4410dbad537d7c16fceb830131c0860fe88cc222e740abc00113ff96b163f014be72b9a5e4e75f4c072f47df41151668fc600
+EBUILD google-pasta-0.1.7.ebuild 493 BLAKE2B c34883ec0b54334aacfbc75eb1352f167317256ceeda0a46b1959ce0c6e8760df88735f166fe82524e465a755125c4c43c6fad274d474ba35464fd944630b6c8 SHA512 f7d87140dcc34dfd5955810b0f1c36f51592596a53581bdd6b4af0916d33179a7a79fb373ff6e27894b4aab971dd5e7ad8c63e793153617cafb06630c24f3617
MISC metadata.xml 347 BLAKE2B d79fee4b6f6d09c97796965687666f353324ddc6e1f83b6a1f9138ff95ab07a77bd66049d5398d39220e7685412ef79111f89aaa11045efbebe55a7c915592fa SHA512 c0eb9737d40e4e982775ca900c962b676b1ad863c1a48c170163f42cf42ce385b44f2d7e2eb26fe955e146015fccaba6d25aa3318347fde65aa999baaa722f90
diff --git a/dev-python/google-pasta/google-pasta-0.1.1.ebuild b/dev-python/google-pasta/google-pasta-0.1.1.ebuild
index 23b503560644..8851ee16a2d8 100644
--- a/dev-python/google-pasta/google-pasta-0.1.1.ebuild
+++ b/dev-python/google-pasta/google-pasta-0.1.1.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="AST-based Python refactoring library"
diff --git a/dev-python/google-pasta/google-pasta-0.1.7.ebuild b/dev-python/google-pasta/google-pasta-0.1.7.ebuild
index 6baf55a5779d..a99872c0eb58 100644
--- a/dev-python/google-pasta/google-pasta-0.1.7.ebuild
+++ b/dev-python/google-pasta/google-pasta-0.1.7.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="AST-based Python refactoring library"