public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/isosurfaces/
@ 2022-11-14  0:04 Mårten Wadenbäck
  0 siblings, 0 replies; 4+ messages in thread
From: Mårten Wadenbäck @ 2022-11-14  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d4cf91369e026623b27246e9ea09ff03f6513320
Author:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
AuthorDate: Mon Nov 14 00:04:36 2022 +0000
Commit:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
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 <spamfilter-1 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <!-- maintainer-needed -->
+  <upstream>
+    <remote-id type="github">jared-hughes/isosurfaces</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/isosurfaces/
@ 2022-11-17 21:44 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-11-17 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1aa3efa1f9339fb588601b5d964db0cfa81fa0f7
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 17 21:34:58 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 17 21:35:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1aa3efa1

dev-python/isosurfaces: there are no tests duh

Closes: https://bugs.gentoo.org/881615
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/isosurfaces/Manifest                 |  2 +-
 dev-python/isosurfaces/isosurfaces-0.1.0.ebuild | 16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-python/isosurfaces/Manifest b/dev-python/isosurfaces/Manifest
index b4c6ce78a..201298e86 100644
--- a/dev-python/isosurfaces/Manifest
+++ b/dev-python/isosurfaces/Manifest
@@ -1 +1 @@
-DIST isosurfaces-0.1.0.tar.gz 53734 BLAKE2B d99b9c54b38031ea8b902d9626212ea63b000d9a23203266edd360142e5fbd36c36006ad5bb153eba17e5f4de7b48980030460ffa0f255ddcb2abdd1e5432d4f SHA512 0331d626dae0f1fd71ce9d9a559aa27d223ebf58c04564dd98b747cb81e6ee259696495c6deb7c6b47cd812647b505c3101486ee704bd9b69656396a6aac23a5
+DIST isosurfaces-0.1.0.gh.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
index 38a729bb4..5b99f7da2 100644
--- a/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild
+++ b/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild
@@ -4,20 +4,18 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{8..11} )
 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"
+HOMEPAGE="
+	https://pypi.org/project/isosurfaces/
+	https://github.com/jared-hughes/isosurfaces
+"
+SRC_URI="https://github.com/jared-hughes/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
-	dev-python/numpy
-"
-BDEPEND=""
-
-distutils_enable_tests pytest
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/isosurfaces/
@ 2022-11-17 22:32 Henri Gasc
  0 siblings, 0 replies; 4+ messages in thread
From: Henri Gasc @ 2022-11-17 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d430c4d797016e9e1dc960663f365f474d53fd99
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Thu Nov 17 22:30:35 2022 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Thu Nov 17 22:30:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d430c4d7

dev-python/isosurfaces: add pypi upstream metadata

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/isosurfaces/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/isosurfaces/metadata.xml b/dev-python/isosurfaces/metadata.xml
index eec246399..8e4f252d7 100644
--- a/dev-python/isosurfaces/metadata.xml
+++ b/dev-python/isosurfaces/metadata.xml
@@ -4,5 +4,6 @@
   <!-- maintainer-needed -->
   <upstream>
     <remote-id type="github">jared-hughes/isosurfaces</remote-id>
+    <remote-id type="pypi">isosurfaces</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/isosurfaces/
@ 2023-12-06  7:58 Henri Gasc
  0 siblings, 0 replies; 4+ messages in thread
From: Henri Gasc @ 2023-12-06  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5426109ead48a14944a3e41e1d317d4155a3d898
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec  4 15:08:47 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec  6 07:57:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5426109e

dev-python/isosurfaces: enable py3.12

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/isosurfaces/isosurfaces-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild b/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild
index df0ab1331b..6b0576f808 100644
--- a/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild
+++ b/dev-python/isosurfaces/isosurfaces-0.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-06  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06  7:58 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/isosurfaces/ Henri Gasc
  -- strict thread matches above, loose matches on Subject: below --
2022-11-17 22:32 Henri Gasc
2022-11-17 21:44 Anna Vyalkova
2022-11-14  0:04 Mårten Wadenbäck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox