From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itsdangerous/
Date: Tue, 21 Aug 2018 02:11:07 +0000 (UTC) [thread overview]
Message-ID: <1534817395.51f7f84d475e17293c4990aebf082e6049bc892d.vdupras@gentoo> (raw)
commit: 51f7f84d475e17293c4990aebf082e6049bc892d
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 22:15:39 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 02:09:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f7f84d
dev-python/itsdangerous: add python 3.7 support
Package-Manager: Portage-2.3.47, Repoman-2.3.10
.../itsdangerous/itsdangerous-0.24-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild b/dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild
new file mode 100644
index 00000000000..6152888f346
--- /dev/null
+++ b/dev-python/itsdangerous/itsdangerous-0.24-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Various helpers to pass trusted data to untrusted environments and back"
+HOMEPAGE="https://pythonhosted.org/itsdangerous/ https://pypi.org/project/itsdangerous/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+# Required for running tests.py
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_test() {
+ if python_is_python3; then
+ 2to3 -f unicode -nw --no-diffs tests.py
+ fi
+ "${PYTHON}" tests.py || die "Tests failed under ${EPYTHON}"
+}
next reply other threads:[~2018-08-21 2:11 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-21 2:11 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/itsdangerous/ Michał Górny
2024-05-11 11:05 Michał Górny
2024-05-01 17:33 Michał Górny
2024-05-01 16:22 Sam James
2024-04-17 3:42 Michał Górny
2023-05-27 19:21 Arthur Zamarin
2022-05-12 20:31 Michał Górny
2022-05-12 20:31 Michał Górny
2022-04-26 16:56 Michał Górny
2022-04-26 16:43 Arthur Zamarin
2022-03-25 0:02 Michał Górny
2022-03-20 18:36 Michał Górny
2022-03-20 18:33 Arthur Zamarin
2022-03-09 18:26 Arthur Zamarin
2022-02-18 9:19 Michał Górny
2021-06-14 22:30 Michał Górny
2021-06-14 22:18 Sam James
2021-05-18 16:02 Michał Górny
2021-05-18 13:02 Michał Górny
2021-05-12 8:37 Michał Górny
2021-02-06 14:15 Sam James
2020-11-28 8:27 Sam James
2020-11-28 8:27 Sam James
2020-09-20 10:24 Michał Górny
2020-07-15 20:18 Sergei Trofimovich
2020-05-26 10:35 Michał Górny
2020-05-08 17:15 Agostino Sarubbo
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-11-22 17:50 Michał Górny
2018-08-30 15:48 Virgil Dupras
2018-04-29 7:35 Michał Górny
2018-01-28 20:41 Markus Meier
2017-12-24 13:38 Sergei Trofimovich
2017-02-13 7:37 Zac Medico
2015-12-17 15:14 Justin Lecher
2015-12-17 14:48 Justin Lecher
2015-12-17 14:48 Justin Lecher
2015-12-09 15:10 Justin Lecher
2015-08-28 7:29 Tim Harder
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=1534817395.51f7f84d475e17293c4990aebf082e6049bc892d.vdupras@gentoo \
--to=vdupras@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