public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/agate/
Date: Sun, 28 Apr 2024 02:37:28 +0000 (UTC)	[thread overview]
Message-ID: <1714271835.41a8eaf0de42274354c3e1cdb6b77d3127e27c8c.mgorny@gentoo> (raw)

commit:     41a8eaf0de42274354c3e1cdb6b77d3127e27c8c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 02:28:16 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 02:37:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a8eaf0

dev-python/agate: Bump to 1.10.0

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

 dev-python/agate/Manifest            |  1 +
 dev-python/agate/agate-1.10.0.ebuild | 45 ++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/agate/Manifest b/dev-python/agate/Manifest
index c8acd0f2c61e..e1fa3980abe4 100644
--- a/dev-python/agate/Manifest
+++ b/dev-python/agate/Manifest
@@ -1 +1,2 @@
+DIST agate-1.10.0.tar.gz 202845 BLAKE2B da462a47d8b33e6b5948bc16a9c236ee62c92d56f49df8a7e60cebc84b2d4d828f986f6f0975d24d1d513e1e8023dd5e570f77ff6ae233533ab1ac3c512fac81 SHA512 37e09f1fcccd5df9183cfd32f13bf23efad7987a3d71600e52b1b3bc9de8669640aa50f045c975c0fc8958cbe9df193e17f0ea52c1933782cca95ac267f794f9
 DIST agate-1.9.1.tar.gz 202303 BLAKE2B a5e62ca5fdf8dc6e1b7393da3efa0432a2d7a89bcb2af744458ae04446ea85941968f1ee75facc6b29de9fdec92f9432d2b939392edbfadc5c0598a91feb9f76 SHA512 f8bbe9ed24c786063a1d99aa408a2e5b4841dd9d804004b8c74a272d564432013e0ddebc5325e73893c53a60636d64f27f2e64ad624a468a070cf6a8833b8620

diff --git a/dev-python/agate/agate-1.10.0.ebuild b/dev-python/agate/agate-1.10.0.ebuild
new file mode 100644
index 000000000000..baca934b9901
--- /dev/null
+++ b/dev-python/agate/agate-1.10.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python data analysis library that is optimized for humans instead of machines"
+HOMEPAGE="
+	https://github.com/wireservice/agate/
+	https://pypi.org/project/agate/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~arm64-macos ~x64-macos"
+
+RDEPEND="
+	>=dev-python/pytimeparse-1.1.5[${PYTHON_USEDEP}]
+	>=dev-python/parsedatetime-2.1[${PYTHON_USEDEP}]
+	>=dev-python/Babel-2.0[${PYTHON_USEDEP}]
+	>=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+	>=dev-python/pyicu-2.4.2[${PYTHON_USEDEP}]
+	>=dev-python/python-slugify-1.2.1[${PYTHON_USEDEP}]
+	>=dev-python/leather-0.3.3-r2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		>=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}]
+		dev-python/lxml[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/furo
+
+EPYTEST_DESELECT=(
+	# require specific locales
+	tests/test_data_types.py::TestDate::test_cast_format_locale
+	tests/test_data_types.py::TestDateTime::test_cast_format_locale
+)


             reply	other threads:[~2024-04-28  2:37 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28  2:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-30  4:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/agate/ Michał Górny
2025-01-30  4:10 Michał Górny
2024-07-30  2:47 Michał Górny
2024-06-18 16:57 Michał Górny
2024-05-28  7:40 Michał Górny
2024-05-28  4:42 Michał Górny
2024-05-03  7:08 Arthur Zamarin
2024-04-29  3:33 Michał Górny
2024-04-28 16:12 Arthur Zamarin
2024-04-01  9:46 Michał Górny
2023-12-30 18:26 Michał Górny
2023-12-22  8:30 Michał Górny
2023-10-29 11:10 Michał Górny
2023-10-28 19:28 Michał Górny
2023-10-18  5:06 Michał Górny
2023-10-10 18:11 Michał Górny
2023-01-05  8:28 Michał Górny
2023-01-04 14:15 Michał Górny
2022-06-04 17:13 Michał Górny
2022-03-28 22:48 Zac Medico
2022-02-04 18:05 Zac Medico
2021-10-09  6:34 Arthur Zamarin
2021-08-02  8:17 Michał Górny
2021-08-02  8:17 Michał Górny
2021-08-02  8:17 Michał Górny
2021-08-02  8:17 Michał Górny
2021-07-15 17:50 Michał Górny
2021-06-22 19:11 Zac Medico
2021-06-22  0:58 Zac Medico
2021-06-21 23:32 Zac Medico
2021-06-21 23:04 Zac Medico
2021-06-21 21:19 Zac Medico
2021-06-21 19:38 Zac Medico
2021-06-21  8:23 Zac Medico
2021-06-21  6:25 Zac Medico

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=1714271835.41a8eaf0de42274354c3e1cdb6b77d3127e27c8c.mgorny@gentoo \
    --to=mgorny@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