From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/
Date: Mon, 19 Oct 2015 12:48:00 +0000 (UTC) [thread overview]
Message-ID: <1445258876.a6a30c1612ed3bded7f074a56f20b0c6c4e4b45a.jlec@gentoo> (raw)
commit: a6a30c1612ed3bded7f074a56f20b0c6c4e4b45a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 12:33:39 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 12:47:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a30c16
dev-python/configobj: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/configobj/configobj-5.0.6.ebuild | 9 ++++++---
dev-python/configobj/metadata.xml | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild
index 7b15b62..c58c7ad 100644
--- a/dev-python/configobj/configobj-5.0.6.ebuild
+++ b/dev-python/configobj/configobj-5.0.6.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1
@@ -19,8 +20,10 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
python_prepare_all() {
# Not to install un-needed _version.py
- sed -e "/^MODULES =/s/, '_version'//" -i setup.py
- sed -e "s/^from _version import __version__$/__version__ = '${PV}'/" -i configobj.py
+ sed -e "/^MODULES =/s/, '_version'//" -i setup.py || die
+ sed \
+ -e "s/^from _version import __version__$/__version__ = '${PV}'/" \
+ -i configobj.py || die
distutils-r1_python_prepare_all
}
diff --git a/dev-python/configobj/metadata.xml b/dev-python/configobj/metadata.xml
index 3b31e82..a1a4091 100644
--- a/dev-python/configobj/metadata.xml
+++ b/dev-python/configobj/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
next reply other threads:[~2015-10-19 12:48 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 12:48 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-17 16:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/ Agostino Sarubbo
2017-01-20 11:05 Agostino Sarubbo
2017-03-08 18:37 Michał Górny
2017-08-28 20:44 Alexis Ballier
2017-10-18 15:26 Sergei Trofimovich
2018-02-05 21:54 Michał Górny
2019-05-16 16:00 Matthew Thode
2020-04-18 17:55 Craig Andrews
2020-07-04 21:55 Mart Raudsepp
2020-07-30 6:03 Michał Górny
2020-08-06 2:40 Sam James
2020-08-06 15:42 Michał Górny
2020-11-29 17:08 Sergei Trofimovich
2020-11-29 17:11 Sergei Trofimovich
2020-11-29 17:17 Sergei Trofimovich
2020-12-02 10:24 Sam James
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 23:32 Sam James
2020-12-02 23:33 Sam James
2020-12-02 23:33 Sam James
2021-05-07 10:33 Michał Górny
2021-08-04 14:33 Yixun Lan
2022-01-29 12:21 Michał Górny
2022-03-15 11:08 Jakov Smolić
2022-03-15 11:18 Michał Górny
2022-05-12 19:21 Arthur Zamarin
2022-07-03 2:40 Sam James
2022-12-17 6:40 WANG Xuerui
2023-01-19 6:08 Michał Górny
2023-01-19 6:08 Michał Górny
2023-02-20 19:09 Arthur Zamarin
2023-05-27 19:32 Arthur Zamarin
2024-05-18 15:56 Michał Górny
2024-09-22 2:28 Michał Górny
2024-09-22 4:50 Sam James
2024-09-22 10:28 Michał Górny
2025-05-27 12:33 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=1445258876.a6a30c1612ed3bded7f074a56f20b0c6c4e4b45a.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