Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/instant/
Date: Fri, 25 Sep 2020 08:25:12
Message-Id: 1601022259.0348c55cb973ee222210ff98cd7fd3236bd827c7.chymera@gentoo
1 commit: 0348c55cb973ee222210ff98cd7fd3236bd827c7
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri Sep 25 08:24:19 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 25 08:24:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0348c55c
7
8 dev-python/instant: removed dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/instant/instant-1.4.0.ebuild | 20 --------------------
14 dev-python/instant/instant-2016.2.0.ebuild | 20 --------------------
15 dev-python/instant/instant-2017.1.0.ebuild | 20 --------------------
16 dev-python/instant/metadata.xml | 16 ----------------
17 4 files changed, 76 deletions(-)
18
19 diff --git a/dev-python/instant/instant-1.4.0.ebuild b/dev-python/instant/instant-1.4.0.ebuild
20 deleted file mode 100644
21 index d72f562a0..000000000
22 --- a/dev-python/instant/instant-1.4.0.ebuild
23 +++ /dev/null
24 @@ -1,20 +0,0 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -PYTHON_COMPAT=( python2_7 )
31 -
32 -inherit distutils-r1
33 -
34 -DESCRIPTION="Instant inlining of C and C++ code in Python"
35 -HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
36 -SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42 -
43 -DEPEND="dev-lang/swig"
44 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
45
46 diff --git a/dev-python/instant/instant-2016.2.0.ebuild b/dev-python/instant/instant-2016.2.0.ebuild
47 deleted file mode 100644
48 index d9ee9318b..000000000
49 --- a/dev-python/instant/instant-2016.2.0.ebuild
50 +++ /dev/null
51 @@ -1,20 +0,0 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=6
56 -
57 -PYTHON_COMPAT=( python2_7 )
58 -
59 -inherit distutils-r1
60 -
61 -DESCRIPTION="Instant inlining of C and C++ code in Python"
62 -HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
63 -SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
64 -
65 -LICENSE="GPL-2"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -IUSE=""
69 -
70 -DEPEND="dev-lang/swig"
71 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
72
73 diff --git a/dev-python/instant/instant-2017.1.0.ebuild b/dev-python/instant/instant-2017.1.0.ebuild
74 deleted file mode 100644
75 index 5e6cf2907..000000000
76 --- a/dev-python/instant/instant-2017.1.0.ebuild
77 +++ /dev/null
78 @@ -1,20 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Instant inlining of C and C++ code in Python"
89 -HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
90 -SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE=""
96 -
97 -DEPEND="dev-lang/swig"
98 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
99
100 diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml
101 deleted file mode 100644
102 index bd49e87a7..000000000
103 --- a/dev-python/instant/metadata.xml
104 +++ /dev/null
105 @@ -1,16 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 - <maintainer type="project">
110 - <email>sci@g.o</email>
111 - <name>Gentoo Science Project</name>
112 - </maintainer>
113 - <longdescription lang="en">
114 -Instant is a Python module that allows for instant inlining of C and C++
115 -code in Python. It is a small Python module built on top of SWIG and
116 -Distutils. It is part of the FEniCS Project (http://www.fenics.org)
117 -</longdescription>
118 - <upstream>
119 - <remote-id type="bitbucket">fenics-project/instant</remote-id>
120 - </upstream>
121 -</pkgmetadata>