add avion-0.10, bluepy-1.3.0 & pycryptodomex-3.9.4

This commit is contained in:
Andreas Billmeier 2019-11-22 15:15:03 +01:00
parent 3546b1be75
commit 68266276d0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
10 changed files with 150 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* arcam-fmj-0.4.3 & aionursery-0.3.0
* add asterisk_mbox-0.5.0
* add py-august-0.9.0 / py-august-0.7.0
* add avion-0.10, bluepy-1.3.0 & pycryptodomex-3.9.4
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST avion-0.10.tar.gz 19221 BLAKE2B 5e50f755ddff20772898d1b960e165b7bec8ba6b2c9858323ef1bf8fba60be7f0c9c1ef2a7d4df3f8d2e8e4f43512ca775ebd24859349b4ec53d5c5ec6857ddd SHA512 59f74b66ac6d166507a09ffb7b33c3bd957b041c016d387a87f3a680c6b42fe84ad766e25183b70cfa6d288c92fbbfb849c7e17a8e4f58d7045d8d8cd872efc5
EBUILD avion-0.10.ebuild 818 BLAKE2B 81ab39550950e292b946e33c93c06424d13dd2a816898187e22b1d8be3fa4548461a4f676ff5d123d5f5a21d6d54ca1c61f195b6bacf5ecca52df8c7446d0be2 SHA512 53ae3df67c1dce6279cd223fde0750f6dc2e2d8e8865c8801c340e3d3c17371810056f265b84f477a3dba51e8307a9f32b65ad0a7c977871aa8ddd054e4ecc96
MISC metadata.xml 459 BLAKE2B 285dddfbd5fa4a28f773e80529eec7e3a163a4601bc3ea539dcb46dc9d004d166c750a06b0e48c5f195672c07de4e3ffa5fe8fbec22827ae7e8a79ed82a7d774 SHA512 c1b7c31ec7c572e867a75fb41c0ae16f2079a16af1a950ab2fd96ba36c34a90bc627eedc4afbd68967513639635279d96f19cd2b9435e352087a3aac0d86e24c

View File

@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Avi-on Bluetooth dimmers"
HOMEPAGE="http://github.com/mjg59/python-avion https://pypi.org/project/avion/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
>=dev-python/bluepy-1.1.4[${PYTHON_USEDEP}]
>=dev-python/csrmesh-0.9.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">avion</remote-id>
<maintainer status="unknown">
<email>mjg59@srcf.ucam.org</email>
<name>Matthew Garrett</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,3 @@
DIST bluepy-1.3.0.tar.gz 217933 BLAKE2B 718855273ff08954369cb5f58b810f904da5e8c38a14042f214721c8f29bbb1b5ed22e3ff8fbd453ef044309f506c641c41e2a436c23df9a1b3cd34d2ef93e4f SHA512 1f06f8b1db869e9f74a965fab7d9cf6d42765012d2a88eb2b615a87a4e7721fbf0d9907619d1e80bb087188cd84b7e3f11f773480fe83c48fdfdfefb96cf5cd8
EBUILD bluepy-1.3.0.ebuild 690 BLAKE2B ed7800804bc5a5f435f0a5ff50d792f1926f8dff898dbead38b74a8124726cfab16d6f3b4c80c3ecb6cb51316bfc6760b96b5fe31d3b03bf0621e51b3f2e9a67 SHA512 eb7d6995f2a8892aa78d4deed70b8876dde6538a665b77f7429c1271a674ad7a25acc0577e3b4b4d3b77e95c68fa43a3bb42cb70445c2f1d7a39ef772e39ed2e
MISC metadata.xml 465 BLAKE2B e3fa59f6e20e2591ebe81822407e3f860909a48a03aca5fb66b08deadd8a6f3da7a87128df504b76ec3a4fe0500ebfb17ffdbaacc83da74110c071469e0bacef SHA512 c446f2d6e18a349e7dad2345bd704c5841134caaeee62780536bf11f9f46a7c0fc1a10a277be2473571a6b905d9f421a29eeb52096fe7feca8ffb336a5fb0959

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python module for interfacing with BLE devices through Bluez"
HOMEPAGE="https://github.com/IanHarvey/bluepy https://pypi.org/project/bluepy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">bluepy</remote-id>
<maintainer status="unknown">
<email>website-contact@fenditton.org</email>
<name>Ian Harvey</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,3 @@
DIST pycryptodomex-3.9.4.tar.gz 11576896 BLAKE2B 41b63e33446afd40c579033977d183ce568d367715ccf21db077e40ba86058a00e27fce6b8e5a35b283eacc24121ec77654b11d43b957ae1fe3ec9321cfbbed9 SHA512 b88f07ed359f22d0d9c6141c2ef686f2bca991bdd79a4949fea780bb9792df573f234f18ac8d86137ca9036846872b9dd2e0fb769fe7422ec591bb7bd3a7d191
EBUILD pycryptodomex-3.9.4.ebuild 671 BLAKE2B 8bc6e138e7eead05a9fb3e954f9e8bf9d4eed030a9d94b15c6c116f9ca8c6aa06406dc793d0b6c68af5734e5546300fc95826220c8fcf353d3a90fc589ec318c SHA512 3468f4624db2ee193a612c253fbbdc63e5be51bc31dffb59dee6f8df1bd8b278eae1bd4d742eb10f92c98cc3a01740e636d2a326554cb8e2c2aa16a13a272cb9
MISC metadata.xml 463 BLAKE2B f6fc5fd8e2a09261e699112a0455e7a2d07b819c921790da1097ddf05591a5e03a56bd82ae4a156c1f278b8a28f1c90bed1c03bc8782b36befc8cf6ed1227726 SHA512 c175c3d7740f9dda911218e44a2536684634a7bd2c677e103c0449bb8bcce2454864db44e4aa874048356ddfb354d3ddfb8070d031d383756ed524453cddd03d

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">pycryptodomex</remote-id>
<maintainer status="unknown">
<email>helderijs@gmail.com</email>
<name>Helder Eijs</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Cryptographic library for Python"
HOMEPAGE="https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}