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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAC2E158020 for ; Wed, 16 Nov 2022 10:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6223CE088C; Wed, 16 Nov 2022 10:19:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E485E088C for ; Wed, 16 Nov 2022 10:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56A34340F07 for ; Wed, 16 Nov 2022 10:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D87760 for ; Wed, 16 Nov 2022 10:19:13 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1668384276.d4cf91369e026623b27246e9ea09ff03f6513320.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/isosurfaces/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/isosurfaces/Manifest dev-python/isosurfaces/isosurfaces-0.1.0.ebuild dev-python/isosurfaces/metadata.xml X-VCS-Directories: dev-python/isosurfaces/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d4cf91369e026623b27246e9ea09ff03f6513320 X-VCS-Branch: master Date: Wed, 16 Nov 2022 10:19:13 +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: d4bfa8d7-d5fb-42d7-a426-6b5987d65342 X-Archives-Hash: 15358bab5d7492c33b14b6afb2e4b23f commit: d4cf91369e026623b27246e9ea09ff03f6513320 Author: Mårten Wadenbäck wadenback se> AuthorDate: Mon Nov 14 00:04:36 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Nov 14 00:04:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4cf9136 dev-python/isosurfaces: new package, add 0.1.0 Signed-off-by: Mårten Wadenbäck wadenback.se> dev-python/isosurfaces/Manifest | 1 + dev-python/isosurfaces/isosurfaces-0.1.0.ebuild | 23 +++++++++++++++++++++++ dev-python/isosurfaces/metadata.xml | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/isosurfaces/Manifest b/dev-python/isosurfaces/Manifest new file mode 100644 index 000000000..b4c6ce78a --- /dev/null +++ b/dev-python/isosurfaces/Manifest @@ -0,0 +1 @@ +DIST isosurfaces-0.1.0.tar.gz 53734 BLAKE2B d99b9c54b38031ea8b902d9626212ea63b000d9a23203266edd360142e5fbd36c36006ad5bb153eba17e5f4de7b48980030460ffa0f255ddcb2abdd1e5432d4f SHA512 0331d626dae0f1fd71ce9d9a559aa27d223ebf58c04564dd98b747cb81e6ee259696495c6deb7c6b47cd812647b505c3101486ee704bd9b69656396a6aac23a5 diff --git a/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild b/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild new file mode 100644 index 000000000..38a729bb4 --- /dev/null +++ b/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_10 ) +inherit distutils-r1 + +DESCRIPTION="Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function" +HOMEPAGE="https://pypi.org/project/isosurfaces/" +SRC_URI="https://github.com/jared-hughes/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/numpy +" +BDEPEND="" + +distutils_enable_tests pytest diff --git a/dev-python/isosurfaces/metadata.xml b/dev-python/isosurfaces/metadata.xml new file mode 100644 index 000000000..eec246399 --- /dev/null +++ b/dev-python/isosurfaces/metadata.xml @@ -0,0 +1,8 @@ + + + + + + jared-hughes/isosurfaces + +