commit:     46bc882465e49399fb4955809e9d4549c44d17d0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 08:25:46 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 08:25:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=46bc8824

dev-python/meshpy: removed old version, updated KEYWORDS

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/meshpy/meshpy-2013.1.2.ebuild | 38 --------------------------------
 dev-python/meshpy/meshpy-2014.1.ebuild   | 10 ++++-----
 2 files changed, 5 insertions(+), 43 deletions(-)

diff --git a/dev-python/meshpy/meshpy-2013.1.2.ebuild 
b/dev-python/meshpy/meshpy-2013.1.2.ebuild
deleted file mode 100644
index c5e501f4b..000000000
--- a/dev-python/meshpy/meshpy-2013.1.2.ebuild
+++ /dev/null
@@ -1,38 +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
-
-MY_PN="MeshPy"
-
-DESCRIPTION="Quality triangular and tetrahedral mesh generation for Python"
-HOMEPAGE="http://mathema.tician.de/software/meshpy 
http://pypi.python.org/pypi/MeshPy";
-SRC_URI="mirror://pypi/M/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-libs/boost[python,${PYTHON_USEDEP}]
-       dev-python/pyvtk[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_prepare_all() {
-       sed 's: delay = 10: delay = 1:g' -i aksetup_helper.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       mkdir "${BUILD_DIR}" || die
-       echo "BOOST_PYTHON_LIBNAME = [\'boost_${EPYTHON}-mt\']">> 
"${BUILD_DIR}"/siteconf.py
-       distutils-r1_python_compile
-}

diff --git a/dev-python/meshpy/meshpy-2014.1.ebuild 
b/dev-python/meshpy/meshpy-2014.1.ebuild
index 790c10023..c46c8398a 100644
--- a/dev-python/meshpy/meshpy-2014.1.ebuild
+++ b/dev-python/meshpy/meshpy-2014.1.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
 MY_PN="MeshPy"
 
 DESCRIPTION="Quality triangular and tetrahedral mesh generation for Python"
-HOMEPAGE="http://mathema.tician.de/software/meshpy 
http://pypi.python.org/pypi/MeshPy";
+HOMEPAGE="https://mathema.tician.de/software/meshpy 
https://pypi.python.org/pypi/MeshPy";
 SRC_URI="mirror://pypi/M/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="test"
 
 RDEPEND="

Reply via email to