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/sortedcontainers/
Date: Mon,  8 Jun 2020 16:55:37 +0000 (UTC)	[thread overview]
Message-ID: <1591635330.f166c547e384268fb76d916634df63eb990e4b40.mgorny@gentoo> (raw)

commit:     f166c547e384268fb76d916634df63eb990e4b40
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 16:10:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 16:55:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f166c547

dev-python/sortedcontainers: Bump to 2.2.2

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

 dev-python/sortedcontainers/Manifest               |  1 +
 .../sortedcontainers/sortedcontainers-2.2.2.ebuild | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest
index c9ed13d4b33..0c77b354fb4 100644
--- a/dev-python/sortedcontainers/Manifest
+++ b/dev-python/sortedcontainers/Manifest
@@ -1,2 +1,3 @@
 DIST python-sortedcontainers-2.1.0.gh.tar.gz 9220860 BLAKE2B a667fa817f0b240b8af9758d5d3942710cfe6a39109c41e6e66d0dd464b300d2201a679335e418442aaa6e1953e38a43b46c2bd6ce631b7c168d6173ca36998e SHA512 1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b
 DIST python-sortedcontainers-2.2.1.gh.tar.gz 9228694 BLAKE2B ccbcaf8ef1582c3229cfd82699b642c9cd86db69f68cca56d35fab05fe6b8bef5281af53eae3b697b1a8d7aaad9140d2f3de611eeb5774319a64ff9c5fc602be SHA512 d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29
+DIST python-sortedcontainers-2.2.2.gh.tar.gz 9228894 BLAKE2B 358a2028a00748c89046069ed7ff075350d4a93f98521b48a72ba466719fd8b1eaa023f4c9d93beec1538315518f7fcc8b5b02478b1506c65fafa3840081b668 SHA512 413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
new file mode 100644
index 00000000000..e70f737c3eb
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-2.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/
+	https://pypi.org/project/sortedcontainers/
+	https://github.com/grantjenks/python-sortedcontainers/"
+SRC_URI="
+	https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local -x PYTHONPATH=.
+	pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2020-06-08 16:55 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08 16:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-09 13:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcontainers/ Michał Górny
2023-05-23 16:23 Michał Górny
2022-06-10  4:18 Michał Górny
2022-06-10  3:09 Sam James
2022-05-09 20:38 Michał Górny
2022-05-09 15:01 Michał Górny
2022-05-09 15:01 Michał Górny
2021-08-21 22:15 James Le Cuirot
2021-06-24  8:20 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-05-17  7:36 Michał Górny
2021-05-05 17:05 Michał Górny
2020-12-31  8:54 Michał Górny
2020-12-31  1:20 Sam James
2020-11-28  8:27 Sam James
2020-11-09  8:14 Michał Górny
2020-09-20 15:38 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30  3:57 Sam James
2020-07-30  3:57 Sam James
2020-07-11 21:42 Sam James
2020-07-11 20:16 Georgy Yakovlev
2020-07-11 18:22 Georgy Yakovlev
2020-07-11  8:57 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-05  8:36 Sergei Trofimovich
2020-06-07  7:27 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-29 21:01 Michał Górny
2020-05-25 16:16 Michał Górny
2020-04-13 22:42 Sergei Trofimovich
2020-03-29  8:20 Michał Górny
2020-03-29  8:20 Michał Górny
2020-03-29  8:20 Michał Górny
2020-03-29  8:20 Michał Górny
2020-03-16 22:20 Mart Raudsepp
2020-03-16  4:10 Matt Turner
2020-03-14 18:13 Mikle Kolyada
2020-02-08 18:49 Sergei Trofimovich
2020-02-07 16:13 Agostino Sarubbo
2020-02-07 12:12 Agostino Sarubbo
2020-02-07 10:52 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2020-01-13 19:50 Sergei Trofimovich
2020-01-13  9:39 Michał Górny
2019-12-17  7:35 Michał Górny
2019-04-16  6:22 Matthew Thode
2017-09-28 13:42 Michael Palimaka
2017-09-08 20:53 Markus Meier
2017-08-28 18:23 Michał Górny
2017-07-31  9:33 Tobias Klausmann
2017-03-29  1:43 Brian Dolbec
2017-03-07  0:17 Sebastien Fabbro

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=1591635330.f166c547e384268fb76d916634df63eb990e4b40.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