diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/d2to1 | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/d2to1')
-rw-r--r-- | dev-python/d2to1/Manifest | 2 | ||||
-rw-r--r-- | dev-python/d2to1/d2to1-0.2.12_p1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/d2to1/Manifest b/dev-python/d2to1/Manifest index 05e04c550562..2e3672d52bf2 100644 --- a/dev-python/d2to1/Manifest +++ b/dev-python/d2to1/Manifest @@ -1,3 +1,3 @@ DIST d2to1-0.2.12.post1.tar.gz 35973 BLAKE2B 19cc191b18168cdbe291235eeb7d0a6f9c9ad9e049c91a337541903ee39c0f1b247bc966c311bd703ddf0283b33fa0a2dc09ec5ba78cd694bc9cdee17c625575 SHA512 89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d -EBUILD d2to1-0.2.12_p1.ebuild 898 BLAKE2B c70335bc898028575e0549b2a1292bb2528dd5ac73b00ce81a4b72871b5e6050498c819f5a346914d796231c2cf41bdc262969f2fd3b3a66efd1a86369eaa365 SHA512 d444aab6da22dbdcdb19bfe0b47f2ea755ef484797052907ec9d60f0236db46cc96d081e3da6d56db69fd289693759c79aecf3be3856cd8c27cacff6b891b8c3 +EBUILD d2to1-0.2.12_p1.ebuild 889 BLAKE2B 68b6c42cbac666d2b91cc727fe4d8c59b0c4a9474d64cc07a3881d78d5070134168fd6f82bde688157983da16ab0f8d533e51f8c76630bf33dfb2d36fe026afb SHA512 88d7b139f969b7a97a1c4dd10440f0e6a56f738ca53e2b04052b92bfce450afac5c18ec5f4fa1b3537f13d0cd50b6da5e3faebb43bcd859909783a01f03f8d63 MISC metadata.xml 734 BLAKE2B 58eadaeefacc91862709b46bd127e5c863da57460458d8a98108a260d97a74b96898b4d87dfc45b34410d6288bf0f42e6043c13484d83c04e7d265c8b6c8f1b5 SHA512 b31816f24d91b5eca6cd55019cbb9442e33b110f35899d0a6b1118b4611d80d2914e2242ed62ef4154a499cb33b5f1866b17eadb5c4b9d1505d3d6cb226fd02b diff --git a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild index 71611f1a1ef3..54d354f521f0 100644 --- a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild +++ b/dev-python/d2to1/d2to1-0.2.12_p1.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=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 |