aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2018-08-02 17:24:36 +0200
committerHorea Christian <horea.christ@yandex.com>2018-08-02 17:24:36 +0200
commit633407fabd2cf8c6144e87c0c1ef42e1ba6691ad (patch)
tree02dff8a08700d891741d0eee41685687b4fd03b6
parentsci-libs/pydicom: version bump (diff)
downloadsci-633407fabd2cf8c6144e87c0c1ef42e1ba6691ad.tar.gz
sci-633407fabd2cf8c6144e87c0c1ef42e1ba6691ad.tar.bz2
sci-633407fabd2cf8c6144e87c0c1ef42e1ba6691ad.zip
dev-python/num2words: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.44, Repoman-2.3.10
-rw-r--r--dev-python/num2words/num2words-0.5.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/num2words/num2words-0.5.6.ebuild b/dev-python/num2words/num2words-0.5.6.ebuild
index 57069dc58..214bd8907 100644
--- a/dev-python/num2words/num2words-0.5.6.ebuild
+++ b/dev-python/num2words/num2words-0.5.6.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1