From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/serpent/
Date: Wed, 18 Nov 2020 18:16:17 +0000 (UTC) [thread overview]
Message-ID: <1605723367.d2f0fee52fd6284cc9164d75a632b481598a48a0.sbraz@gentoo> (raw)
commit: d2f0fee52fd6284cc9164d75a632b481598a48a0
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Nov 15 07:34:34 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 18:16:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f0fee5
dev-python/serpent: version bump to 1.30.2, support PyPy3+Python 3.9
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18264
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/serpent/Manifest | 1 +
dev-python/serpent/serpent-1.30.2.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/serpent/Manifest b/dev-python/serpent/Manifest
index 18befa93c2c..b593b42dfc6 100644
--- a/dev-python/serpent/Manifest
+++ b/dev-python/serpent/Manifest
@@ -1 +1,2 @@
+DIST serpent-1.30.2.tar.gz 24182 BLAKE2B 9a7f492dbd06331e7e0b7c264fff2c0b184258565d43773eb75dcdd53b8d74df60995439060af0514904043528757201b8fcea4c9bfa56237efe77849abc582e SHA512 1cbc490deae3fb81c59abf74a98437e8c31f1ad88ce31a96c7ae48f344701dfcd67e973d2829cf793c405c6c1930cb7f15dec129c0a0e1b475286dd4f219ff99
DIST serpent-1.30.tar.gz 24046 BLAKE2B 8a803c9a47ffc9432eb6a48f78d5eb295ad477eef0c24a21c886aaca2cf4e63decf6b1f00d5f71528d867ecbe5789de0c2d19777d651d612f7378f3587a34ab8 SHA512 7ed44f21c9c3079f3423636bb833c49e3eebc89fa4cb6947b01f7cb6cf0161f7a0bf7e8508cef61d9a5475900e3c49d1e72e38cc24614ee99cac449e8b28b975
diff --git a/dev-python/serpent/serpent-1.30.2.ebuild b/dev-python/serpent/serpent-1.30.2.ebuild
new file mode 100644
index 00000000000..5e86cffd4c5
--- /dev/null
+++ b/dev-python/serpent/serpent-1.30.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple serialization library based on ast.literal_eval"
+HOMEPAGE="https://pypi.org/project/serpent/ https://github.com/irmen/Serpent"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+distutils_enable_tests setup.py
+
+BDEPEND="
+ test? (
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ )
+"
next reply other threads:[~2020-11-18 18:16 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-18 18:16 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/serpent/ Michał Górny
2025-02-27 21:03 Michał Górny
2024-06-19 15:43 Petr Vaněk
2023-11-24 15:56 Michał Górny
2023-06-06 6:13 Michał Górny
2022-10-17 6:09 Michał Górny
2022-07-29 12:54 Michał Górny
2022-07-29 12:01 Arthur Zamarin
2022-06-26 16:52 Arthur Zamarin
2021-06-14 22:30 Michał Górny
2021-06-14 22:18 Sam James
2021-05-10 7:24 Michał Górny
2021-05-07 10:52 Michał Górny
2020-12-21 20:38 Michał Górny
2020-12-21 20:35 Sam James
2020-12-21 19:43 Michał Górny
2020-05-01 15:44 Michał Górny
2020-03-29 8:19 Michał Górny
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-02-06 5:59 Michał Górny
2020-01-27 7:22 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-06-29 8:15 Michał Górny
2019-04-09 7:05 Matthew Thode
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-09-03 1:04 Mike Gilbert
2017-05-02 19:15 Michał Górny
2017-03-16 9:18 Zac Medico
2017-03-16 8:00 Zac Medico
2016-03-15 15:27 Agostino Sarubbo
2016-03-15 14:34 Agostino Sarubbo
2016-03-02 11:44 Patrick Lauer
2016-02-28 7:32 Matt Thode
2015-10-19 16:29 Justin Lecher
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=1605723367.d2f0fee52fd6284cc9164d75a632b481598a48a0.sbraz@gentoo \
--to=sbraz@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