From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/serpent/
Date: Mon, 19 Oct 2015 16:29:37 +0000 (UTC) [thread overview]
Message-ID: <1445272151.3ee7bff4696dc78534eecb2ae36d901a194bf331.jlec@gentoo> (raw)
commit: 3ee7bff4696dc78534eecb2ae36d901a194bf331
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 16:14:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 16:29:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee7bff4
dev-python/serpent: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/serpent/serpent-1.11.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-python/serpent/serpent-1.11.ebuild b/dev-python/serpent/serpent-1.11.ebuild
index 483d33a..559ec68 100644
--- a/dev-python/serpent/serpent-1.11.ebuild
+++ b/dev-python/serpent/serpent-1.11.ebuild
@@ -3,15 +3,23 @@
# $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
DESCRIPTION="A simple serialization library based on ast.literal_eval"
-HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/"
+HOMEPAGE="https://pypi.python.org/pypi/serpent https://github.com/irmen/Serpent"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
+
+# not bundled
+RESTRICT="test"
+
+python_test() {
+ ${PYTHON} -bb test_serpent.py || die
+}
next reply other threads:[~2015-10-19 16:30 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 16:29 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-28 7:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/serpent/ Matt Thode
2016-03-02 11:44 Patrick Lauer
2016-03-15 14:34 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2017-03-16 8:00 Zac Medico
2017-03-16 9:18 Zac Medico
2017-05-02 19:15 Michał Górny
2017-09-03 1:04 Mike Gilbert
2017-12-02 20:55 Mike Gilbert
2017-12-28 12:29 Sergei Trofimovich
2017-12-28 14:03 Sergei Trofimovich
2019-04-09 7:05 Matthew Thode
2019-06-29 8:15 Michał Górny
2019-11-19 18:36 Matthew Thode
2020-01-27 7:22 Michał Górny
2020-02-06 5:59 Michał Górny
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-29 8:19 Michał Górny
2020-05-01 15:44 Michał Górny
2020-11-18 18:16 Louis Sautier
2020-12-21 19:43 Michał Górny
2020-12-21 20:35 Sam James
2020-12-21 20:38 Michał Górny
2021-05-07 10:52 Michał Górny
2021-05-10 7:24 Michał Górny
2021-06-14 22:18 Sam James
2021-06-14 22:30 Michał Górny
2022-06-26 16:52 Arthur Zamarin
2022-07-29 12:01 Arthur Zamarin
2022-07-29 12:54 Michał Górny
2022-10-17 6:09 Michał Górny
2023-06-06 6:13 Michał Górny
2023-11-24 15:56 Michał Górny
2024-06-19 15:43 Petr Vaněk
2025-02-27 21:03 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=1445272151.3ee7bff4696dc78534eecb2ae36d901a194bf331.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