upgrade opensensemap-api-0.1.4
This commit is contained in:
parent
7001546090
commit
14f41e52ce
3
dev-python/opensensemap-api/Manifest
Normal file
3
dev-python/opensensemap-api/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST opensensemap-api-0.1.4.tar.gz 3509 BLAKE2B 644437180b193345e0c96e743d0e246fd4a82eb6c1fc96447e582fb5ea507aa2ef2ed775ee512e5609156e146c9d3076bd558d2868c3c8d47561356cd0857de1 SHA512 cea6a2cfd5950d937b870c4ad9735e589e5fbca5a8585dd370e2a0bbb465d427f1095d9db5442e37ff3aa9cc485915104f6e606e1a450890d6d8bdbf7aea9191
|
||||
EBUILD opensensemap-api-0.1.4.ebuild 713 BLAKE2B 35fc06fb30e6f77e482d44b66a0e4658bada7e9bb16100923632690df2bd7c4f9c901fc2a39e8ba032070c6934ff300ce1ebeaf8cec3e9028bb666fd02979cdc SHA512 da84620a5ff240117f4f8ca16078549c72c51400e03e2d42141d71282d5e5b81d2c387a46e1dc4070626a721b4516461f435fa83c2a234b1e7315a13532e5a7e
|
||||
MISC metadata.xml 383 BLAKE2B 6465347b1acf5b4368f9dd2d2d51213d2218397a9d331242a1dcd1910685d907b4663fa832891f1e8b27f239a2032a883e1b8da82fce506a2598b0fac4eda352 SHA512 79f93fc5afdaf75f0c4c7e1bf14864f097ddc789a0d27635401f817458f37c42a4aac65e4bf4955fafb0920fc75a9fb130447e8d21215ee9b76e34367c052dd4
|
||||
12
dev-python/opensensemap-api/metadata.xml
Normal file
12
dev-python/opensensemap-api/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">opensensemap-api</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>fabian@affolter-engineering.ch</email>
|
||||
<name>Fabian Affolter</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/opensensemap-api/opensensemap-api-0.1.4.ebuild
Normal file
30
dev-python/opensensemap-api/opensensemap-api-0.1.4.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for interacting with the openSenseMap API."
|
||||
HOMEPAGE="https://github.com/fabaff/python-opensensemap-api https://pypi.org/project/opensensemap-api/"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user