public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/
Date: Mon, 24 Oct 2022 19:10:58 +0000 (UTC)	[thread overview]
Message-ID: <1666637282.edbdab7846bf25d7e04621abbf9aa0c2b6272c0c.arthurzam@gentoo> (raw)

commit:     edbdab7846bf25d7e04621abbf9aa0c2b6272c0c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 18:48:02 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 18:48:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbdab78

dev-python/pyicu: add 2.10.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pyicu/Manifest            |  1 +
 dev-python/pyicu/pyicu-2.10.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
index 4d77e04ecd8b..8bfe9e9992d5 100644
--- a/dev-python/pyicu/Manifest
+++ b/dev-python/pyicu/Manifest
@@ -1,2 +1,3 @@
+DIST pyicu-v2.10.1.tar.bz2 192780 BLAKE2B 0a8dea0091e07b889fbe79895b1a1fd030e29f9be02303e9b70b7380defaea14eeecc87031e4c1e57bab4a56680fad51f1489d117f31492a50c0323eefaa288d SHA512 a542fafdd1c64971ac4cf7fe0189324969cc4039319950663819e7040d9406ea200a84d3f2821a9a94c944087d0dbfe74fecebb430a01476114b6963ba83c739
 DIST pyicu-v2.10.tar.bz2 192789 BLAKE2B 824b83177b420bb78633a2d7b93bdcc781ec87ea105e7441be59547c6f56fadf292aa331decac96f095672a4d2741d709ed32dec4841b070bc056e7f0f8d65d0 SHA512 8f752ba97fc5ffc3004591826b47bd76c9b99d73a3784b2bba746cb611969a47a98971c89fe0b35dc817fd14b93b1bf0e85f4bf23986af22bcf5401485899c9e
 DIST pyicu-v2.9.tar.bz2 243533 BLAKE2B c2ea32f69637e2d12a57ded96b570ba7fd41c92aed4a0dea36ebe5c224b80fa8d1672251f8218e0a35d463957ab4291cff778c3e690f0763e465dc6f0a1af26d SHA512 f10025afe1a0de5a1726c3d4aaec5b10ba62064c33205117efe643185dcd3560e8971b600606e9699269cca795477bf86ed2f9e604e9c0e04bb75a86f31cd114

