aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 04:25:46 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 04:25:46 -0400
commit46bc882465e49399fb4955809e9d4549c44d17d0 (patch)
tree61a88903a7d3995c455b04c4d559501ae8c06b5c
parentsys-cluster/empi: drop dead package (diff)
downloadsci-46bc8824.tar.gz
sci-46bc8824.tar.bz2
sci-46bc8824.zip
dev-python/meshpy: removed old version, updated KEYWORDS
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-python/meshpy/Manifest1
-rw-r--r--dev-python/meshpy/meshpy-2013.1.2.ebuild38
-rw-r--r--dev-python/meshpy/meshpy-2014.1.ebuild10
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-python/meshpy/Manifest b/dev-python/meshpy/Manifest
index d00662118..ec2e4a0c5 100644
--- a/dev-python/meshpy/Manifest
+++ b/dev-python/meshpy/Manifest
@@ -1,2 +1 @@
-DIST MeshPy-2013.1.2.tar.gz 1885753 BLAKE2B beb95592cc3013e4bb5dab23a02015eac2a6b679464e721e7a9b2b8f78f74421f113f7aea3de63d55ad50715807fcb919c83c0909442e537bd2c665f3d2f4505 SHA512 6004a609fc62ff44e5770a0d041da42eea1e185def5b1efca357d4cac3dcd34a7ccb5b0ca2d2f7fb4ba81bbc0251b8c998eb64bcff828f05cfc1a0a49385b9ae
DIST MeshPy-2014.1.tar.gz 1851120 BLAKE2B 1daac481c25b2605e485037842b89881d552e51e333a9cc2a52c02f0182167adda93e873eae5df4393cbeaaa3ba3ff7358267b95aa824c58bc2e800b71a4070e SHA512 d8d7823df60250382577f67bb5ffd3b6523c84729c013220eaddccfa4b227839c2e0ffb285f87e752cf0dc5292eb1e5c693d04139d2fb33a05877e0b2b1bcecc
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="