add bsblan
This commit is contained in:
parent
6865dac01a
commit
e65b2877d9
@ -3,6 +3,8 @@
|
||||
* bump home-assistant-frontend-20200509.0
|
||||
* bump rokuecp-0.3.2
|
||||
* add PyFlick-0.0.2
|
||||
* add bsblan-0.3.6
|
||||
* add bsblan-0.3.7
|
||||
|
||||
2020-05-09 homeassistant-0.109.6
|
||||
* aiohttp-cors-0.7.0-r1 from main repo is now OK again
|
||||
|
5
dev-python/bsblan/Manifest
Normal file
5
dev-python/bsblan/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST bsblan-0.3.6.tar.gz 7985 BLAKE2B d22973a586b064d070d6f988d5564f6261da9947c248cbfa6305290a1817819272d5d60bd886fceff46793da8ab929a90cb084d5fc233e8db4a4952e5aeb9f3a SHA512 3e759c3880209e74b13845ac7feddc85b065016057058102bcf8abb9d5114e9ec5d8ce6062c8b5af6ab7f256d66d1540488f45b95cde9fa9c9ecea39339d2212
|
||||
DIST bsblan-0.3.7.tar.gz 7571 BLAKE2B b15bac76cf498f3952ed21fc1ba29978484dc946f993a5b32f8ac744fdc4ee64087d8812ecf1128082f0c6aba94e7482e8aa81b353d7dad578f9804763a167f5 SHA512 9e6b90bc25a121fb8288564572b21a3ccf9bb9f698b580c836ec4384c02ff4b83f20f2e8fb2a2a96a95801fa73b070047c677981ec3b95b69bf358f56f367836
|
||||
EBUILD bsblan-0.3.6.ebuild 841 BLAKE2B 6d44daee9cfbd1c2db220bed10be84ca9482815bcd194be9e1c169cac5a4a623a97b980984cc84f96d4d74d010f685714d52ea78f552a9e6f46043659a4b6960 SHA512 d771a14a51363ff26626cf275208fbe302040f42e12f88e12cb0d700771b959e13107dc40a66f9c269b2b6cc2d50f4fbe35639c7c964b365c93a6a5ff3049348
|
||||
EBUILD bsblan-0.3.7.ebuild 841 BLAKE2B 6d44daee9cfbd1c2db220bed10be84ca9482815bcd194be9e1c169cac5a4a623a97b980984cc84f96d4d74d010f685714d52ea78f552a9e6f46043659a4b6960 SHA512 d771a14a51363ff26626cf275208fbe302040f42e12f88e12cb0d700771b959e13107dc40a66f9c269b2b6cc2d50f4fbe35639c7c964b365c93a6a5ff3049348
|
||||
MISC metadata.xml 464 BLAKE2B 1a03c851b7d8dd1a82dbc012e21809d99f54ac7fe3c80116ab6bb55020eb77db57b182374f9ca264a0182b123435e909337b24b3ffe06f0e6055bd28895548eb SHA512 a6600c85d6bce420932b0aee0cdf64fff2d9c5e9bc377b4a961891f61e6242d415a59b5d0c26688f843b9c79f23d660677fde35c835b96f0d3824e51a0e2d2bf
|
33
dev-python/bsblan/bsblan-0.3.6.ebuild
Normal file
33
dev-python/bsblan/bsblan-0.3.6.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for BSBLan."
|
||||
HOMEPAGE="https://github.com/liudger/python-bsblan https://pypi.org/project/bsblan/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-19.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/cattrs[${PYTHON_USEDEP}]
|
||||
dev-python/yarl[${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
|
||||
}
|
33
dev-python/bsblan/bsblan-0.3.7.ebuild
Normal file
33
dev-python/bsblan/bsblan-0.3.7.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for BSBLan."
|
||||
HOMEPAGE="https://github.com/liudger/python-bsblan https://pypi.org/project/bsblan/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-19.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/cattrs[${PYTHON_USEDEP}]
|
||||
dev-python/yarl[${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
|
||||
}
|
15
dev-python/bsblan/metadata.xml
Normal file
15
dev-python/bsblan/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">bsblan</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>liudgervr@gmail.com</email>
|
||||
<name>Willem-Jan van Rootselaaar</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user