public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/
@ 2023-05-16  7:07 YiFei Zhu
  0 siblings, 0 replies; 5+ messages in thread
From: YiFei Zhu @ 2023-05-16  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     99eb896e3bbda23ce4191170ee2213287754b6e2
Author:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Tue May 16 06:56:50 2023 +0000
Commit:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
CommitDate: Tue May 16 07:07:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99eb896e

dev-python/guppy3: new package, add 3.1.3

Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>

 dev-python/guppy3/Manifest            |  1 +
 dev-python/guppy3/guppy3-3.1.3.ebuild | 22 ++++++++++++++++++++++
 dev-python/guppy3/metadata.xml        | 18 ++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/guppy3/Manifest b/dev-python/guppy3/Manifest
new file mode 100644
index 000000000..c386a307c
--- /dev/null
+++ b/dev-python/guppy3/Manifest
@@ -0,0 +1 @@
+DIST guppy3-3.1.3.tar.gz 343281 BLAKE2B cbc17a26dff0c9f217843575054aed4925461e3525f1f3785aa535fc125d7455b155dc69755edce9b7b6b43e04b18b685051644dee12935a8af8bba384da0e0d SHA512 f35219ecea5fa20edf3f064109b16ea3b022fea666415751000329fb35726759a697b79efe6a93c29d1a422a57c6dbb881bb313e267a569b621fef6cb0971c68

diff --git a/dev-python/guppy3/guppy3-3.1.3.ebuild b/dev-python/guppy3/guppy3-3.1.3.ebuild
new file mode 100644
index 000000000..8f4ec8277
--- /dev/null
+++ b/dev-python/guppy3/guppy3-3.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python Programming Environment & Heap analysis toolset"
+HOMEPAGE="
+	https://pypi.org/project/guppy3/
+	https://zhuyifei1999.github.io/guppy3/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+python_test() {
+	"${EPYTHON}" guppy/heapy/test/test_all.py || die "tests failed"
+}

diff --git a/dev-python/guppy3/metadata.xml b/dev-python/guppy3/metadata.xml
new file mode 100644
index 000000000..45cae801e
--- /dev/null
+++ b/dev-python/guppy3/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zhuyifei1999@gmail.com</email>
+		<name>YiFei Zhu</name>
+	</maintainer>
+	<longdescription lang="en">Guppy 3 is a programming environment providing object and heap memory
+		sizing, profiling and analysis. It includes a prototypical
+		specification language that can be used to formally specify aspects of
+		Python programs and generate tests and documentation from a common
+		source.</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/zhuyifei1999/guppy3/issues</bugs-to>
+		<remote-id type="pypi">guppy3</remote-id>
+		<remote-id type="github">zhuyifei1999/guppy3</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/
@ 2023-05-20  7:50 YiFei Zhu
  0 siblings, 0 replies; 5+ messages in thread
From: YiFei Zhu @ 2023-05-20  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4125085392bb7da8d1ceb802d61abf98c16e3ba2
Author:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Sat May 20 07:49:05 2023 +0000
Commit:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
CommitDate: Sat May 20 07:50:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41250853

dev-python/guppy3: set DISTUTILS_EXT=1

Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>

 dev-python/guppy3/guppy3-3.1.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/guppy3/guppy3-3.1.3.ebuild b/dev-python/guppy3/guppy3-3.1.3.ebuild
index 8f4ec8277..5b4ce183d 100644
--- a/dev-python/guppy3/guppy3-3.1.3.ebuild
+++ b/dev-python/guppy3/guppy3-3.1.3.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
 inherit distutils-r1 pypi
 
 DESCRIPTION="A Python Programming Environment & Heap analysis toolset"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/
@ 2023-05-20 18:11 YiFei Zhu
  0 siblings, 0 replies; 5+ messages in thread
From: YiFei Zhu @ 2023-05-20 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9dad0b2b5daeaa25f1545b1c088dbfc96a51d7e6
Author:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Sat May 20 18:06:28 2023 +0000
Commit:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
CommitDate: Sat May 20 18:10:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dad0b2b

dev-python/guppy3: fix test to cd to "${T}" first

