Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfeyn/
Date: Mon, 29 Jan 2018 12:53:12
Message-Id: 1517230370.3c52686e73afe289f971bf0d1731ae5a09b6b9bf.grozin@gentoo
1 commit: 3c52686e73afe289f971bf0d1731ae5a09b6b9bf
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 12:52:50 2018 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 12:52:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c52686e
7
8 dev-python/pyfeyn: add python3_6
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild b/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild
16 new file mode 100644
17 index 00000000000..b99a85fe104
18 --- /dev/null
19 +++ b/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=5
25 +PYTHON_COMPAT=( python3_{4,5,6} )
26 +
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="Python package for drawing Feynman diagrams"
30 +HOMEPAGE="http://pyfeyn.hepforge.org/ https://pypi.python.org/pypi/pyfeyn/"
31 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="GPL-2+"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE="latex"
37 +
38 +DEPEND=""
39 +RDEPEND=">=dev-python/pyx-0.14[${PYTHON_USEDEP}]
40 + latex? ( || ( dev-texlive/texlive-mathscience dev-texlive/texlive-science ) )"
41 +
42 +PATCHES=( "${FILESDIR}"/${P}.patch )