commit:     89f84387466a6ac0835de2fa2f7e9b994a0bba32
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 07:34:54 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 07:34:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f84387

dev-python/kiwisolver: Bump to 1.4.8

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

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

diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
index cf714307aafa..14e2f97fa2b3 100644
--- a/dev-python/kiwisolver/Manifest
+++ b/dev-python/kiwisolver/Manifest
@@ -1 +1,2 @@
 DIST kiwi-1.4.7.gh.tar.gz 91607 BLAKE2B 
560b811ad16e7063581c6a448460035a8b880a9ed11e0be0da8f587dfc88d9f8c8341aca9fa26920be8d7478a0920cd0597f045b5d2efa80982b56800ddbcf35
 SHA512 
74e9b78980a348314b569cc8f922e7bddbafc3798c23526eb1746d4a5d0ae17681cd291c8ebeedbe9e7af25b4d0b32980e0c63c40a070f617cca9dd5915ea668
+DIST kiwi-1.4.8.gh.tar.gz 91933 BLAKE2B 
a40c03fb154c34f050ee67a63a2c3e7223553f72882bc0fade722b452c49abdcaee802d3b53e5dca9b502bcbe8933bea65fb9d9f3e59096d028255752dcbd0c8
 SHA512 
487bfd8c59b85b67724da81e2c758e2800b4bf8e76929fc7ea75fe03a3759cc8a57943c8d8940b8d5e75d6e748e236250129bc929303e999a5431f4212b753f2

diff --git a/dev-python/kiwisolver/kiwisolver-1.4.8.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.4.8.ebuild
new file mode 100644
index 000000000000..d4c7b11a09d9
--- /dev/null
+++ b/dev-python/kiwisolver/kiwisolver-1.4.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+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 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+COMMON_DEPEND="
+       >=dev-python/cppy-1.3.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