From 3028e778fa6703ae19a88e7d7cbc12b81a3fe06f Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 12 Nov 2021 01:40:51 +0000 Subject: Adding metadata --- dev-python/gatt-python/gatt-python-0.2.6.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-python/gatt-python/gatt-python-0.2.6.ebuild (limited to 'dev-python/gatt-python/gatt-python-0.2.6.ebuild') diff --git a/dev-python/gatt-python/gatt-python-0.2.6.ebuild b/dev-python/gatt-python/gatt-python-0.2.6.ebuild new file mode 100644 index 000000000000..af9547c1aff7 --- /dev/null +++ b/dev-python/gatt-python/gatt-python-0.2.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +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" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND=" + net-wireless/bluez +" -- cgit v1.3.1