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@fernhout.info>
This commit is contained in:
Johannes Willem Fernhout
2021-07-14 22:36:22 +02:00
parent d221b6b83f
commit 6599e4d56c
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST iwdgui-0.1.0.tar.gz 171453 BLAKE2B 0d5e7e88b66d5d0b53c254ee152c441a58800d2f528cb27e206cdeb99f7cc12e4f94b5efb33bf1d0731a660b7d0813f90d20f1eec9481aaafe38b7dc2c84345a SHA512 ca208424f09647fa2c9e35f7d4c945638f3e94407fdcd8594c03a49be0beb554a0ab5563771bc6e8106e3f71f6df9bbd991a5d79d4b156cc3c64c89878c9fa42

View File

@@ -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}"

View File

@@ -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>