From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAC81138350 for ; Sun, 8 Mar 2020 12:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA0EFE0897; Sun, 8 Mar 2020 12:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9485BE08D9 for ; Sun, 8 Mar 2020 12:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9534034F5C3 for ; Sun, 8 Mar 2020 12:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB2812B for ; Sun, 8 Mar 2020 12:14:56 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1583669688.27c6e40a28e88732d1ec694b4ec38b890f7f4ff7.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfeyn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild X-VCS-Directories: dev-python/pyfeyn/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 27c6e40a28e88732d1ec694b4ec38b890f7f4ff7 X-VCS-Branch: master Date: Sun, 8 Mar 2020 12:14:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5d1613e-221f-4fcc-81d1-762d08ae1108 X-Archives-Hash: 85a75911791f7b553d90527915458a4f commit: 27c6e40a28e88732d1ec694b4ec38b890f7f4ff7 Author: Andrey Grozin gentoo org> AuthorDate: Sun Mar 8 12:01:33 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Mar 8 12:14:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c6e40a dev-python/pyfeyn: clean old Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Andrey Grozin gentoo.org> dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild b/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild deleted file mode 100644 index bcab0f9e7d4..00000000000 --- a/dev-python/pyfeyn/pyfeyn-1.0.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python package for drawing Feynman diagrams" -HOMEPAGE="http://pyfeyn.hepforge.org/ https://pypi.org/project/pyfeyn/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="latex" - -DEPEND="" -RDEPEND=">=dev-python/pyx-0.14[${PYTHON_USEDEP}] - latex? ( dev-texlive/texlive-mathscience )" - -PATCHES=( "${FILESDIR}"/${P}.patch )