From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/nanovna-saver/
Date: Sun, 30 Jun 2024 20:14:29 +0000 (UTC) [thread overview]
Message-ID: <1719778433.0abc0eb01af61f6a710138ea9a2e6558213be050.tomjbe@gentoo> (raw)
commit: 0abc0eb01af61f6a710138ea9a2e6558213be050
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 20:13:20 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 20:13:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abc0eb0
net-wireless/nanovna-saver: add 0.6.4
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
net-wireless/nanovna-saver/Manifest | 1 +
.../nanovna-saver/nanovna-saver-0.6.4.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-wireless/nanovna-saver/Manifest b/net-wireless/nanovna-saver/Manifest
index 1be929daf7e2..1d834c258f80 100644
--- a/net-wireless/nanovna-saver/Manifest
+++ b/net-wireless/nanovna-saver/Manifest
@@ -1,2 +1,3 @@
DIST nanovna-saver-0.5.4.tar.gz 494010 BLAKE2B 71e4292e33dbb5b055e7ddd3a29222a67e05b1af431eaee64b613e50648b0b91ad5446cc2d3af868ae624826caf871bff9062275239298c29de261d741bad1f4 SHA512 6600b3c83fc1dcaf81a85b1d14087d2067327098c486011c8bfbaba83e06ca1081c6f7045730a58f097bab332072139707ea23c037924624d2f8100a7b61acb7
DIST nanovna-saver-0.6.3.tar.gz 580073 BLAKE2B be8482bf60a3abfff8a58c14cb34e81cf7b5733efa4d4da02e8d1cae0884fc4030f14a21bd66a6e5fb38f05938a446de8a5919cf3d13d902568c8c76f43381f1 SHA512 96cedb567f01f90ff07fef385d7ab6130213ab35674668d50962795e527414ca772583991db7bab73375a2651cb23876f1047d914579d5bec7758173f70bce71
+DIST nanovna-saver-0.6.4.tar.gz 580141 BLAKE2B f46914f60ef845cb65343c336ad905f6fb00206b5f0888ded45193b988a495127a4a944ef8fb24aa25cf5025d522291c062178ee55e460d3a54889b7a36d02c7 SHA512 ec85495cc2a72fc7f97c6336abec3cc20d1829d878d8ee1692103d00dc5482a14a5407309a585d39e938d8f77b6b336b6a12aa80c986ff01ff75b3daed6581c0
diff --git a/net-wireless/nanovna-saver/nanovna-saver-0.6.4.ebuild b/net-wireless/nanovna-saver/nanovna-saver-0.6.4.ebuild
new file mode 100644
index 000000000000..f190c233f584
--- /dev/null
+++ b/net-wireless/nanovna-saver/nanovna-saver-0.6.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="tool for reading, displaying and saving data from the NanoVNA"
+HOMEPAGE="https://github.com/mihtjel/nanovna-saver"
+
+LICENSE="GPL-3+"
+SLOT="0"
+if [ "${PV}" = "9999" ]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/mihtjel/nanovna-saver.git"
+else
+ SRC_URI="https://github.com/mihtjel/nanovna-saver/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+fi
+
+RDEPEND="${DEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/pyserial[${PYTHON_USEDEP}]
+ dev-python/PyQt6[${PYTHON_USEDEP},gui,widgets]
+ dev-python/PyQt6-sip[${PYTHON_USEDEP}]
+ dev-python/sip[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_install() {
+ distutils-r1_python_install
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
next reply other threads:[~2024-06-30 20:14 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-30 20:14 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-14 13:54 [gentoo-commits] repo/gentoo:master commit in: net-wireless/nanovna-saver/ Sam James
2025-04-23 12:57 Thomas Beierlein
2025-04-13 10:44 Sam James
2025-04-13 8:34 Sam James
2025-03-28 12:33 Thomas Beierlein
2025-01-10 10:36 Thomas Beierlein
2025-01-10 1:13 Sam James
2025-01-09 23:38 Sam James
2024-12-15 13:24 Thomas Beierlein
2024-11-29 14:11 Thomas Beierlein
2024-11-23 16:02 Michał Górny
2024-05-29 7:08 Thomas Beierlein
2024-05-28 20:49 Sam James
2024-04-24 12:41 Thomas Beierlein
2024-01-15 15:55 Thomas Beierlein
2024-01-15 15:55 Thomas Beierlein
2023-12-15 10:10 Michał Górny
2023-08-20 20:08 Rick Farina
2023-06-18 16:23 Sam James
2023-06-18 15:45 Sam James
2023-02-14 13:57 Thomas Beierlein
2023-02-12 16:01 Thomas Beierlein
2023-02-12 15:19 Thomas Beierlein
2022-11-20 17:59 Thomas Beierlein
2022-06-03 10:26 Thomas Beierlein
2022-03-22 9:12 Thomas Beierlein
2022-03-21 13:36 Thomas Beierlein
2021-05-04 19:10 Sam James
2020-12-04 3:16 Rick Farina
2020-10-06 16:43 Rick Farina
2020-08-17 14:46 Rick Farina
2020-03-12 18:56 Rick Farina
2019-11-06 18:46 Rick Farina
2019-09-20 17:28 Rick Farina
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=1719778433.0abc0eb01af61f6a710138ea9a2e6558213be050.tomjbe@gentoo \
--to=tomjbe@gentoo.org \
--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