public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/PythonQwt/
Date: Thu, 27 Jun 2024 13:47:35 +0000 (UTC)	[thread overview]
Message-ID: <1719496033.43a604d778a8b20f5b9b43da21d22276fe4fa960.davidroman@gentoo> (raw)

commit:     43a604d778a8b20f5b9b43da21d22276fe4fa960
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 27 13:47:13 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jun 27 13:47:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43a604d7

dev-python/PythonQwt: add 0.12.5

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/PythonQwt/Manifest                |  1 +
 dev-python/PythonQwt/PythonQwt-0.12.5.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest
index 55cc24a1a..f73f3eff1 100644
--- a/dev-python/PythonQwt/Manifest
+++ b/dev-python/PythonQwt/Manifest
@@ -1,2 +1,3 @@
 DIST PythonQwt-0.11.2.tar.gz 1216322 BLAKE2B cecc5cbcfc4266690692e2bd358dbcd9d6f949b64ffff38879b1df84b0e4c4a562ffac18ce436fd7ccdb3dbb43e77b9bc998e73d53855ab065b53363d3256ccc SHA512 1f5210943dec77fc72426a1da5db6b783ae9d27aa9f7f76c69e9a5d40e306b7bfde0f1a16990cbb622ab2f66289fd65e7d0887b5ac777389859c64e6ef372d69
 DIST PythonQwt-0.12.1.tar.gz 1216628 BLAKE2B 9428d3c8d0fe671c6182e4664d53ea684bf18e0bf7c8462fc56e669e7745f17064c890e37a75766f6165bfe381847c06f1d532eb524949445b0efe6ddd1486e9 SHA512 cdfe02c8db8a3d81af71412590f12a86779143bb8f3411bc442b23760fc6c51d1f0aac320c6418c9e32ef68abe706b952ed172f5f0bb39aca17427c8ecc34e07
+DIST pythonqwt-0.12.5.tar.gz 1217114 BLAKE2B 9b0a155772f19a32bc2fd17ef5232d3ce2f69e23ae807017515b0db9017db526b53ea4ca13f9101f9902d8d68261e30037ca424ac55d27fa7ee179101224a9a8 SHA512 6349f5f7ef721531c7272cc87f2c98e7ce841329b56b75431d99d30f1211d3dba521ccc8553ac6e25a3a7ce3daeb1e82f7af945bfdb32afcc27b87e9bc9d52b8

diff --git a/dev-python/PythonQwt/PythonQwt-0.12.5.ebuild b/dev-python/PythonQwt/PythonQwt-0.12.5.ebuild
new file mode 100644
index 000000000..c89a888e9
--- /dev/null
+++ b/dev-python/PythonQwt/PythonQwt-0.12.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Qt plotting widgets for Python"
+HOMEPAGE="https://pypi.org/project/PythonQwt"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# Test directory seems to contain demo instead
+RESTRICT="test"
+
+RDEPEND="
+	dev-python/PyQt5[${PYTHON_USEDEP},svg]
+	dev-python/numpy[${PYTHON_USEDEP}]
+"


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/PythonQwt/
Date: Fri, 28 Jun 2024 10:58:00 +0000 (UTC)	[thread overview]
Message-ID: <1719496033.43a604d778a8b20f5b9b43da21d22276fe4fa960.davidroman@gentoo> (raw)
Message-ID: <20240628105800.EOwdSfNy1V6pIFljsyJ-93LWNEpAZAaWh0X678oiuaY@z> (raw)

commit:     43a604d778a8b20f5b9b43da21d22276fe4fa960
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 27 13:47:13 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jun 27 13:47:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43a604d7

dev-python/PythonQwt: add 0.12.5

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/PythonQwt/Manifest                |  1 +
 dev-python/PythonQwt/PythonQwt-0.12.5.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest
index 55cc24a1a..f73f3eff1 100644
--- a/dev-python/PythonQwt/Manifest
+++ b/dev-python/PythonQwt/Manifest
@@ -1,2 +1,3 @@
 DIST PythonQwt-0.11.2.tar.gz 1216322 BLAKE2B cecc5cbcfc4266690692e2bd358dbcd9d6f949b64ffff38879b1df84b0e4c4a562ffac18ce436fd7ccdb3dbb43e77b9bc998e73d53855ab065b53363d3256ccc SHA512 1f5210943dec77fc72426a1da5db6b783ae9d27aa9f7f76c69e9a5d40e306b7bfde0f1a16990cbb622ab2f66289fd65e7d0887b5ac777389859c64e6ef372d69
 DIST PythonQwt-0.12.1.tar.gz 1216628 BLAKE2B 9428d3c8d0fe671c6182e4664d53ea684bf18e0bf7c8462fc56e669e7745f17064c890e37a75766f6165bfe381847c06f1d532eb524949445b0efe6ddd1486e9 SHA512 cdfe02c8db8a3d81af71412590f12a86779143bb8f3411bc442b23760fc6c51d1f0aac320c6418c9e32ef68abe706b952ed172f5f0bb39aca17427c8ecc34e07
+DIST pythonqwt-0.12.5.tar.gz 1217114 BLAKE2B 9b0a155772f19a32bc2fd17ef5232d3ce2f69e23ae807017515b0db9017db526b53ea4ca13f9101f9902d8d68261e30037ca424ac55d27fa7ee179101224a9a8 SHA512 6349f5f7ef721531c7272cc87f2c98e7ce841329b56b75431d99d30f1211d3dba521ccc8553ac6e25a3a7ce3daeb1e82f7af945bfdb32afcc27b87e9bc9d52b8

diff --git a/dev-python/PythonQwt/PythonQwt-0.12.5.ebuild b/dev-python/PythonQwt/PythonQwt-0.12.5.ebuild
new file mode 100644
index 000000000..c89a888e9
--- /dev/null
+++ b/dev-python/PythonQwt/PythonQwt-0.12.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Qt plotting widgets for Python"
+HOMEPAGE="https://pypi.org/project/PythonQwt"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# Test directory seems to contain demo instead
+RESTRICT="test"
+
+RDEPEND="
+	dev-python/PyQt5[${PYTHON_USEDEP},svg]
+	dev-python/numpy[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2024-06-27 13:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 13:47 David Roman [this message]
2024-06-28 10:58 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/PythonQwt/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-01-23 14:47 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-01-23 14:47 David Roman
2025-01-13 11:53 David Roman
2025-01-13 11:53 David Roman
2024-12-11 11:55 David Roman
2024-11-14 16:07 David Roman
2024-11-14 16:07 David Roman
2024-08-05 12:01 David Roman
2024-08-05 12:01 David Roman
2024-07-09 13:37 David Roman
2024-07-09 13:37 David Roman
2024-06-27 13:47 David Roman
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-23 22:23 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-23 22:24 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-23 22:23 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-12 10:52 [gentoo-commits] repo/proj/guru:master " David Roman
2023-12-12  8:59 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-12  8:59 David Roman
2023-10-17 12:19 David Roman
2023-10-17 12:19 David Roman
2023-10-05 10:33 David Roman
2023-08-01 15:00 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719496033.43a604d778a8b20f5b9b43da21d22276fe4fa960.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox