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/meshpy/
Date: Sat, 26 Sep 2020 08:25:57
Message-Id: 1601108746.46bc882465e49399fb4955809e9d4549c44d17d0.chymera@gentoo
1 commit: 46bc882465e49399fb4955809e9d4549c44d17d0
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 08:25:46 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 08:25:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=46bc8824
7
8 dev-python/meshpy: removed old version, updated KEYWORDS
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/meshpy/meshpy-2013.1.2.ebuild | 38 --------------------------------
14 dev-python/meshpy/meshpy-2014.1.ebuild | 10 ++++-----
15 2 files changed, 5 insertions(+), 43 deletions(-)
16
17 diff --git a/dev-python/meshpy/meshpy-2013.1.2.ebuild b/dev-python/meshpy/meshpy-2013.1.2.ebuild
18 deleted file mode 100644
19 index c5e501f4b..000000000
20 --- a/dev-python/meshpy/meshpy-2013.1.2.ebuild
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit distutils-r1
31 -
32 -MY_PN="MeshPy"
33 -
34 -DESCRIPTION="Quality triangular and tetrahedral mesh generation for Python"
35 -HOMEPAGE="http://mathema.tician.de/software/meshpy http://pypi.python.org/pypi/MeshPy"
36 -SRC_URI="mirror://pypi/M/${MY_PN}/${MY_PN}-${PV}.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42 -
43 -RDEPEND="
44 - dev-libs/boost[python,${PYTHON_USEDEP}]
45 - dev-python/pyvtk[${PYTHON_USEDEP}]"
46 -DEPEND="${RDEPEND}
47 - dev-python/setuptools[${PYTHON_USEDEP}]"
48 -
49 -S="${WORKDIR}/${MY_PN}-${PV}"
50 -
51 -python_prepare_all() {
52 - sed 's: delay = 10: delay = 1:g' -i aksetup_helper.py || die
53 - distutils-r1_python_prepare_all
54 -}
55 -
56 -python_compile() {
57 - mkdir "${BUILD_DIR}" || die
58 - echo "BOOST_PYTHON_LIBNAME = [\'boost_${EPYTHON}-mt\']">> "${BUILD_DIR}"/siteconf.py
59 - distutils-r1_python_compile
60 -}
61
62 diff --git a/dev-python/meshpy/meshpy-2014.1.ebuild b/dev-python/meshpy/meshpy-2014.1.ebuild
63 index 790c10023..c46c8398a 100644
64 --- a/dev-python/meshpy/meshpy-2014.1.ebuild
65 +++ b/dev-python/meshpy/meshpy-2014.1.ebuild
66 @@ -1,21 +1,21 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2020 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 -EAPI=6
72 +EAPI=7
73
74 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
75 +PYTHON_COMPAT=( python3_6 )
76
77 inherit distutils-r1
78
79 MY_PN="MeshPy"
80
81 DESCRIPTION="Quality triangular and tetrahedral mesh generation for Python"
82 -HOMEPAGE="http://mathema.tician.de/software/meshpy http://pypi.python.org/pypi/MeshPy"
83 +HOMEPAGE="https://mathema.tician.de/software/meshpy https://pypi.python.org/pypi/MeshPy"
84 SRC_URI="mirror://pypi/M/${MY_PN}/${MY_PN}-${PV}.tar.gz"
85
86 LICENSE="MIT"
87 SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 +KEYWORDS="~amd64"
90 IUSE="test"
91
92 RDEPEND="