add faadelays-0.0.6
This commit is contained in:
parent
3d1f0542f1
commit
30be2deb6a
@ -29,6 +29,7 @@
|
||||
* add mullvad-api-1.0.0
|
||||
* bump awesomeversion-21.2.3
|
||||
* bump PlexAPI-4.4.0, PlexAPI-4.4.1
|
||||
* add faadelays-0.0.6
|
||||
|
||||
2021-02-17
|
||||
* bump HATasmota-0.2.9
|
||||
|
||||
3
dev-python/faadelays/Manifest
Normal file
3
dev-python/faadelays/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST faadelays-0.0.6.tar.gz 3810 BLAKE2B 9e9a86a1e587c4fc83c49530af11545b6a410f7a46dc2b2739547d463f1cbe966c0576d98405492724e66a3bb9dcf1870a4f13d010dcbe08680455a826fba99a SHA512 fbcf5c4b261e3b2c056eabfba0eb8388d39a2dcf6a9f1a4c119900961bb2223256e669a9c84b62cff6c787dde9fc2031e576088142be5631315469bb2979587e
|
||||
EBUILD faadelays-0.0.6.ebuild 732 BLAKE2B 51d1bf4b4e43023778942f399af83cccb87beb3cd3deda937ea2a4284b1377253b28ee92784ef3d551846c22aa0b52f4a3a7feef5d536ccabb14c6cf62e9cddc SHA512 98f1a7cb80694ccfef8e639ba18fe596eb4d59a11ed2c0e5498c36c2deabf91aec223e28627a25915910c455bc5fa22b7b1dc0b815c9a560a33e313f5cbb813e
|
||||
MISC metadata.xml 452 BLAKE2B 8ab5b7d35b71d818d441c9d3beb15dbab3ac63a6f482a6c3a8694d69e9379c3f84ee3af869c490897b208f05a163497eab7092100c57793d3d239c8fb22ab97a SHA512 5ffefd262b640d3b4331fc72f214b029ce7af0f76b4cd771a30539f13dc2d0c30b0131c281d7af12d5d594afae6e63db3b74362c1d77633a093f36c519e90e92
|
||||
32
dev-python/faadelays/faadelays-0.0.6.ebuild
Normal file
32
dev-python/faadelays/faadelays-0.0.6.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A package to retrieve FAA airport status"
|
||||
HOMEPAGE="https://github.com/ntilley905/faadelays https://pypi.org/project/faadelays/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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/faadelays/metadata.xml
Normal file
15
dev-python/faadelays/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">faadelays</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nathan@tilley.xyz</email>
|
||||
<name>Nathan Tilley</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user