mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/colout: Babel now supports py3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -17,7 +17,7 @@ IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
dev-python/Babel[$(python_gen_usedep 'python2*')]
|
||||
dev-python/Babel[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
@@ -27,10 +27,3 @@ src_prepare() {
|
||||
sed -e 's:BSD licensed:GPL-3 licensed:' -i README || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${PYTHON_TARGETS}" == *python3* ]]; then
|
||||
ewarn "Though ${PN} supports Python 3, Babel does not, thus it's number parsing feature won't be used."
|
||||
ewarn "If you need it, use Python 2."
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user