add kegtron-ble-0.4.0
This commit is contained in:
3
dev-python/kegtron-ble/Manifest
Normal file
3
dev-python/kegtron-ble/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST kegtron-ble-0.4.0.tar.gz 6291 BLAKE2B 33ccd03f78ffa2862cbb9644994b3166bef3a788bbb644c86dc6b316d3838318690c329dc91606434e51b2776e0ba2d9db9363a704fa46d4fdb89f22021ef7df SHA512 04c1a05a7b12c96313c59acfd0e1e0e0d05064a8523accc0e41f8df5246c29d4c8950319a6583db62c2a65d0adbdc5d939ddbca6186cc98b75ec3996f3a01cf5
|
||||
EBUILD kegtron-ble-0.4.0.ebuild 894 BLAKE2B f53551a98a2177317ba509b698a452475175bf5d1843d0d0bb98bf8f10635fda31cf1c6618432624970538b9ba9ed2a2d6d0446832df1564464339d759b2842b SHA512 b5571ffdcd9d9ec00021a6d1749a511c8d4f9780409fefaf25de61903954915cc1163bd82d07c8d38a65541339d5f47ef4f480df58d565b90102fca323c11d41
|
||||
MISC metadata.xml 451 BLAKE2B 4401d468b7d170beece60a1a64067000154f24dee8693d18a99a85382c5a6e8fe721a37c6507ea97b536d9b2fbe14038075e827a5f5db1c37a78139cad9d3692 SHA512 f3e96c3ae0aea47dfd4701e19e6a320eeb4db7d7a04b3fc718769ca122470d85847af1419a5699cc8a6e87692b36c20a6a459a4e355e4c72fff2c467d0660cfd
|
||||
37
dev-python/kegtron-ble/kegtron-ble-0.4.0.ebuild
Normal file
37
dev-python/kegtron-ble/kegtron-ble-0.4.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Kegtron BLE support"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/kegtron-ble https://pypi.org/project/kegtron-ble/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
15
dev-python/kegtron-ble/metadata.xml
Normal file
15
dev-python/kegtron-ble/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">kegtron-ble</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>e.klamer@gmail.com</email>
|
||||
<name>E. Klamer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user