From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/natsort/
Date: Thu, 18 Feb 2016 21:21:00 +0000 (UTC) [thread overview]
Message-ID: <1455830405.90335207bcacbad303fb8deee71562fbce624f79.patrick@gentoo> (raw)
commit: 90335207bcacbad303fb8deee71562fbce624f79
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 21:19:50 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 21:20:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90335207
dev-python/natsort: Bump
Package-Manager: portage-2.2.27
dev-python/natsort/Manifest | 1 +
dev-python/natsort/natsort-4.0.4.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/natsort/Manifest b/dev-python/natsort/Manifest
index e2ebe21..e2f7794 100644
--- a/dev-python/natsort/Manifest
+++ b/dev-python/natsort/Manifest
@@ -1,2 +1,3 @@
DIST natsort-3.4.0.tar.gz 16113 SHA256 a58ea2410eedf587adda3f2a4ef93a820a99028b253b510c79ef5b4a11cd1dbb SHA512 5aa91f2cbdec3e97081cc7248e7d596437f5c0b53151eb59a95c161b35d331c80737f5ffe39c74a0233a0c20ffec7d244d9e70d6fb7263880270c8379c81bc44 WHIRLPOOL 792034fe0e266db6a508ddb9faf7a557a0e38aa8c3f10dec3c3debda917fe1f5c86f097199f42f83fe422fbbc6770c4d39adb1cff9a811fdd5dcad4dcec07002
DIST natsort-4.0.3.tar.gz 60736 SHA256 283bfc8ce4c4d03f0a04b8d1908c747eff858d3774161074eb5b052972263b9f SHA512 abefb9226888679649fd1f4441a5016bfcbb79cf215c7be887cf1f67976ca6701f0f35424bb4ad405e9376fe3f3c38740a6f249cd233b92d7275f94e483b0b4a WHIRLPOOL afb1c78f2909128ccdb6b68c1bb2d54f400c87a1b293a06a29126db3732f9baa1bfd16d40f45097a45a3fd6be87b73973da0f3da34ff58e8967092a642128ab8
+DIST natsort-4.0.4.tar.gz 63116 SHA256 c76ba3e85fba78f276ac06e4d47f2230d1070f9c19413b2a0bfe7de6af311839 SHA512 e1c00de6fec56aeda6dedb547edfb2f819d8c129feb938be9cee64cd106485d75b2af12316d73b6e79c90694b0d489ddbdc29635e3df9569466d062cabbed461 WHIRLPOOL b410156355c3b5c5e12a982f8703fbdc7fbe079a614edc7638354b238260e6a559adf8ebccab5b3b728410a2c21c8932cff851341f5274e7bdd12d3295d8c595
diff --git a/dev-python/natsort/natsort-4.0.4.ebuild b/dev-python/natsort/natsort-4.0.4.ebuild
new file mode 100644
index 0000000..e024ec7
--- /dev/null
+++ b/dev-python/natsort/natsort-4.0.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Natural sorting for Python"
+HOMEPAGE="https://pypi.python.org/pypi/natsort"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pathlib[${PYTHON_USEDEP}]
+ dev-python/pytest-cov[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
+ )"
+
+python_test() {
+ py.test || die "Tests failed under ${EPYTHON}"
+}
next reply other threads:[~2016-02-18 21:21 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 21:21 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/natsort/ Arthur Zamarin
2025-02-27 21:01 Michał Górny
2024-05-18 6:23 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-21 4:14 Michał Górny
2023-05-25 14:49 Michał Górny
2023-03-30 15:48 Michał Górny
2023-03-30 15:34 Arthur Zamarin
2023-03-03 5:53 Michał Górny
2023-02-28 5:06 Michał Górny
2022-12-26 7:10 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-10-03 6:42 Michał Górny
2022-10-02 19:33 Arthur Zamarin
2022-09-02 15:32 Arthur Zamarin
2022-05-16 14:17 Andrew Ammerlaan
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-01-31 7:53 Michał Górny
2022-01-20 14:24 Michał Górny
2022-01-20 9:46 Jakov Smolić
2022-01-10 20:47 Michał Górny
2022-01-10 20:05 Jakov Smolić
2021-12-15 16:12 Michał Górny
2021-12-11 19:10 Arthur Zamarin
2021-12-11 19:10 Arthur Zamarin
2021-12-10 17:39 Michał Górny
2021-12-10 11:46 Arthur Zamarin
2021-12-07 8:40 Joshua Kinard
2021-11-03 6:43 Michał Górny
2021-10-23 13:16 Sam James
2021-10-14 4:45 Sam James
2021-10-11 0:45 Sam James
2021-07-27 20:35 Sam James
2021-07-26 11:17 Sam James
2021-07-25 20:09 Sam James
2021-07-25 8:52 Agostino Sarubbo
2021-07-25 3:16 Matt Turner
2021-06-26 1:34 Sam James
2021-06-24 17:37 Sergei Trofimovich
2021-06-24 17:33 Sergei Trofimovich
2021-06-24 17:32 Sergei Trofimovich
2021-05-18 13:02 Michał Górny
2021-02-26 8:30 Michał Górny
2021-01-25 8:09 Michał Górny
2021-01-24 1:04 Sam James
2021-01-07 9:22 Michał Górny
2020-12-05 23:51 Sam James
2020-12-05 23:51 Sam James
2020-12-05 23:48 Sam James
2020-05-04 11:26 Michał Górny
2020-02-14 21:40 Sebastian Pipping
2017-06-14 13:52 Pacho Ramos
2017-05-02 16:41 Michał Górny
2017-01-21 18:54 Agostino Sarubbo
2016-09-03 17:21 Mike Gilbert
2015-08-24 15:41 Mikle Kolyada
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=1455830405.90335207bcacbad303fb8deee71562fbce624f79.patrick@gentoo \
--to=patrick@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