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: Sun, 08 Mar 2020 12:14:59
Message-Id: 1583669688.27c6e40a28e88732d1ec694b4ec38b890f7f4ff7.grozin@gentoo
1 commit: 27c6e40a28e88732d1ec694b4ec38b890f7f4ff7
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 12:01:33 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 12:14:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c6e40a
7
8 dev-python/pyfeyn: clean old
9
10 Package-Manager: Portage-2.3.92, Repoman-2.3.20
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild b/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild
17 deleted file mode 100644
18 index bcab0f9e7d4..00000000000
19 --- a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -PYTHON_COMPAT=( python3_6 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Python package for drawing Feynman diagrams"
31 -HOMEPAGE="http://pyfeyn.hepforge.org/ https://pypi.org/project/pyfeyn/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="latex"
38 -
39 -DEPEND=""
40 -RDEPEND=">=dev-python/pyx-0.14[${PYTHON_USEDEP}]
41 - latex? ( dev-texlive/texlive-mathscience )"
42 -
43 -PATCHES=( "${FILESDIR}"/${P}.patch )