add auroranoaa-0.0.1
This commit is contained in:
3
dev-python/auroranoaa/Manifest
Normal file
3
dev-python/auroranoaa/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST auroranoaa-0.0.1.tar.gz 2001 BLAKE2B e0a733fc029d582dc3d55b1f60299cbc16734ea5346afc2fb1eeb876fb13448897294afdb8a549c1bc2d79d75de8e855c5e36e4f4aeb0357282dcf4373ef352b SHA512 6f4bc2e1a5f328959c6d563c607a2095ac146472511691a52077f4272dbe56473aa273e48098c7e58d30ccd0d67025a5180542b882ad7031dc547092e1f9f312
|
||||
EBUILD auroranoaa-0.0.1.ebuild 755 BLAKE2B ebc35c556038d2262ce85cdeb9252bcd4d7ed0b6d9bbc26faa5c6898519b74cdcd1ca257fc33a890595f354225f734400077d348abc77e7c22f2fb42527299c5 SHA512 e12b50296123e77f5f60e7b36e6dcbd7fa0ca153711e20ff592fcf0c9f0f05a7cc3f81c3a2a298a8bab3c4285a66763c1f896d95e72e5e9aa99d59f423320cd5
|
||||
MISC metadata.xml 459 BLAKE2B 4bede0a7925dd0307bd547bfbab74c11067ca2e3918520a8258b59fb086fa5d6f6c0dd8081b59c9967753cf58669715d22a6d93b9b2f4529be8413516302e7a8 SHA512 34bede3c69e28b85c93267ba74403081a962dd52e04f6fce5eea5f47407c7d4a8faf2c1942d530837f59a6853e30783c43ab560f737203c0be1118e6deed31b6
|
||||
32
dev-python/auroranoaa/auroranoaa-0.0.1.ebuild
Normal file
32
dev-python/auroranoaa/auroranoaa-0.0.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="NOAA Aurora Wrapper for Home Assistant Integration."
|
||||
HOMEPAGE="https://github.com/djtimca/aurora-api https://pypi.org/project/auroranoaa/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${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/auroranoaa/metadata.xml
Normal file
15
dev-python/auroranoaa/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">auroranoaa</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tim.empringham@live.ca</email>
|
||||
<name>Tim Empringham</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user