From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/intervaltree/
Date: Fri, 9 Apr 2021 11:49:33 +0000 (UTC) [thread overview]
Message-ID: <1617968965.1c6a1e4d273fcfe98f6a61b4999842d90bf49eb3.juippis@gentoo> (raw)
commit: 1c6a1e4d273fcfe98f6a61b4999842d90bf49eb3
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Apr 7 14:27:12 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 9 11:49:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6a1e4d
dev-python/intervaltree: version bump 3.1.0, add py3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/intervaltree/Manifest | 1 +
dev-python/intervaltree/intervaltree-3.1.0.ebuild | 20 ++++++++++++++++++++
dev-python/intervaltree/metadata.xml | 1 +
3 files changed, 22 insertions(+)
diff --git a/dev-python/intervaltree/Manifest b/dev-python/intervaltree/Manifest
index 78fe9896dfd..92e8d788149 100644
--- a/dev-python/intervaltree/Manifest
+++ b/dev-python/intervaltree/Manifest
@@ -1 +1,2 @@
DIST intervaltree-3.0.2.tar.gz 30663 BLAKE2B b6d5e7a029e1d1aeec60eaf28c1e40707c655f0eca7ce889a9c0d85a9003ac262c3aa49c396b4c42ebf70bb63157e098addec69050d01ae42a6ba37ea76e1ea5 SHA512 51d6aa302c95c9a573bcf594de390037ec1a6d674061e6a0b4025fa889dfd0187e37bc0331f13d6703340973e4c539aa1349431b14c742de9d2050cbb53d8255
+DIST intervaltree-3.1.0.tar.gz 32861 BLAKE2B 311b7937526495ff0d5d85b4e6a01744d585714c119e6b128ae47740a50234bfe32395728e55c1c9d0670c92b4e815901dbf26c9a83bbe8271875967e9f11f1b SHA512 adb49726912ad6e9cf6c0985b4fb94df91b4ef54aa2eb327186d7f15bc992745d81654d49f1dd2ce95f7173683ba2a072787ef1e8b389cd9b7e23b9ae743906a
diff --git a/dev-python/intervaltree/intervaltree-3.1.0.ebuild b/dev-python/intervaltree/intervaltree-3.1.0.ebuild
new file mode 100644
index 00000000000..d35156f4c70
--- /dev/null
+++ b/dev-python/intervaltree/intervaltree-3.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Editable interval tree data structure for Python 2 and 3"
+HOMEPAGE="https://pypi.org/project/intervaltree/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
diff --git a/dev-python/intervaltree/metadata.xml b/dev-python/intervaltree/metadata.xml
index e0c886d5343..2399140a857 100644
--- a/dev-python/intervaltree/metadata.xml
+++ b/dev-python/intervaltree/metadata.xml
@@ -5,6 +5,7 @@
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">intervaltree</remote-id>
</upstream>
next reply other threads:[~2021-04-09 11:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 11:49 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/intervaltree/ Michał Górny
2024-05-17 18:40 Michał Górny
2023-11-24 15:22 Arthur Zamarin
2023-11-17 15:52 Andrew Ammerlaan
2023-07-06 12:08 Michał Górny
2023-05-29 4:54 Arthur Zamarin
2023-05-29 4:54 Arthur Zamarin
2023-05-29 4:54 Arthur Zamarin
2023-02-10 8:45 Yixun Lan
2022-05-20 18:01 Andrew Ammerlaan
2021-06-05 21:08 Michał Górny
2021-06-05 20:35 Sam James
2021-05-06 11:38 Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-20 8:46 Michał Górny
2019-12-22 22:40 Aaron Bauman
2017-04-01 12:10 David Seifert
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=1617968965.1c6a1e4d273fcfe98f6a61b4999842d90bf49eb3.juippis@gentoo \
--to=juippis@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