diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-03-01 10:38:54 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-03-01 10:38:54 +0700 |
commit | 5af65b5e5f6b5ca5d4e6bd7dfa780042b061d1e4 (patch) | |
tree | 42f880b2cd1d5fa914e3253544f4508f70803f20 /dev-python/kiwisolver | |
parent | dev-python/cycler: add python3_8 (diff) | |
download | gentoo-5af65b5e5f6b5ca5d4e6bd7dfa780042b061d1e4.tar.gz gentoo-5af65b5e5f6b5ca5d4e6bd7dfa780042b061d1e4.tar.bz2 gentoo-5af65b5e5f6b5ca5d4e6bd7dfa780042b061d1e4.zip |
dev-python/kiwisolver: bump to 1.1.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/kiwisolver')
-rw-r--r-- | dev-python/kiwisolver/Manifest | 1 | ||||
-rw-r--r-- | dev-python/kiwisolver/kiwisolver-1.1.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest index 8813b7aea8c4..692a7a275b87 100644 --- a/dev-python/kiwisolver/Manifest +++ b/dev-python/kiwisolver/Manifest @@ -1 +1,2 @@ DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B 104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013 SHA512 01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18 +DIST kiwisolver-1.1.0.tar.gz 55086 BLAKE2B 5f45a9c540a1a732cf8319de7dc2e6b503170cd40eac4287815c0c45f4f88a05c384e57a24ffb6edefde949718a09a35de87478c00a2a63643fc1294e548ba37 SHA512 e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25 diff --git a/dev-python/kiwisolver/kiwisolver-1.1.0.ebuild b/dev-python/kiwisolver/kiwisolver-1.1.0.ebuild new file mode 100644 index 000000000000..abc747aef0ed --- /dev/null +++ b/dev-python/kiwisolver/kiwisolver-1.1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +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 ~arm ~arm64 ~ppc ~ppc64 ~x86" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +S="${WORKDIR}"/kiwi-${PV} |