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, 15 Dec 2024 13:24:48 +0000 (UTC) [thread overview]
Message-ID: <1734269065.fb61ab10b6f3bf0bdfe4d9a04771ca6728636c8d.tomjbe@gentoo> (raw)
commit: fb61ab10b6f3bf0bdfe4d9a04771ca6728636c8d
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 13:23:56 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 13:24:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb61ab10
net-wireless/nanovna-saver: add 0.6.8
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
net-wireless/nanovna-saver/Manifest | 1 +
.../nanovna-saver/nanovna-saver-0.6.8.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-wireless/nanovna-saver/Manifest b/net-wireless/nanovna-saver/Manifest
index b75e75c1f676..2939e5c33831 100644
--- a/net-wireless/nanovna-saver/Manifest
+++ b/net-wireless/nanovna-saver/Manifest
@@ -2,3 +2,4 @@ DIST nanovna-saver-0.5.4.tar.gz 494010 BLAKE2B 71e4292e33dbb5b055e7ddd3a29222a67
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
DIST nanovna-saver-0.6.5.tar.gz 580669 BLAKE2B c1ab76f8cce42a764623a1ecc97186a5e42da2bcd12cf157a08591f8549400c5a7179a9c5c2844eb2aea7cd426f5111fae427ab5ab464c13b07d9e3a454f3c4b SHA512 21ad70534a265ac04b01d311aae05e74fb9a8d0525eb2f30cfa7cc4d8c3ad7d337d6888d9bbf3e1372d682ef63f044d959579bb36caa0fdc29531493c751a855
+DIST nanovna-saver-0.6.8.tar.gz 586892 BLAKE2B 6cbbac42221a6c862a2cd20c3c0fde7c51f41f0659e2c7898f42252a5c78edf4eac845cd8742ecf193a1572d2277c7b43835430e9731d985ee4abb4a79926571 SHA512 046ab6097eb47ff7321d3eaf88277f7cca0748f4977c48ee558ea8ccee6fdebc82e0ded589d0c3916d120c851448e7f09dc368752150a57973be1ce9201ca762
diff --git a/net-wireless/nanovna-saver/nanovna-saver-0.6.8.ebuild b/net-wireless/nanovna-saver/nanovna-saver-0.6.8.ebuild
new file mode 100644
index 000000000000..66984a384d51
--- /dev/null
+++ b/net-wireless/nanovna-saver/nanovna-saver-0.6.8.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_{10..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 ~x86"
+ 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-12-15 13:24 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-15 13:24 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 10:36 [gentoo-commits] repo/gentoo:master commit in: net-wireless/nanovna-saver/ Thomas Beierlein
2025-01-10 1:13 Sam James
2025-01-09 23:38 Sam James
2024-11-29 14:11 Thomas Beierlein
2024-11-23 16:02 Michał Górny
2024-06-30 20:14 Thomas Beierlein
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=1734269065.fb61ab10b6f3bf0bdfe4d9a04771ca6728636c8d.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