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/python-utils/
Date: Wed,  1 Jun 2022 07:21:40 +0000 (UTC)	[thread overview]
Message-ID: <1654068089.e8b9431200ff05b0ee78b5c543d872bd3cb9a1fc.mgorny@gentoo> (raw)

commit:     e8b9431200ff05b0ee78b5c543d872bd3cb9a1fc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 06:26:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 07:21:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b94312

dev-python/python-utils: Bump to 3.3.3

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

 dev-python/python-utils/Manifest                  |  1 +
 dev-python/python-utils/python-utils-3.3.3.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python-utils/Manifest b/dev-python/python-utils/Manifest
index f8c869790a14..d622857f6f6e 100644
--- a/dev-python/python-utils/Manifest
+++ b/dev-python/python-utils/Manifest
@@ -3,3 +3,4 @@ DIST python-utils-3.2.2.tar.gz 25202 BLAKE2B ae36d918bfd125ed1c01a71f8b448390b70
 DIST python-utils-3.2.3.tar.gz 25153 BLAKE2B b4e65b647b42288111edc7a90f7c1b1c3a222a999edacc2f0764e378f7c5f0b5c512842d73ea9f2e70052ba43ac48f9eb914a8a410b564bcd965c357672eda57 SHA512 85f1607faacf210c8e377a438c5d2f66e237cc870a91a9ed1ec7150aa8a7bb8f8fd5b3b0fb5e9585afb81801e7048f92b7ea46943205ddd9e271d6087b5e05d5
 DIST python-utils-3.3.0.tar.gz 27537 BLAKE2B 95570896c9a96161f0bcd2966ab8ffe8cf29ef29d50b8103ed6d0df4824aa3cbb6058d2b1d58b0ab98033775c5ea522c962bded2fd48b156bb57d686c8c872b0 SHA512 94a6ba6d303990cfd976d5676b5383df672d775385327e342b938483033fbd12fc75ce75afc6b66dd9fbf729d13e2a695246cc6a48073f579eeb7c0c82c7730e
 DIST python-utils-3.3.1.tar.gz 27565 BLAKE2B 79e865342d57ee1a841d9f17f26a26586ab477f5b7538ce514091f2c1f6d9054b34b8642ebc0f3555abdf696f74ce1473d80365844819829b9d8be37d1cc58f0 SHA512 d2c91f50999b3706696c161abd1f3bee5e39cb5078daa8d4604ad9c9905a02a221d0ffb7ae57bdb7c278b8d0c14c763d613305bf3371cb01adf4075ae55fd4f4
+DIST python-utils-3.3.3.tar.gz 28031 BLAKE2B d491e5ba1c8e2ab8d7c7797757cb6163f5f4cff223b898b4a9502f85b740df3c128234fd0034fc422d17efb38cfc7056aa7fb3aee9441f1f763fc742930da5b3 SHA512 6becb1873da57f66aec26b98dab22c7917dacddd1a843a0c6e4f2939986a33888cb3b6addfa3b98660f9f35ca54763cf6da34e4099cd3e21987660f12a574b27

diff --git a/dev-python/python-utils/python-utils-3.3.3.ebuild b/dev-python/python-utils/python-utils-3.3.3.ebuild
new file mode 100644
index 000000000000..ce049eb48c18
--- /dev/null
+++ b/dev-python/python-utils/python-utils-3.3.3.ebuild
@@ -0,0 +1,39 @@
+# 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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of small Python functions & classes"
+HOMEPAGE="
+	https://github.com/WoLpH/python-utils/
+	https://pypi.org/project/python-utils/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	docs
+	_python_utils_tests/test_logger.py
+	python_utils/loguru.py
+)
+
+python_prepare_all() {
+	sed -i -e '/--cov/d' -e '/--mypy/d' pytest.ini || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2022-06-01  7:21 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01  7:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  8:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-utils/ Michał Górny
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-01-26  5:39 Michał Górny
2023-11-24 15:29 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-27 19:32 Sam James
2023-09-26  4:42 Michał Górny
2023-09-25  2:55 Michał Górny
2023-07-10  1:25 Michał Górny
2023-07-09 17:01 Arthur Zamarin
2023-06-22  5:08 Michał Górny
2023-06-18  2:16 Michał Górny
2023-05-29  5:49 Michał Górny
2023-05-29  5:49 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 16:03 Sam James
2023-02-12 19:05 Michał Górny
2023-02-10  6:52 Michał Górny
2023-02-09  5:56 Michał Górny
2022-11-30  2:55 Michał Górny
2022-11-29 22:22 Jakov Smolić
2022-10-30  6:39 Michał Górny
2022-06-16 19:12 Michał Górny
2022-06-16 15:15 Sam James
2022-05-30  7:22 Michał Górny
2022-05-29  7:09 Michał Górny
2022-05-20  8:29 Michał Górny
2022-05-13  6:15 Michał Górny
2022-02-13  9:29 Michał Górny
2022-02-13  7:53 Agostino Sarubbo
2022-02-04 10:27 Michał Górny
2022-02-04  8:57 Jakov Smolić
2022-01-20 14:24 Michał Górny
2022-01-20  9:46 Jakov Smolić
2022-01-14 18:28 Arthur Zamarin
2022-01-04 21:29 Arthur Zamarin
2022-01-02 10:59 Michał Górny
2022-01-01  8:23 Michał Górny
2022-01-01  1:29 Michał Górny
2021-12-18  8:48 Michał Górny
2021-12-16 21:05 Michał Górny
2021-10-04 20:40 Sam James
2021-06-05 18:10 Michał Górny
2021-04-01 12:54 Thomas Deutschmann
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-02-26 10:12 Agostino Sarubbo
2021-02-04  8:17 Michał Górny
2021-01-26 21:20 Michał Górny
2021-01-25 20:43 Michał Górny
2021-01-21 12:46 Michał Górny
2021-01-15 18:34 Michał Górny
2021-01-15  7:35 Michał Górny
2020-12-16 11:12 Sam James
2020-12-03 11:10 Sam James
2020-12-03  8:43 Sam James
2020-11-22  8:22 Michał Górny
2020-02-05 20:11 Michał Górny
2019-05-22 14:48 Tony Vroon

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=1654068089.e8b9431200ff05b0ee78b5c543d872bd3cb9a1fc.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