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/blurb/
Date: Sat,  9 Apr 2022 06:52:07 +0000 (UTC)	[thread overview]
Message-ID: <1649485950.0d66eef14f7c42c6cf405dc09d759e35f3ee0e3c.mgorny@gentoo> (raw)

commit:     0d66eef14f7c42c6cf405dc09d759e35f3ee0e3c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 06:04:41 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 06:32:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d66eef1

dev-python/blurb: Bump to 1.1.0

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

 dev-python/blurb/Manifest           |  1 +
 dev-python/blurb/blurb-1.1.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/blurb/Manifest b/dev-python/blurb/Manifest
index 1ed516f24b62..ecdea896bd85 100644
--- a/dev-python/blurb/Manifest
+++ b/dev-python/blurb/Manifest
@@ -1 +1,2 @@
 DIST blurb-1.0.8.tar.gz 21519 BLAKE2B 4e76fad58821662b0a97dbde63e0fe7f3e82676ea1f22a3effdc118a014fff2b17995252bca900f495d66df36712122e7a50e95b3ebfcff7d39f8d005ef8456d SHA512 63bba016cfc293923da1cf7cc5f64e8881bf28237faf9908a484d55ff435df71c30544a751e0f167ed82d1f363dca48f53be67a25adc3ebc728c88b31186abac
+DIST blurb-1.1.0.tar.gz 25064 BLAKE2B 4fbdd0d068cc7abb1ffa78dff70bd83feccc1bcfbf8ebb085c9f7e77e0f330d3759f10a94a5ca024b465c01f9d659496ae55162a52b7158a06caf2d114d36806 SHA512 9397173e7bf5babf02c96df27983462e7dd2a729e9eb0cacdf23ca3778336902d5c611ab5e2432bbc877344426d7c62ea8ae77719aa08da98f9b44365583b7ee

diff --git a/dev-python/blurb/blurb-1.1.0.ebuild b/dev-python/blurb/blurb-1.1.0.ebuild
new file mode 100644
index 000000000000..902953b276f7
--- /dev/null
+++ b/dev-python/blurb/blurb-1.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2018-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool to create and manage NEWS blurbs for CPython"
+HOMEPAGE="https://github.com/python/core-workflow/tree/master/blurb"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_test() {
+	# Tests expect to be run from github repo, in which code is inside dir
+	ln -s . blurb || die
+	distutils-r1_src_test
+}
+
+python_test() {
+	"${EPYTHON}" -m blurb test || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2022-04-09  6:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-09  6:52 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-04 18:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/blurb/ Michał Górny
2025-01-16  5:11 Michał Górny
2025-01-16  5:11 Michał Górny
2024-10-20  3:11 Michał Górny
2024-07-18  1:56 Michał Górny
2024-07-08  4:41 Michał Górny
2024-05-17 14:26 Michał Górny
2024-04-17 21:02 Conrad Kostecki
2023-05-31 13:58 Michał Górny
2023-03-16  3:44 Michał Górny
2022-05-16 13:03 Michał Górny
2022-05-12 19:21 Arthur Zamarin
2021-10-17  7:33 Michał Górny
2021-09-09 18:02 Arthur Zamarin
2021-09-09 18:02 Arthur Zamarin
2021-01-17 16:16 Sam James
2021-01-17 16:16 Sam James
2020-12-02 21:52 Aaron Bauman

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=1649485950.0d66eef14f7c42c6cf405dc09d759e35f3ee0e3c.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