summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2021-11-11 14:34:44 -0500
committerRick Farina <zerochaos@gentoo.org>2021-11-11 14:34:53 -0500
commitb08db50f72db7b50655b384f7d53e0bc9565b08b (patch)
treeb754c26e7ce9bfb5e1271511ad848ccd6fa7819e /dev-python/gatt-python
parentpackage.mask: Last rite xfce-extra/xfce4-vala (diff)
downloadgentoo-b08db50f72db7b50655b384f7d53e0bc9565b08b.tar.gz
gentoo-b08db50f72db7b50655b384f7d53e0bc9565b08b.tar.bz2
gentoo-b08db50f72db7b50655b384f7d53e0bc9565b08b.zip
dev-python/gatt-python: fix description
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/gatt-python')
-rw-r--r--dev-python/gatt-python/gatt-python-0.2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gatt-python/gatt-python-0.2.6.ebuild b/dev-python/gatt-python/gatt-python-0.2.6.ebuild
index 32ce4aeb0498..ac0677f854c8 100644
--- a/dev-python/gatt-python/gatt-python-0.2.6.ebuild
+++ b/dev-python/gatt-python/gatt-python-0.2.6.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_9 )
inherit distutils-r1
-DESCRIPTION="Pythonic DBus library"
-HOMEPAGE="https://github.com/LEW21/pydbus"
+DESCRIPTION="Bluetooth GATT SDK for Python"
+HOMEPAGE="https://github.com/getsenic/gatt-python"
SRC_URI="https://github.com/getsenic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"