Doesn't seem necessary at first but according to the guide [1] it
could cause troubles if it's not enabled. Bugs have been observed
in upsteam CI indeed when Python sees two copies of the source [2].

[1] https://projects.gentoo.org/python/guide/test.html#importerrors-for-c-extensions
[2] https://github.com/zhuyifei1999/guppy3/issues/37

Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>

 dev-python/guppy3/guppy3-3.1.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/guppy3/guppy3-3.1.3.ebuild b/dev-python/guppy3/guppy3-3.1.3.ebuild
index 5b4ce183d..cadaab1a5 100644
--- a/dev-python/guppy3/guppy3-3.1.3.ebuild
+++ b/dev-python/guppy3/guppy3-3.1.3.ebuild
@@ -19,5 +19,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 python_test() {
-	"${EPYTHON}" guppy/heapy/test/test_all.py || die "tests failed"
+	cd "${T}" || die
+	"${EPYTHON}" "${S}"/guppy/heapy/test/test_all.py || die
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/
@ 2023-10-20 14:46 YiFei Zhu
  0 siblings, 0 replies; 5+ messages in thread
From: YiFei Zhu @ 2023-10-20 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4866421356a469a400052a5d9af38770192402f8
Author:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Fri Oct 20 14:42:26 2023 +0000
Commit:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
CommitDate: Fri Oct 20 14:42:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48664213

dev-python/guppy3: add 3.1.4

Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>

 dev-python/guppy3/Manifest            |  1 +
 dev-python/guppy3/guppy3-3.1.4.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/guppy3/Manifest b/dev-python/guppy3/Manifest
index c386a307c1..9cc3512a93 100644
--- a/dev-python/guppy3/Manifest
+++ b/dev-python/guppy3/Manifest
@@ -1 +1,2 @@
 DIST guppy3-3.1.3.tar.gz 343281 BLAKE2B cbc17a26dff0c9f217843575054aed4925461e3525f1f3785aa535fc125d7455b155dc69755edce9b7b6b43e04b18b685051644dee12935a8af8bba384da0e0d SHA512 f35219ecea5fa20edf3f064109b16ea3b022fea666415751000329fb35726759a697b79efe6a93c29d1a422a57c6dbb881bb313e267a569b621fef6cb0971c68
+DIST guppy3-3.1.4.tar.gz 344051 BLAKE2B 1578ad1d467e3492e6d6ce4142b18670e7e4357c4ca24237b41b478069504a48ff36c9c14af67c8164396a7b2797c0d14d9884de9e251f00fc89e3f2b14e572b SHA512 6f551989ab296d974cf372c8ccfdc7768e17eed35d25e4b14e95a66c35d2ecb6813bad1158ad0b005c730216d33b87d71833cfa9048d9f349851444f39782b9c

diff --git a/dev-python/guppy3/guppy3-3.1.4.ebuild b/dev-python/guppy3/guppy3-3.1.4.ebuild
new file mode 100644
index 0000000000..5d4719b641
--- /dev/null
+++ b/dev-python/guppy3/guppy3-3.1.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python Programming Environment & Heap analysis toolset"
+HOMEPAGE="
+	https://pypi.org/project/guppy3/
+	https://zhuyifei1999.github.io/guppy3/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+python_test() {
+	cd "${T}" || die
+	"${EPYTHON}" "${S}"/guppy/heapy/test/test_all.py || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/
  2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-04-13 21:31 ` Julien Roy
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-04-13 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     574318f8db13d01b8ee2776b33c3b2144fc53274
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 21:07:10 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 21:07:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=574318f8

dev-python/guppy3: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/guppy3/guppy3-3.1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/guppy3/guppy3-3.1.3-r1.ebuild b/dev-python/guppy3/guppy3-3.1.3-r1.ebuild
index fc30482583..6167d85612 100644
--- a/dev-python/guppy3/guppy3-3.1.3-r1.ebuild
+++ b/dev-python/guppy3/guppy3-3.1.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_EXT=1
 inherit distutils-r1 pypi


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

end of thread, other threads:[~2024-04-13 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-20 18:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/ YiFei Zhu
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-10-20 14:46 YiFei Zhu
2023-05-20  7:50 YiFei Zhu
2023-05-16  7:07 YiFei Zhu

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