gentoo/dev-python/fonttools/fonttools-3.0.ebuild
Mikle Kolyada 7340a56c75
dev-python/fonttools: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-08-17 04:38:20 +03:00

28 lines
726 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
HOMEPAGE="https://github.com/fonttools/fonttools/"
SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
DEPEND=">=dev-python/numpy-1.0.2[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
python_install_all() {
DOCS=( README.md Doc/{changes.txt,install.txt} )
HTML_DOCS=( Doc/documentation.html )
distutils-r1_python_install_all
}