From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C06F138359 for ; Sat, 26 Sep 2020 08:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 088A2E07B3; Sat, 26 Sep 2020 08:25:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3905E07B3 for ; Sat, 26 Sep 2020 08:25:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEEFC335D46 for ; Sat, 26 Sep 2020 08:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A86F376 for ; Sat, 26 Sep 2020 08:25:53 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1601108746.46bc882465e49399fb4955809e9d4549c44d17d0.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/meshpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/meshpy/meshpy-2013.1.2.ebuild dev-python/meshpy/meshpy-2014.1.ebuild X-VCS-Directories: dev-python/meshpy/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 46bc882465e49399fb4955809e9d4549c44d17d0 X-VCS-Branch: master Date: Sat, 26 Sep 2020 08:25:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b35b5d4-fde5-4b45-b918-048ab447b5b0 X-Archives-Hash: 1d75ebd8e8430f60a89e39e13d63494b commit: 46bc882465e49399fb4955809e9d4549c44d17d0 Author: Horea Christian chymera eu> AuthorDate: Sat Sep 26 08:25:46 2020 +0000 Commit: Horea Christian gmail 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 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="