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/traitlets/
Date: Tue, 20 Dec 2022 08:07:17 +0000 (UTC)	[thread overview]
Message-ID: <1671523630.16ca03bfebb6611e532f10186d6f7c93189d032b.mgorny@gentoo> (raw)

commit:     16ca03bfebb6611e532f10186d6f7c93189d032b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 06:57:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 08:07:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ca03bf

dev-python/traitlets: Bump to 5.8.0

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

 dev-python/traitlets/Manifest               |  1 +
 dev-python/traitlets/traitlets-5.8.0.ebuild | 37 +++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/traitlets/Manifest b/dev-python/traitlets/Manifest
index fd54c6c22af3..ebc9d066f0f5 100644
--- a/dev-python/traitlets/Manifest
+++ b/dev-python/traitlets/Manifest
@@ -2,3 +2,4 @@ DIST traitlets-5.5.0.tar.gz 131686 BLAKE2B 1206c2f86367eb421202070a48fe12b20b214
 DIST traitlets-5.6.0.tar.gz 133316 BLAKE2B 736ef860ed8f7d9cfde990c755d50f47d09344edf1d2f55347d693cc3c453ae1f2315c168bd52dc82ea4e29ee7ab1d2494c9fd095bf56d03cf8b52b89d209ff2 SHA512 7af0fb619ddb2991b6285bb07642f700b0bb822c0eb5770fe6d337f42ac9c2fbb59cd971e9a8991277c47f3a9be2cfde21712080cca4733f8bba3339f91c8311
 DIST traitlets-5.7.0.tar.gz 136290 BLAKE2B ddc7190f0c14b6dae36effca4966801834d868f5072e3780ecaf10e5aadc2a05372e49028a7e08719e6d8a7536cd0e6a3dc36815322fc62933bca3311e55dee8 SHA512 252d6d93b863e099a739d0f1ad2a97421791ae9349c8720bc41dfeacfd3ee22f966cb75ee3895449a0e1b987f8d2db9d8665cbdacaed6a46ab05638e382d2e9e
 DIST traitlets-5.7.1.tar.gz 136382 BLAKE2B 28a9c125134aff644f0bc5fd7310378936c3bfd79dea33c96124c22630d9b21384a742e7576d7a62a9da9678da19199bbaaaa98a09526d78a46833a03bb331b5 SHA512 c3a3f7014bcf894381bef3f96fafd814b8aaeec66ad67e12f94308a741549fa89b4446a994d2ec6162c7e43b74c43491b533d35fa61ec0ac5435f71c96f82cb4
+DIST traitlets-5.8.0.tar.gz 149460 BLAKE2B 4e5d0344e2c6a2236202875708b28e2966cc8c9ee365ece423aa091dcbc9a3215c236ee63c5e88cf72a3ef9873671fadd83953e700e613360da90da4954b065d SHA512 e65efb5c52940bc2b12e64c932d55c3e5f7b7a3d5cbd49b3c7cbae972ac22e3c2b374f5a35f7c685e7f9ecb9c0b697e626ee942dc6f7f281c9b7857b9a4487d8

