* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/iwdgui/
@ 2021-07-14 20:39 Johannes Willem Fernhout
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Willem Fernhout @ 2021-07-14 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 6599e4d56c0cee4aa180929e4ece4771526fa0f3
Author: Johannes Willem Fernhout <hfern <AT> fernhout <DOT> info>
AuthorDate: Wed Jul 14 20:36:22 2021 +0000
Commit: Johannes Willem Fernhout <hfern <AT> fernhout <DOT> info>
CommitDate: Wed Jul 14 20:36:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6599e4d5
net-wireles/iwdgui: new package
Iwdgui is a new frontend for IWD, Intels Wireless Inet Deamon, written
in Python using the GTK3 toolkit.
Signed-off-by: Johannes Willem Fernhout <hfern <AT> fernhout.info>
net-wireless/iwdgui/Manifest | 1 +
net-wireless/iwdgui/iwdgui-0.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
net-wireless/iwdgui/metadata.xml | 12 ++++++++++++
3 files changed, 46 insertions(+)
diff --git a/net-wireless/iwdgui/Manifest b/net-wireless/iwdgui/Manifest
new file mode 100644
index 000000000..0b373090c
--- /dev/null
+++ b/net-wireless/iwdgui/Manifest
@@ -0,0 +1 @@
+DIST iwdgui-0.1.0.tar.gz 171453 BLAKE2B 0d5e7e88b66d5d0b53c254ee152c441a58800d2f528cb27e206cdeb99f7cc12e4f94b5efb33bf1d0731a660b7d0813f90d20f1eec9481aaafe38b7dc2c84345a SHA512 ca208424f09647fa2c9e35f7d4c945638f3e94407fdcd8594c03a49be0beb554a0ab5563771bc6e8106e3f71f6df9bbd991a5d79d4b156cc3c64c89878c9fa42
diff --git a/net-wireless/iwdgui/iwdgui-0.1.0.ebuild b/net-wireless/iwdgui/iwdgui-0.1.0.ebuild
new file mode 100644
index 000000000..6fede9edd
--- /dev/null
+++ b/net-wireless/iwdgui/iwdgui-0.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="A graphical frontend for IWD, Intel's iNet Wireless Daemon"
+HOMEPAGE="https://gitlab.com/hfernh/iwdgui https://pypi.org/project/iwdgui"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+REQUIRED_USE=""
+
+# Upstream does not provide any test suite.
+RESTRICT="test"
+
+RDEPEND="
+ dev-libs/glib
+ dev-libs/gobject-introspection
+ dev-python/dbus-python
+ x11-libs/gtk+:3
+ dev-python/netifaces
+ net-wireless/iwd"
+
+BDEPEND="${RDEPEND}"
+DEPEND="${BDEPEND}"
diff --git a/net-wireless/iwdgui/metadata.xml b/net-wireless/iwdgui/metadata.xml
new file mode 100644
index 000000000..18afe912a
--- /dev/null
+++ b/net-wireless/iwdgui/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hfern@fernhout.info</email>
+ <name>Johannes Willem (Hans) Fernhout</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">iwdgui</remote-id>
+ <remote-id type="gitlab">hfernh/iwdgui</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/iwdgui/
@ 2021-08-08 14:59 Johannes Willem Fernhout
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Willem Fernhout @ 2021-08-08 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 8df24a761eb7569b14615b83a5cfe1a5c5d9da9f
Author: Johannes Willem Fernhout <hfern <AT> fernhout <DOT> info>
AuthorDate: Sun Aug 8 14:56:32 2021 +0000
Commit: Johannes Willem Fernhout <hfern <AT> fernhout <DOT> info>
CommitDate: Sun Aug 8 14:56:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df24a76
net-wireless/iwdgui: version bump to 0.2.0
Updated version of a graphical frontend for Intels Wireless Daemon IWD.
Signed-off-by: Johannes Willem Fernhout <hfern <AT> fernhout.info>
net-wireless/iwdgui/Manifest | 1 +
net-wireless/iwdgui/iwdgui-0.2.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/net-wireless/iwdgui/Manifest b/net-wireless/iwdgui/Manifest
index 0b373090c..9e1e152bd 100644
--- a/net-wireless/iwdgui/Manifest
+++ b/net-wireless/iwdgui/Manifest
@@ -1 +1,2 @@
DIST iwdgui-0.1.0.tar.gz 171453 BLAKE2B 0d5e7e88b66d5d0b53c254ee152c441a58800d2f528cb27e206cdeb99f7cc12e4f94b5efb33bf1d0731a660b7d0813f90d20f1eec9481aaafe38b7dc2c84345a SHA512 ca208424f09647fa2c9e35f7d4c945638f3e94407fdcd8594c03a49be0beb554a0ab5563771bc6e8106e3f71f6df9bbd991a5d79d4b156cc3c64c89878c9fa42
+DIST iwdgui-0.2.0.tar.gz 201799 BLAKE2B 968f2bbaa6c601311a758f9073b902d9c5da8f393ec2296e1dcf4c428ab622ff2ae747ad82867a88a54e016db8118f1b3e29fe9aa5fec20c9a5c8f12e3642769 SHA512 27394958332821dd633492e8e7d314c15b2d02ea12087e4e6c44ba325e5331457c5f781a63c4a393109d3fd2a8e9f33895224790835cadc625d02976f273a8f7
diff --git a/net-wireless/iwdgui/iwdgui-0.2.0.ebuild b/net-wireless/iwdgui/iwdgui-0.2.0.ebuild
new file mode 100644
index 000000000..291ab171d
--- /dev/null
+++ b/net-wireless/iwdgui/iwdgui-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="A graphical frontend for IWD, Intel's iNet Wireless Daemon"
+HOMEPAGE="https://gitlab.com/hfernh/iwdgui https://pypi.org/project/iwdgui"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+REQUIRED_USE=""
+
+# Upstream does not provide any test suite.
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/dbus-python
+ dev-python/netifaces
+ dev-python/pygobject
+ net-wireless/iwd"
+
+BDEPEND="${RDEPEND}"
+DEPEND="${BDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/iwdgui/
@ 2023-03-17 13:01 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 05eacd864133df4d8ebf37ab5a22acbe95cc6b9e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:57 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05eacd86
net-wireless/iwdgui: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-wireless/iwdgui/iwdgui-0.2.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-wireless/iwdgui/iwdgui-0.2.0.ebuild b/net-wireless/iwdgui/iwdgui-0.2.0.ebuild
index 28ac2dc65..54fb63b21 100644
--- a/net-wireless/iwdgui/iwdgui-0.2.0.ebuild
+++ b/net-wireless/iwdgui/iwdgui-0.2.0.ebuild
@@ -6,11 +6,10 @@ EAPI=7
PYTHON_COMPAT=( python3_9 )
DISTUTILS_USE_SETUPTOOLS=bdepend
-inherit distutils-r1 xdg
+inherit distutils-r1 xdg pypi
DESCRIPTION="A graphical frontend for IWD, Intel's iNet Wireless Daemon"
HOMEPAGE="https://gitlab.com/hfernh/iwdgui https://pypi.org/project/iwdgui/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-17 13:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-08 14:59 [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/iwdgui/ Johannes Willem Fernhout
-- strict thread matches above, loose matches on Subject: below --
2023-03-17 13:01 Anna Vyalkova
2021-07-14 20:39 Johannes Willem Fernhout
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox