From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kiwisolver/
Date: Sun, 3 Apr 2022 15:47:00 +0000 (UTC) [thread overview]
Message-ID: <1649000792.568cb2787fdf3e25cbfc632e7b0516d10e6e5a46.slashbeast@gentoo> (raw)
commit: 568cb2787fdf3e25cbfc632e7b0516d10e6e5a46
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 15:46:32 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 15:46:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568cb278
dev-python/kiwisolver: 1.4.2 version bump.
Closes: https://bugs.gentoo.org/836699
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-python/kiwisolver/Manifest | 1 +
dev-python/kiwisolver/kiwisolver-1.4.2.ebuild | 32 +++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
index 3ff92de50951..7ad141296f3a 100644
--- a/dev-python/kiwisolver/Manifest
+++ b/dev-python/kiwisolver/Manifest
@@ -1,3 +1,4 @@
DIST kiwi-1.4.0.tar.gz 92361 BLAKE2B 773da71557d4c9fcd7778fa1771a1c52d0ca6aa4d698a33467a5a3fac8fd4bd3135aec9e836c96c4c18b2873e17743ce5cbc79c5dd1ea189f28adadcf2030e51 SHA512 6f69e232d5620be5f316d273066a1f8a78ebbef2dd8ee1ba56a2a57581fcc0c985fb0a51e6cca8436bcfeb51c4a95a865cde408c497bdec9c7e025f030744f54
DIST kiwi-1.4.1.tar.gz 91319 BLAKE2B ac8d9cf1e8960f436566e2ff8d589ff6707fc4458299bc33ff96387c36246d583e67ef84610b710b3d9364d8a4ae963577b4abfc3ddbfc18a417f956512479d9 SHA512 7178f26c96ebf4a173b563bc95d2a07a9f75b618fc953aa0d45a8c2719cf868e4409ad2c95280704ee593fc99d9e2c83b0628940b3571d1be712241464a9cd6d
+DIST kiwi-1.4.2.tar.gz 91150 BLAKE2B 8441d52267b3b436d9f05baabbd3beafc51d2f257fc982f1cf90b6296ccdbc24511de6b55b6201eb1df37ec9487282cc40142e9083cf4c1e925976a098927e1a SHA512 e7726ac7985bea1020fd3a26bf54b941acfffffb1f47b462c74f9829c5a89e7abd0732b5a11685b20d6a17ac9625178c68ea71052e852f91491a308d07111b01
DIST kiwisolver-1.3.2.tar.gz 89075 BLAKE2B 729880e3b18ac8c6c3e48d2fb32f00b4232118eb753f60837c7736c75a0f22e7a259aec46b76bc91286541847929eb4a92fcf9991650dea16d263f4d16beffc1 SHA512 e9ef20756df587b49f7b8e52ff388db6e2e551548ae7d60b6916586fb35249b10bda895a7be7635b300e6100ec1c7daf7d641de6d26d9b2c36055ac6c176302b
diff --git a/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild b/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild
new file mode 100644
index 000000000000..aa5a5cacb378
--- /dev/null
+++ b/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild
@@ -0,0 +1,32 @@
+# 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..10} )
+
+inherit distutils-r1
+
+MY_P=kiwi-${PV}
+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 -> ${MY_P}.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"
+
+RDEPEND="
+ >=dev-python/cppy-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/setuptools_scm-3.4.3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
next reply other threads:[~2022-04-03 15:47 UTC|newest]
Thread overview: 121+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-03 15:47 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-13 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/kiwisolver/ Michał Górny
2024-10-13 11:06 Sam James
2024-10-12 23:10 Sam James
2024-09-28 14:39 Sam James
2024-09-28 14:10 Arthur Zamarin
2024-09-28 13:33 Arthur Zamarin
2024-09-28 13:09 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-09-28 11:36 Jakov Smolić
2024-09-04 11:57 Michał Górny
2024-05-30 14:00 Petr Vaněk
2023-09-27 19:22 Arthur Zamarin
2023-09-25 18:31 Arthur Zamarin
2023-09-25 18:31 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 17:12 Arthur Zamarin
2023-09-25 16:57 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-08-25 9:49 Michał Górny
2023-06-06 6:13 Michał Górny
2023-05-04 16:17 Michał Górny
2023-04-05 15:58 Michał Górny
2023-04-05 15:58 Michał Górny
2023-04-05 12:44 Arthur Zamarin
2023-04-05 10:10 Arthur Zamarin
2023-04-05 9:30 Arthur Zamarin
2023-04-05 8:26 Arthur Zamarin
2023-04-05 7:23 Arthur Zamarin
2023-04-05 7:23 Arthur Zamarin
2023-04-05 7:12 Arthur Zamarin
2023-04-05 7:00 Arthur Zamarin
2022-08-18 9:48 Michał Górny
2022-08-18 7:01 Agostino Sarubbo
2022-08-17 21:13 Sam James
2022-08-17 19:02 Arthur Zamarin
2022-08-17 19:02 Arthur Zamarin
2022-08-17 19:02 Arthur Zamarin
2022-08-17 18:53 Arthur Zamarin
2022-08-17 18:52 Arthur Zamarin
2022-08-17 18:45 Sam James
2022-07-16 8:02 Michał Górny
2022-06-21 16:12 Jakov Smolić
2022-06-20 17:49 Arthur Zamarin
2022-06-20 6:35 Agostino Sarubbo
2022-06-20 6:35 Agostino Sarubbo
2022-06-20 6:34 Agostino Sarubbo
2022-06-19 22:45 Sam James
2022-06-19 22:45 Sam James
2022-06-19 8:29 Jakov Smolić
2022-06-13 16:52 Arthur Zamarin
2022-05-26 10:45 Andrew Ammerlaan
2022-05-06 20:38 Michał Górny
2022-05-06 20:03 Arthur Zamarin
2022-05-05 5:57 Arthur Zamarin
2022-05-05 5:41 Arthur Zamarin
2022-05-05 5:38 Arthur Zamarin
2022-05-04 14:40 Sam James
2022-05-04 14:40 Sam James
2022-04-19 16:48 Arthur Zamarin
2022-04-19 16:47 Arthur Zamarin
2022-04-18 18:22 Arthur Zamarin
2022-04-18 9:27 Agostino Sarubbo
2022-04-17 18:33 Arthur Zamarin
2022-04-17 18:33 Arthur Zamarin
2022-04-17 8:07 Jakov Smolić
2022-04-17 8:07 Jakov Smolić
2022-04-04 10:58 Piotr Karbowski
2022-03-28 10:14 Michał Górny
2022-03-15 13:23 Michał Górny
2022-01-30 23:10 James Le Cuirot
2021-10-10 20:52 Michał Górny
2021-10-10 20:37 Sam James
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:35 Agostino Sarubbo
2021-10-09 19:22 Sam James
2021-10-09 19:22 Sam James
2021-10-09 19:18 Sam James
2021-09-07 18:34 Sam James
2021-09-06 23:56 Sam James
2021-09-06 23:54 Sam James
2021-09-06 23:49 Sam James
2021-08-28 6:54 Michał Górny
2021-08-17 1:42 Sam James
2021-08-11 0:20 Sam James
2021-06-20 1:55 Sam James
2021-06-05 13:34 Michał Górny
2021-05-25 16:21 Georgy Yakovlev
2021-01-07 9:22 Michał Górny
2021-01-03 19:40 Sam James
2020-12-31 1:17 Sam James
2020-11-27 16:18 Michał Górny
2020-11-26 8:14 Sam James
2020-11-26 6:56 Agostino Sarubbo
2020-11-25 23:09 Thomas Deutschmann
2020-11-02 9:49 Michał Górny
2020-10-22 5:55 Michał Górny
2020-09-20 9:36 Michał Górny
2020-08-07 19:25 Sam James
2020-07-31 2:38 Sam James
2020-07-26 1:18 Sam James
2020-07-05 17:36 Michał Górny
2020-06-10 8:11 Michał Górny
2020-06-05 16:03 Michał Górny
2020-06-01 20:30 Michał Górny
2020-05-30 19:48 Michał Górny
2020-05-30 16:20 Michał Górny
2020-05-30 8:56 Michał Górny
2020-05-29 17:23 Michał Górny
2020-04-26 3:12 Patrick McLean
2020-03-01 3:39 Andrey Grozin
2018-05-20 23:05 Matt Turner
2018-04-26 3:32 Andreas Sturmlechner
2018-04-23 2:30 Aaron Bauman
2018-04-22 7:34 Mikle Kolyada
2018-03-18 23:51 Sergei Trofimovich
2018-03-18 10:40 Sergei Trofimovich
2018-03-09 12:24 Mart Raudsepp
2018-03-08 22:31 Andrey Grozin
2015-10-26 14:08 Aaron Bauman
2015-09-29 7:28 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1649000792.568cb2787fdf3e25cbfc632e7b0516d10e6e5a46.slashbeast@gentoo \
--to=slashbeast@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox