From: Brian Dolbec Date: Tue, 28 Apr 2020 01:18:38 +0000 (-0700) Subject: dev-python/cbor: Add python 3.7, 3.8 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be706362bbd4efb09fee4d11a50c284332f17618;p=gentoo.git dev-python/cbor: Add python 3.7, 3.8 to PYTHON_COMPAT There are no tests, but all autobahn tests pass for all pythons. metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec --- diff --git a/dev-python/cbor/cbor-1.0.0.ebuild b/dev-python/cbor/cbor-1.0.0.ebuild index a1d031b6ce97..11a29f2d6cf2 100644 --- a/dev-python/cbor/cbor-1.0.0.ebuild +++ b/dev-python/cbor/cbor-1.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml index 6553857cf759..b680056119d4 100644 --- a/dev-python/cbor/metadata.xml +++ b/dev-python/cbor/metadata.xml @@ -1,7 +1,10 @@ - + + dolsen@gentoo.org + Brian Dolbec + bolson@bolson.org