diff --git a/dev-python/pyicu/pyicu-2.10.1.ebuild b/dev-python/pyicu/pyicu-2.10.1.ebuild
new file mode 100644
index 000000000000..1759ece5b608
--- /dev/null
+++ b/dev-python/pyicu/pyicu-2.10.1.ebuild
@@ -0,0 +1,38 @@
+# 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=${P/-/-v}
+DESCRIPTION="Python bindings for dev-libs/icu"
+HOMEPAGE="
+	https://gitlab.pyicu.org/main/pyicu/
+	https://pypi.org/project/PyICU/
+"
+SRC_URI="
+	https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND="
+	dev-libs/icu:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	test? (
+		dev-python/six[${PYTHON_USEDEP}]
+	)
+"
+
+DOCS=( CHANGES CREDITS README.md )
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-10-24 19:11 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-24 19:10 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ Michał Górny
2024-11-16  9:20 Michał Górny
2024-11-16  8:58 Michał Górny
2024-10-27  2:49 Michał Górny
2024-05-17  9:55 Michał Górny
2024-05-17  9:49 Michał Górny
2024-05-17  8:48 Arthur Zamarin
2024-05-17  8:27 Arthur Zamarin
2024-04-30  5:02 Michał Górny
2024-04-21  2:35 Michał Górny
2023-11-29 12:07 Michał Górny
2023-11-29 11:45 Arthur Zamarin
2023-11-29 11:32 Michał Górny
2023-11-02  5:30 Michał Górny
2023-06-04  4:58 Michał Górny
2023-06-03 20:17 Sam James
2023-06-03 18:09 Arthur Zamarin
2023-05-29 12:26 Michał Górny
2023-05-04 16:30 Michał Górny
2023-04-16  3:42 Michał Górny
2023-03-22 22:47 Sam James
2022-11-25 20:36 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-11-25 19:11 Sam James
2022-10-26  4:03 Michał Górny
2022-10-24  5:14 Michał Górny
2022-05-15 10:57 Michał Górny
2022-05-15 10:57 Michał Górny
2022-05-15  8:19 Jakov Smolić
2022-05-15  8:19 Jakov Smolić
2022-04-13  5:30 Michał Górny
2022-03-28 22:48 Zac Medico
2022-03-16  8:07 Michał Górny
2022-03-15 18:16 Jakov Smolić
2022-02-01 10:06 Michał Górny
2021-12-03  8:42 Michał Górny
2021-12-03  7:57 Arthur Zamarin
2021-12-02  8:54 Jakov Smolić
2021-10-29 19:37 Michał Górny
2021-07-20  9:08 Michał Górny
2021-07-19 23:14 Marek Szuba
2021-07-19 18:36 Sam James
2021-07-19 18:36 Sam James
2021-06-17 19:47 Michał Górny
2021-05-19 17:42 Marek Szuba
2021-05-19 17:25 Sam James
2021-05-19 17:22 Sam James
2021-05-13 19:11 Marek Szuba
2021-05-04 22:56 Michał Górny
2021-04-27 11:05 Marek Szuba
2021-04-16  8:30 Michał Górny
2021-04-11 10:47 Michał Górny
2021-04-11 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyICU/ Michał Górny
2021-04-11 10:47 Michał Górny
2021-03-15 12:49 Marek Szuba
2021-01-20 19:32 Andreas Sturmlechner
2020-12-24 10:03 Agostino Sarubbo
2020-12-22 17:08 Thomas Deutschmann
2020-12-09  9:55 Marek Szuba
2020-08-05 15:18 Michał Górny
2020-07-29 11:33 Marek Szuba
2020-07-01 12:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ Marek Szuba
2020-06-19 16:12 Marek Szuba
2020-05-31 15:40 Mikle Kolyada
2020-05-19 15:47 Marek Szuba
2020-04-22 23:48 Marek Szuba
2020-04-21 23:23 Marek Szuba
2020-03-25 16:57 Marek Szuba
2020-03-20  9:04 Agostino Sarubbo
2020-03-20  8:59 Agostino Sarubbo
2020-02-05 19:37 Michał Górny
2020-01-24  9:17 Marek Szuba
2019-10-08 14:57 Marek Szuba
2019-10-08 14:57 Marek Szuba
2019-06-04 14:45 Thomas Deutschmann
2019-04-01 14:51 Marek Szuba
2019-04-01 14:51 Marek Szuba
2019-01-28 15:30 Marek Szuba
2019-01-28 15:30 Marek Szuba
2019-01-09 14:38 Marek Szuba
2018-09-10  8:46 Marek Szuba
2018-06-20 10:15 Marek Szuba
2018-05-26 12:23 David Seifert
2018-05-25 10:06 Marek Szuba
2018-04-18 13:22 Marek Szuba
2018-02-15 13:58 Jason Zaman
2018-02-12 22:10 Thomas Deutschmann
2018-01-17 10:44 Marek Szuba
2018-01-17 10:03 Marek Szuba
2018-01-17 10:01 Marek Szuba
2018-01-15  8:12 Marek Szuba
2017-11-17  9:16 Marek Szuba
2017-06-13 14:34 Marek Szuba
2017-05-22  9:21 Marek Szuba
2017-05-05 14:33 Manuel Rüger
2017-04-24 12:54 Marek Szuba
2017-04-20 10:42 Marek Szuba
2016-12-29 10:45 Agostino Sarubbo
2016-12-28 14:24 Marek Szuba
2016-11-28 15:30 Marek Szuba
2016-09-22 12:51 Marek Szuba
2016-09-21 11:26 Marek Szuba
2016-09-08 12:11 Marek Szuba
2016-08-10 15:08 Marek Szuba

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=1666637282.edbdab7846bf25d7e04621abbf9aa0c2b6272c0c.arthurzam@gentoo \
    --to=arthurzam@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