summaryrefslogtreecommitdiff
path: root/dev-python/pycipher
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/pycipher
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pycipher')
-rw-r--r--dev-python/pycipher/Manifest2
-rw-r--r--dev-python/pycipher/pycipher-0.2-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycipher/Manifest b/dev-python/pycipher/Manifest
index fce775755092..58acfb6b67ea 100644
--- a/dev-python/pycipher/Manifest
+++ b/dev-python/pycipher/Manifest
@@ -1,3 +1,3 @@
DIST pycipher-0.2.py 9174 BLAKE2B aeb994f58452bb8e8808f48a217ceace8118e9fa378d9af9eaa68fd4a28aac0b7b0a23e9e66c28b4359f0e723a062007a82d5fa949f0ccd86f2c0b2a707195ac SHA512 ce3890184affc761fcac7a19284437ca5bd7fd5be6594dc6112eccc27971ca2a62cdff106bffea29c94f3dbc8bbee5f67af3bcd3a53838a1c7bfb19dad45dcda
-EBUILD pycipher-0.2-r1.ebuild 642 BLAKE2B 0bf2d7f489d78fe8ba683f91d889c75c97c7e19752f6c4d9693f3ae1c60b910566b6b77c2ae3e2943b5f0957c27618317eee7a4521b3b86f9cb1fecafe30fb90 SHA512 70d0d1a2e129fa093b31ebb355a209deaf521a965b8507776133af368f7e3aff5bda72c75c2e8fd2446f531cc53f053dcbeaaf4f77a089fdd7482a9e598c2c64
+EBUILD pycipher-0.2-r1.ebuild 632 BLAKE2B 0c162968144c7380b778e666c1529b9deea723251666f1230ac27e52ba2416f951f4c84bba7064d0c338c328ed2c5cf97c9d8a5da0b5e657414b7cef50f082dc SHA512 4c51b5fba3121be17b1ddba36c9355e2966c05e1b71f0e5d45b8939208e0d06aa315f3265e022703801a8a6c41078c817bc12f1ce9416803d3a67e05704114c9
MISC metadata.xml 318 BLAKE2B c4e881cdabe022937899237f2e89fd584a1f667c9b051844449cf809a35c18854e083006482defa161a929c98b94305fc3af869e2f744cadee5286ae594d2895 SHA512 5038596f685157e786f10f04e89d766479e8f29262787969d36f2aae2d5ad8031e0233b3a2d1176e4d007cd5c01534d82863ea19ad85715dfb3b0cd979f53a01
diff --git a/dev-python/pycipher/pycipher-0.2-r1.ebuild b/dev-python/pycipher/pycipher-0.2-r1.ebuild
index 47d3d3f7e748..7ffcc03a0ad8 100644
--- a/dev-python/pycipher/pycipher-0.2-r1.ebuild
+++ b/dev-python/pycipher/pycipher-0.2-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=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit python-r1