commit: 0348c55cb973ee222210ff98cd7fd3236bd827c7 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Fri Sep 25 08:24:19 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Fri Sep 25 08:24:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0348c55c
dev-python/instant: removed dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/instant/instant-1.4.0.ebuild | 20 -------------------- dev-python/instant/instant-2016.2.0.ebuild | 20 -------------------- dev-python/instant/instant-2017.1.0.ebuild | 20 -------------------- dev-python/instant/metadata.xml | 16 ---------------- 4 files changed, 76 deletions(-) diff --git a/dev-python/instant/instant-1.4.0.ebuild b/dev-python/instant/instant-1.4.0.ebuild deleted file mode 100644 index d72f562a0..000000000 --- a/dev-python/instant/instant-1.4.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Instant inlining of C and C++ code in Python" -HOMEPAGE="https://bitbucket.org/fenics-project/instant/" -SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-lang/swig" -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/dev-python/instant/instant-2016.2.0.ebuild b/dev-python/instant/instant-2016.2.0.ebuild deleted file mode 100644 index d9ee9318b..000000000 --- a/dev-python/instant/instant-2016.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Instant inlining of C and C++ code in Python" -HOMEPAGE="https://bitbucket.org/fenics-project/instant/" -SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-lang/swig" -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/dev-python/instant/instant-2017.1.0.ebuild b/dev-python/instant/instant-2017.1.0.ebuild deleted file mode 100644 index 5e6cf2907..000000000 --- a/dev-python/instant/instant-2017.1.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Instant inlining of C and C++ code in Python" -HOMEPAGE="https://bitbucket.org/fenics-project/instant/" -SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-lang/swig" -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml deleted file mode 100644 index bd49e87a7..000000000 --- a/dev-python/instant/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -Instant is a Python module that allows for instant inlining of C and C++ -code in Python. It is a small Python module built on top of SWIG and -Distutils. It is part of the FEniCS Project (http://www.fenics.org) -</longdescription> - <upstream> - <remote-id type="bitbucket">fenics-project/instant</remote-id> - </upstream> -</pkgmetadata>
