Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits/
Date: Fri, 01 Jan 2021 01:56:03
Message-Id: 1609466151.fd3a4b271654eeb5cb7e9c078125a1f81cf3708d.mgorny@gentoo
1 commit: fd3a4b271654eeb5cb7e9c078125a1f81cf3708d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:51:52 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:55:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3a4b27
7
8 sci-libs/scikits: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/scikits/scikits-0.1-r1.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/sci-libs/scikits/scikits-0.1-r1.ebuild b/sci-libs/scikits/scikits-0.1-r1.ebuild
16 deleted file mode 100644
17 index cc7e7689164..00000000000
18 --- a/sci-libs/scikits/scikits-0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_6 )
27 -
28 -inherit python-r1
29 -
30 -DESCRIPTION="Common files for python scikits"
31 -HOMEPAGE="http://projects.scipy.org/scipy/scikits"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}.example/${PN}.example-${PV}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -IUSE="examples"
38 -
39 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 -
41 -RDEPEND="${PYTHON_DEPS}"
42 -DEPEND="${DEPEND}"
43 -
44 -S="${WORKDIR}"
45 -
46 -src_install() {
47 - python_moduleinto scikits
48 - python_foreach_impl python_domodule scikits.example*/scikits/__init__.py
49 -
50 - if use examples; then
51 - insinto /usr/share/doc/${PF}/examples
52 - doins -r scikits.example*/*
53 - fi
54 -}