Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tblib/
Date: Mon, 01 Apr 2019 17:52:55
Message-Id: 1554141003.dd16de248f5785bd9d46de99bf3b8957926a8de7.vdupras@gentoo
1 commit: dd16de248f5785bd9d46de99bf3b8957926a8de7
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 17:47:54 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 17:50:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd16de24
7
8 dev-python/tblib: add py37 compat
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/tblib/tblib-1.3.2-r1.ebuild | 20 ++++++++++++++++++++
14 1 file changed, 20 insertions(+)
15
16 diff --git a/dev-python/tblib/tblib-1.3.2-r1.ebuild b/dev-python/tblib/tblib-1.3.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..8f3c3c63755
19 --- /dev/null
20 +++ b/dev-python/tblib/tblib-1.3.2-r1.ebuild
21 @@ -0,0 +1,20 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="Traceback fiddling library for Python"
32 +HOMEPAGE="https://github.com/ionelmc/python-tblib"
33 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="BSD"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 +IUSE=""
39 +
40 +RDEPEND=""
41 +DEPEND="${RDEPEND}"