diff options
author | Andrey Grozin <grozin@gentoo.org> | 2018-03-09 05:30:25 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2018-03-09 05:30:25 +0700 |
commit | 025696e945d6953b8b865d32d22ed08815ee0ba0 (patch) | |
tree | ab671fedb46eb92c918e5de81e1b7f1e6ea75a0c /dev-python/kiwisolver/kiwisolver-1.0.1.ebuild | |
parent | dev-lisp/gentoo-init: Drop version 1.1 (diff) | |
download | gentoo-025696e945d6953b8b865d32d22ed08815ee0ba0.tar.gz gentoo-025696e945d6953b8b865d32d22ed08815ee0ba0.tar.bz2 gentoo-025696e945d6953b8b865d32d22ed08815ee0ba0.zip |
dev-python/kiwisolver: bump to 1.0.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/kiwisolver/kiwisolver-1.0.1.ebuild')
-rw-r--r-- | dev-python/kiwisolver/kiwisolver-1.0.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild new file mode 100644 index 000000000000..78e7456ce28c --- /dev/null +++ b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm" +HOMEPAGE="https://github.com/nucleic/kiwi" +SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="Clear-BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +S="${WORKDIR}"/kiwi-${PV} |