From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/six/
Date: Sun, 11 Oct 2015 07:05:32 +0000 (UTC) [thread overview]
Message-ID: <1444547116.c9262291241db06affbf287a661f1a3accc685b6.jlec@gentoo> (raw)
commit: c9262291241db06affbf287a661f1a3accc685b6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 19:51:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:05:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9262291
dev-python/six: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/six/Manifest | 1 +
dev-python/six/{six-9999.ebuild => six-1.10.0.ebuild} | 13 ++++++++-----
dev-python/six/six-9999.ebuild | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-python/six/Manifest b/dev-python/six/Manifest
index db42ca0..e8a200a 100644
--- a/dev-python/six/Manifest
+++ b/dev-python/six/Manifest
@@ -1,3 +1,4 @@
+DIST six-1.10.0.tar.gz 29630 SHA256 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a SHA512 9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e WHIRLPOOL aad2fc7438b0df029bf477a783161dc169795c355be1281f1fe7aa4eb959eae5abf3bc96d097a221e0e5ad0b0494c29025bbe99bc28ff0c29ae1776e8691a70a
DIST six-1.3.0.tar.gz 17701 SHA256 d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852 SHA512 e8974d4bf62325f98e301e68c237489ca39cfa9ed1066f1cdfa34e18d20d0baf788cb515e44f00f1c823f9f923d2b30f63443dbc5df8c934b1a69b8c68210130 WHIRLPOOL bd259a4e2cd0ae2629a8998a01641874266928d6fe3e65669198a9706cd4f90579902196680932b5c9207db1005376ae8b4cbc7b63f30afabe8993e719df9a5e
DIST six-1.6.1.tar.gz 24792 SHA256 d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d SHA512 bd925295964696dc8632eb0b9d6632f25d4b461fefceb470d2bb537e98b0db9dddf9c2abb363657451b950572e91f1ab5973d12739781823f9b845abe5061057 WHIRLPOOL 54ee9309a0433231530962e64f19246cda75b36c191f6b567ccef4bb4c4cd631785d0641bc958b1cf360bc3eedcbc5bb268bc9ddf645b68c5c54bc80e184b3bc
DIST six-1.8.0.tar.gz 26925 SHA256 047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830 SHA512 e705c0213396d1220f02f2c6f724ddb9d95eefc38459b6d9bc547be859303bd404969965416f7d1614d2eab416d647d0b53502414cdc46bcb597675cf509b9ff WHIRLPOOL 1a84ecd8635e93f104447b78a6beb577639a5eebef79af40fd8c8e9796ae35c1f49dea64546f46ec31e5589c86c4b36c9fc2e28226e0c9540aabd49ebcf7bf07
diff --git a/dev-python/six/six-9999.ebuild b/dev-python/six/six-1.10.0.ebuild
similarity index 61%
copy from dev-python/six/six-9999.ebuild
copy to dev-python/six/six-1.10.0.ebuild
index 19dd737..49d12e0 100644
--- a/dev-python/six/six-9999.ebuild
+++ b/dev-python/six/six-1.10.0.ebuild
@@ -6,22 +6,25 @@ EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
-inherit distutils-r1 mercurial
+inherit distutils-r1
DESCRIPTION="Python 2 and 3 compatibility library"
HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/gutworth/six"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+ test? ( >=dev-python/pytest-2.2.0[${PYTHON_USEDEP}] )"
+
+PATCHES=(
+ "${FILESDIR}"/1.9.0-mapping.patch
+ )
python_compile_all() {
use doc && emake -C documentation html
diff --git a/dev-python/six/six-9999.ebuild b/dev-python/six/six-9999.ebuild
index 19dd737..1807e5e 100644
--- a/dev-python/six/six-9999.ebuild
+++ b/dev-python/six/six-9999.ebuild
@@ -21,7 +21,7 @@ IUSE="doc test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+ test? ( >=dev-python/pytest-2.2.0[${PYTHON_USEDEP}] )"
python_compile_all() {
use doc && emake -C documentation html
next reply other threads:[~2015-10-11 7:05 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-11 7:05 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-11 8:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/six/ Dirkjan Ochtman
2015-10-11 11:25 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-11-02 13:09 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-19 10:25 Agostino Sarubbo
2015-11-20 11:29 Justin Lecher
2015-11-22 5:38 Jeroen Roovers
2015-11-22 8:38 Markus Meier
2015-11-30 7:24 Justin Lecher
2015-12-07 15:48 Mike Gilbert
2015-12-07 16:56 Mike Gilbert
2015-12-07 18:15 Mike Gilbert
2015-12-08 16:33 Mike Gilbert
2015-12-28 16:28 Mike Gilbert
2016-01-26 19:09 Justin Lecher
2016-01-26 20:10 Mike Gilbert
2016-01-27 4:17 Mike Gilbert
2016-01-27 14:11 Mike Gilbert
2016-03-11 2:33 Mike Gilbert
2016-06-09 16:18 Mike Gilbert
2016-09-23 20:15 Tim Harder
2016-09-24 22:39 Mike Gilbert
2016-10-03 15:33 Mike Gilbert
2017-01-29 17:28 Fabian Groffen
2017-01-31 4:44 Mike Gilbert
2017-03-09 15:54 Michael Haubenwallner
2017-03-16 8:16 Michael Weber
2017-10-01 11:39 Tim Harder
2017-10-01 11:39 Tim Harder
2018-01-11 19:43 Mike Frysinger
2018-12-10 13:19 Michał Górny
2019-11-06 7:26 Michał Górny
2019-11-16 11:02 Michał Górny
2020-01-16 4:39 Michał Górny
2020-03-25 12:23 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 15:27 Agostino Sarubbo
2020-03-29 8:19 Michał Górny
2020-03-29 8:19 Michał Górny
2020-05-14 11:57 Michał Górny
2020-05-22 4:46 Michał Górny
2020-05-25 16:16 Michał Górny
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:41 Agostino Sarubbo
2020-07-16 18:01 Sam James
2020-07-16 18:01 Sam James
2020-09-20 14:56 Michał Górny
2020-09-26 15:50 Michał Górny
2020-09-26 15:50 Michał Górny
2020-09-26 15:50 Michał Górny
2021-01-06 22:30 Fabian Groffen
2021-05-05 17:05 Michał Górny
2021-05-05 17:05 Michał Górny
2021-05-06 8:21 Michał Górny
2021-06-05 20:35 Sam James
2021-06-05 21:20 Michał Górny
2022-05-09 15:01 Michał Górny
2022-05-09 20:38 Michał Górny
2022-06-10 3:09 Sam James
2022-06-10 4:18 Michał Górny
2023-05-23 15:42 Michał Górny
2024-05-08 18:31 Michał Górny
2024-10-14 12:42 Michał Górny
2024-12-05 5:39 Michał Górny
2024-12-21 11:31 Michał Górny
2024-12-21 11:34 Michał Górny
2025-02-15 7:12 Michał Górny
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=1444547116.c9262291241db06affbf287a661f1a3accc685b6.jlec@gentoo \
--to=jlec@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