summaryrefslogtreecommitdiff
path: root/dev-python/random2
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/random2
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/random2')
-rw-r--r--dev-python/random2/Manifest4
-rw-r--r--dev-python/random2/random2-1.0.1-r1.ebuild4
-rw-r--r--dev-python/random2/random2-1.0.1.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/random2/Manifest b/dev-python/random2/Manifest
index 2d08c77c9711..a8097d9379b6 100644
--- a/dev-python/random2/Manifest
+++ b/dev-python/random2/Manifest
@@ -1,4 +1,4 @@
DIST random2-1.0.1.zip 21088 BLAKE2B 69747711e355d3dea2b16562a6b9cdaa170732172e9eaac9a5cee4b8058f569e0c4527aec89e408e6472168fdecfc52b87703d23f153ec04f6ed2c049bcd162a SHA512 31de31c27bc6e07e99c24d30e97d9ddc3085fe557bcb0725881d4ab0b4c06e6208f64ba6267098c7b1be4f115ad45b399e841beecc90f71da2fb7d82982e75ff
-EBUILD random2-1.0.1-r1.ebuild 443 BLAKE2B afa6aa3623ab95ce4a58b1b92c6dbc0dbecaa5248969df5426d8b87037a84b72044aa37937e2c22e4f127b2a0b834e34b606a1ae13825a9a3c4fa6e194534699 SHA512 0368a3524379a3a05f31c3bee96416fa27d01e7355046755855230ab636696812b63d93b8b8355a74a392b2c1f8c63e436f7efe69d7a7a3adf79d92e744f6d73
-EBUILD random2-1.0.1.ebuild 451 BLAKE2B 25ff841764f78cc9651262d1a60f2ef79ad26999feeb327aef4f1b31d57d904b3b5285baf09aeb3ea3e1cd2c261d693928a804155023a04d7392e121e4304f6e SHA512 977e6704a30f034a0c38e6756541f3527d6d90cf754e1d88bd2db64b91822334420b9ba297b7c97dcbea0cd26efc8583a757b7a5c9cf44662f3abb4b95ed7b43
+EBUILD random2-1.0.1-r1.ebuild 441 BLAKE2B b952e458624fc479128e7623bc806b66b96acf748abd3963b80feac00cc15f796c5b2e50e3e46e6f9615b3a55ecdf626fa6aa5c964496d1aa1861014436ec2e9 SHA512 486aedcd44ae418d3f73376b878ee2b2e3df55f7376548e50b7e9f5bc22a9707f5c217798deeb35b14e60f76dcaab5577a8cdd51bd85775301950110512bef3d
+EBUILD random2-1.0.1.ebuild 447 BLAKE2B 3d6f4808b8bf132283e4111033df0c5840dd98a955a06c2f6c8b58ef8375b3f2d2c61e8157bdf652f85f62baf060aad0434bcff5e118e784169a7a0e9abc3a6b SHA512 3c33db517dc96daa6e5167ee588fbc97f25e5bb09d964a1fce2ee754f354a2a12d81234a5a81c5077e94cf9258e9b357b807f4468506a61ade06338f188812a1
MISC metadata.xml 303 BLAKE2B 3510f40edd7e8583cebf85be1df4f124c3976f30c1a161fb4cf855ff57d3777a389c181346ba8e77234fb251e20f4b3b9fac10e9ee12f5db74cdda4e35e2913a SHA512 a921cabb1c8d9a5fc1271f2fac0c2a31b9a308d53e0b800b9dd14d3d830d5f9ccc7f0c8a773868033dac656891fabfcf19cb963bbcd035d73bfdb5aecee1f1ab
diff --git a/dev-python/random2/random2-1.0.1-r1.ebuild b/dev-python/random2/random2-1.0.1-r1.ebuild
index 3abc43f15a37..14c83c936d1a 100644
--- a/dev-python/random2/random2-1.0.1-r1.ebuild
+++ b/dev-python/random2/random2-1.0.1-r1.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=( python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python-2.7 random module ported to python-3"
diff --git a/dev-python/random2/random2-1.0.1.ebuild b/dev-python/random2/random2-1.0.1.ebuild
index 7aaec7be4ba4..131215dfbdbb 100644
--- a/dev-python/random2/random2-1.0.1.ebuild
+++ b/dev-python/random2/random2-1.0.1.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=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 eutils
DESCRIPTION="Python-2.7 random module ported to python-3"