add aiosteamist-0.3.1
This commit is contained in:
parent
2a0e065d2d
commit
0dd16acc0b
3
dev-python/aiosteamist/Manifest
Normal file
3
dev-python/aiosteamist/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiosteamist-0.3.1.tar.gz 8768 BLAKE2B 6a46f746fe43a4f7304791ca8401ef08c820bb37c0cfd0cefab3d89e3d2e1603f18ed73d018311e36f058b47693b9eac805edb9aba28cddd78117ec55d3a41ea SHA512 7b739384173540c54c37ba4496b151014af0cde66205e6f067cf333991096038c765cbaefd023b81c6c909dbbec3447108a5dda978dbcddddaa5ec01138b0d48
|
||||
EBUILD aiosteamist-0.3.1.ebuild 827 BLAKE2B 38219a7cad0a53b6bad2317dad625080ef29bef60059f326df9ed7cabcd859d2842f6026d2547a05166514adad94ea4dfe20a0412fe8234a406ba0565a7dceff SHA512 67b13f280e46911b8ce70a5c3d8de13ab68c0488460d316290a714928fb86da098484c4a34eef07a86838e89bf074ac78eb5a8e563b0daa0cedeb9e574e0219e
|
||||
MISC metadata.xml 453 BLAKE2B dfe9ee68c3a9c1ab6a97ae8102cae94e4e01ded99d10d4073966faf8133bbaee987d0f87817a7b2e743d09bcbfa7b0c4fd22f6509d0a0be30b6b242a76b26091 SHA512 abbc5f638753cfbbdf23464a348407291263b9db6ca6f7f9c4505435abfdc67dab6e1900b548c33b63361de8aac022257e39c70fbe9f986d5a5eb3f182e05f7b
|
||||
34
dev-python/aiosteamist/aiosteamist-0.3.1.ebuild
Normal file
34
dev-python/aiosteamist/aiosteamist-0.3.1.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Control Steamist steam systems"
|
||||
HOMEPAGE="https://github.com/bdraco/aiosteamist https://pypi.org/project/aiosteamist/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
15
dev-python/aiosteamist/metadata.xml
Normal file
15
dev-python/aiosteamist/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">aiosteamist</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nick@koston.org</email>
|
||||
<name>J. Nick Koston</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user