diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-11-13 13:10:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-11-13 13:10:00 +0000 |
commit | e9d044d4b9b71200a96adfa280848858c0f468c9 (patch) | |
tree | 1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /dev-python/gatt-python | |
parent | fc2f1018fc323ef2c6572734a9b130427cba76a6 (diff) |
gentoo resync : 13.11.2021
Diffstat (limited to 'dev-python/gatt-python')
-rw-r--r-- | dev-python/gatt-python/Manifest | 3 | ||||
-rw-r--r-- | dev-python/gatt-python/gatt-python-0.2.6.ebuild | 20 | ||||
-rw-r--r-- | dev-python/gatt-python/metadata.xml | 12 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/gatt-python/Manifest b/dev-python/gatt-python/Manifest new file mode 100644 index 000000000000..1beb3e9522fd --- /dev/null +++ b/dev-python/gatt-python/Manifest @@ -0,0 +1,3 @@ +DIST gatt-python-0.2.6.tar.gz 11368 BLAKE2B 835721be6c0238e02cebf97acbac6041cd2bc37ecee01f6496cb2406edeec02346cd00425f8130026693ec30105c647e7246b3dd04da4b48c4021ef4e62d3018 SHA512 0751784e908132fac566f6c5c64de1bb4ca8273e099ff5becae7e5043c2c13ca3a2ef63e5585ac225088a83af15c794b797268c3abeeaedccc058fbd5cee0a09 +EBUILD gatt-python-0.2.6.ebuild 420 BLAKE2B 265e284d24dbc64c47675d2872d8aaaf6847876b6c303e2a47e00e89ee614e45b1dca1c1897e902b88fb58e7f9a0aeb6e20ae56f05abd2cc70aa20b739bbca79 SHA512 2cbd38e141c127e41dbae4cdafa3c1afe0e328538bb52f38d22a17ac27b69a3c71c62b0200f284ef24ce3e3d8075e4a63126dcd1307ff235cb179505de799914 +MISC metadata.xml 334 BLAKE2B db97c9ed6ec7120fcaf6e2b8bdb4cbfad44feef9ffabdb477ab9285154fde882cf72b504215702afe4c2a4e5de4c91184c81e827d9abc59ca395ac36996fe676 SHA512 09b6668b4cbf538bc1c23e734753c35b175b228fd47956d4fa9e5a0fd7e6ff68ad5c4225e6c1a9c9947f7b77c5385cc825309adb476a34b2501f79042fb3c6ae 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..ac0677f854c8 --- /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_9 ) + +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 +" diff --git a/dev-python/gatt-python/metadata.xml b/dev-python/gatt-python/metadata.xml new file mode 100644 index 000000000000..72e8ba05335b --- /dev/null +++ b/dev-python/gatt-python/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>zerochaos@gentoo.org</email> + <name>Rick Farina</name> + </maintainer> + <upstream> + <remote-id type="github">getsenic/gatt-python</remote-id> + </upstream> +</pkgmetadata> |