diff --git a/dev-python/traitlets/traitlets-5.8.0.ebuild b/dev-python/traitlets/traitlets-5.8.0.ebuild
new file mode 100644
index 000000000000..92ba3d8f25c8
--- /dev/null
+++ b/dev-python/traitlets/traitlets-5.8.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configuration system for Python applications"
+HOMEPAGE="
+	https://github.com/ipython/traitlets/
+	https://pypi.org/project/traitlets/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		>=dev-python/argcomplete-2.0[${PYTHON_USEDEP}]
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_sphinx docs/source \
+	dev-python/myst_parser \
+	dev-python/pydata-sphinx-theme
+distutils_enable_tests pytest
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest -p pytest_mock
+}


             reply	other threads:[~2022-12-20  8:07 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20  8:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-12 17:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/traitlets/ Michał Górny
2024-05-04  7:43 Michał Górny
2024-05-04  7:18 Arthur Zamarin
2024-04-19 19:17 Arthur Zamarin
2024-03-30 14:19 Michał Górny
2024-03-30 14:14 Michał Górny
2024-03-12 17:51 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-03  8:35 Michał Górny
2023-12-15 12:40 Michał Górny
2023-12-15 11:23 Arthur Zamarin
2023-11-28  5:26 Michał Górny
2023-11-25 10:35 Michał Górny
2023-11-25  8:38 Sam James
2023-11-16 15:22 Michał Górny
2023-10-30 18:10 Michał Górny
2023-10-25  7:43 Michał Górny
2023-10-18 15:50 Michał Górny
2023-10-18  9:02 Sam James
2023-10-04  5:51 Michał Górny
2023-09-26 16:56 Michał Górny
2023-09-14 15:39 Michał Górny
2023-06-06  6:13 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-03-02  5:13 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-31 11:22 Michał Górny
2023-01-10  6:21 Michał Górny
2023-01-08  5:12 Michał Górny
2023-01-07 18:42 Arthur Zamarin
2022-12-14  6:31 Michał Górny
2022-12-09 13:56 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-10-22 15:58 Michał Górny
2022-10-22 15:50 Arthur Zamarin
2022-10-19 11:49 Michał Górny
2022-10-18 18:07 Arthur Zamarin
2022-09-22 12:15 Michał Górny
2022-07-24 20:33 Michał Górny
2022-07-24 19:13 Sam James
2022-06-17  6:02 Michał Górny
2022-06-13  8:23 Michał Górny
2022-06-13  7:07 Agostino Sarubbo
2022-06-01  7:21 Michał Górny
2022-05-17  6:54 Michał Górny
2022-05-11  8:05 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-01-30 13:09 Michał Górny
2022-01-16 20:29 Arthur Zamarin
2021-11-26  4:24 Sam James
2021-10-25 22:39 Michał Górny
2021-10-17  9:41 Michał Górny
2021-09-08 16:19 Sam James
2021-07-01 14:45 Michał Górny
2021-06-29  5:53 Yixun Lan
2020-11-19  9:36 Michał Górny
2020-11-17  0:08 Michał Górny
2020-11-16 23:38 Sam James
2020-11-16  0:20 Michał Górny
2020-11-02  9:47 Sam James
2020-10-20  7:02 Sergei Trofimovich
2020-10-18 18:51 Thomas Deutschmann
2020-10-17 23:49 Sam James
2020-10-16  7:42 Michał Górny
2020-09-18 15:53 Michał Górny
2020-09-07  9:17 Michał Górny
2020-09-04  3:30 Michał Górny
2020-09-02 22:05 Michał Górny
2020-08-22  7:13 Michał Górny
2020-08-03  3:11 Sam James
2020-07-31  0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-10  8:11 Michał Górny
2020-06-08 17:36 Michał Górny
2020-03-19 17:49 Michał Górny
2020-03-19 16:58 Michał Górny
2020-03-17  8:08 Michał Górny
2020-02-05 14:38 Michał Górny
2018-10-15 22:01 Virgil Dupras
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22  1:35 Thomas Deutschmann
2018-03-21 20:24 Markus Meier
2018-03-12  0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2017-03-11  3:15 Zac Medico
2017-02-25 14:18 David Seifert
2017-01-13 22:56 Patrice Clement
2016-11-03 17:37 David Seifert
2016-10-14 18:21 David Seifert
2016-10-14 18:21 David Seifert
2016-09-20 21:12 David Seifert
2016-07-23 11:46 David Seifert
2016-07-23 11:46 David Seifert
2016-07-23 11:46 David Seifert
2016-04-02  8:18 David Seifert
2016-02-28  6:43 Matt Thode
2016-01-21  8:33 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=1671523630.16ca03bfebb6611e532f10186d6f7c93189d032b.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