commit:     ba9a6029cae3914b50bc66f32c84aa8505b0847e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 06:29:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 08:02:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9a6029

dev-python/kiwisolver: Bump to 1.4.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/kiwisolver/Manifest                |  1 +
 dev-python/kiwisolver/kiwisolver-1.4.4.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
index df3d7c5b6935..df7e9a2f95dc 100644
--- a/dev-python/kiwisolver/Manifest
+++ b/dev-python/kiwisolver/Manifest
@@ -1 +1,2 @@
 DIST kiwi-1.4.3.gh.tar.gz 91238 BLAKE2B 
bdd6164eb428e6769ae7de2a8e689a3944e13e81aef9a839d9f68459deb7e7c0840b0eb59e70932e5c1d835444c515c8cb66fa47f40d8fc6244de47852be57d6
 SHA512 
04205555da46e772f2d25a481c4d966dc7bab8a541434a7c183e1b4f41ccd6e06aec564f2a95dae649585d337c1bf818a7cf24727460ad14669a3b3d74c74274
+DIST kiwi-1.4.4.gh.tar.gz 91343 BLAKE2B 
a5e345509e7294eaf89e1361c035b3ef5d672d335682dbb426196d22876762b1f729cc728300f731a42afbfdf2828591f83cc53daf28e8d4c451a1b246b4800f
 SHA512 
9a7ed487bb28f8c430543dc21ea59156078c129fd29b1382f1578368e72f312f4e813eb4501e4c9387647b42b085b93d4bd27d0e846f1396fa4ce68fd9e9ba5f

diff --git a/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild
new file mode 100644
index 000000000000..c41c617402ab
--- /dev/null
+++ b/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=kiwi-${PV}
+DESCRIPTION="An efficient C++ implementation of the Cassowary constraint 
solving algorithm"
+HOMEPAGE="
+       https://github.com/nucleic/kiwi/
+       https://pypi.org/project/kiwisolver/
+"
+SRC_URI="
+       https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> 
${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Clear-BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+COMMON_DEPEND="
+       >=dev-python/cppy-1.2.0[${PYTHON_USEDEP}]
+"
+
+RDEPEND="
+       ${COMMON_DEPEND}
+"
+BDEPEND="
+       ${COMMON_DEPEND}
+       >=dev-python/setuptools_scm-3.4.3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to