add aiowwlln-1.0.0
This commit is contained in:
parent
c1567ee4ec
commit
fc35175fb5
3
dev-python/aiowwlln/Manifest
Normal file
3
dev-python/aiowwlln/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiowwlln-1.0.0.tar.gz 6089 BLAKE2B 7f69b6fde984cc4a6f47ead3f16b80a9780d736dd879150794d4f75cd05d8c389cf1793f3185d628c0b62b5b32f545128e7b5c6e40676d78717887a324f07ef5 SHA512 edb658d714aa7599d55c370c4a140b6b4858fb659a23a2a121652e546055bf5618fd27c4edf4c4b72635bb4c5dfa378a8fc545bf5b44ef2f3b08512f3a7d6f43
|
||||
EBUILD aiowwlln-1.0.0.ebuild 702 BLAKE2B 690af8e663db332e4916ea67f7ac0099d6d9a5d9eb89ccb337a2ad97108a9c8749da138f2c4b40b0fb4c56101339556608eb3667d7c1b519e720bfe58a0c64e6 SHA512 0ea3587eac0e597c58cfd7da7c91f30f6068be488555e6017dd52145093fa894893b55c25265866a88a90920dbf986e3d8187e1b49ec0dbe5260d40272639fa9
|
||||
MISC metadata.xml 458 BLAKE2B 9a3a91da4254ece548e78e2795293c8561c096be62048222c6277fa9628a7f2378ab24269f3a5ca50558ad22b43b9d1b30c3a5fe35ef32331d910be31e181c9f SHA512 5a4236a6686ae57d1142313570423d6877954b787d3c71fc214855a8723d9a92cea1cbc4ec084e2c35d3ab8400c0c5e31ad3c3685f662b2402540868695053fd
|
30
dev-python/aiowwlln/aiowwlln-1.0.0.ebuild
Normal file
30
dev-python/aiowwlln/aiowwlln-1.0.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple Python API for the WWLLN"
|
||||
HOMEPAGE="https://github.com/bachya/aiowwlln https://pypi.org/project/aiowwlln/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
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
|
||||
}
|
16
dev-python/aiowwlln/metadata.xml
Normal file
16
dev-python/aiowwlln/metadata.xml
Normal 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">aiowwlln</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bachya1208@gmail.com</email>
|
||||
<name>Aaron Bach</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user