summaryrefslogtreecommitdiff
path: root/dev-python/serpent
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/serpent
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/serpent')
-rw-r--r--dev-python/serpent/Manifest4
-rw-r--r--dev-python/serpent/serpent-1.19.ebuild4
-rw-r--r--dev-python/serpent/serpent-1.28.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/serpent/Manifest b/dev-python/serpent/Manifest
index 2d45c8a75594..f3339d297586 100644
--- a/dev-python/serpent/Manifest
+++ b/dev-python/serpent/Manifest
@@ -1,5 +1,5 @@
DIST serpent-1.19.tar.gz 12055 BLAKE2B 1adf86abf58b4afb82a9d2ee3b8fff4107f3e1cd383a33359687b80b2b917ec1af8f15cb5b849c0979035daecf2aaaf1230553a478e59480f160d8df456b5fd2 SHA512 9adac06bb63dfa73ca0043a3ddf868e0afebc81ff7d637e41667314cbe8e0ecb2af807db6c60f5a5a6a6ff8fa11ac42063d83a7376c7e8bcac22abfd3ba5b1dd
DIST serpent-1.28.tar.gz 26912 BLAKE2B 7608e1a25b4157b8e304fe6e2265f0204a3056c752a58ac0c7eaafe41b4fed9246792147a8af87dcadf5c6e94d3d494f7b561a073e1bf91e412b60a286b00a10 SHA512 776bc497c7cd815c4ef44107bdf53b62bb92229beba0be7efceb9fba57dc7c677bf09832db335485df3e466acdffe6ebf4b3636ae9b49e60075379a7419a29ad
-EBUILD serpent-1.19.ebuild 605 BLAKE2B 87ed39a8e009c745003c852f4238752b643f91aba1bd7bd9aca7823106963a8894abba8050fae6bf67bc8d825419cd03c210fc695fb3dd535de2b976f02651c0 SHA512 3a9d52c6be29f56645ff16920ec553d2ddc8b1342ce5a47ecf97b96a82592347943dddc16c5bb42c5f2a8326525b1984bae43599e0fb5b1f869fb656a7a26bb6
-EBUILD serpent-1.28.ebuild 540 BLAKE2B c06fa6f3c21db9bb6143e6901fd57015dba80da3a43a9c6ccf5b7048ba2a2d0fe8c0b76ac42e292004797053d4b23f714a51c099ed200236a5861a8c16c29954 SHA512 b9436b6e7e70131db419eecd661e3afb59d890ef74f28909a7970570e39ebce4ba9538a3bbcf29b644fc67aab50019f2f4f899e1b73ba4b14221350d64a43742
+EBUILD serpent-1.19.ebuild 598 BLAKE2B 267348b0f05ce61cb443a0bd0aa423f308cf729c8346bf0091759989c7e4d2a62add603b766fed82aeabab6e1a78b11f327cdbd550877821d945f2d88230269c SHA512 84206ec8d1da6cc7811bdb013efa6a8cdad442e26e9fffa4c4b0f42a270eb5469398ac1616a4c9297801cfd855c9824510b4eac09950353ba05933740910e705
+EBUILD serpent-1.28.ebuild 533 BLAKE2B 288b02f08ffae3a805f92f3f3dcaed3f3c6318d614753241061f2b6f7269b86ad3f889816be84b03846c568dd6a9862569b4c240969a49a12a5fe1ccbf8974cb SHA512 75ff7b48cfd69f42acf62b8ca2665e167c000507cc6c412ac0718bae60a407a50dc0bb951afcf0b81770bbfa715cb85e7b93adca240c9b178efad6d331bdfddc
MISC metadata.xml 363 BLAKE2B f40df45db2fe2c0b0a35e6a9554ea3d39f25575e6e83dce3fb235a72bd1cfc3bd07bb106661470fe3f01f79bcae06d0e70ac8213cffbc9119bdbf4a3c4475eda SHA512 c0ecbe2e072730e43679dd09334c4fa300c1660a740cdb7071d6d87f112c25493b169f0ca7c5a99fe4a978a8d81f87a409519170cbb69430994f16a8bb193500
diff --git a/dev-python/serpent/serpent-1.19.ebuild b/dev-python/serpent/serpent-1.19.ebuild
index 9a0ddfc2e4bf..2befc32339f2 100644
--- a/dev-python/serpent/serpent-1.19.ebuild
+++ b/dev-python/serpent/serpent-1.19.ebuild
@@ -1,8 +1,8 @@
-# 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 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/serpent/serpent-1.28.ebuild b/dev-python/serpent/serpent-1.28.ebuild
index 7295837605a5..405c52911bb4 100644
--- a/dev-python/serpent/serpent-1.28.ebuild
+++ b/dev-python/serpent/serpent-1.28.ebuild
@@ -1,8 +1,8 @@
-# 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 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1