add thingspeak-1.0.0
This commit is contained in:
parent
2fc971304d
commit
dec3272b44
3
dev-python/thingspeak/Manifest
Normal file
3
dev-python/thingspeak/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST thingspeak-1.0.0.tar.gz 7187 BLAKE2B feb1987f5185aa3c52a9b0b168741fc4f3a7a261c93e8ecf98c88e468ac0422f51a8063146878a2f3c0c8542d103706e3e31190bbf117aacd49b266e83d9f392 SHA512 b66304d5d8bcb7e740e94a6465712fd5887379a42b018384e90e41d3346f9da123a9a77d50f83e3418c74b0bf0a6e02c5bc4df59b3550c83c724da27e6bd93e5
|
||||
EBUILD thingspeak-1.0.0.ebuild 715 BLAKE2B bab9a8b27bc510130285ca1f43b17d05f605e8142d59b32bd45bb80154fb9f6b85c11d1b8ba012a4379a96c9967242851716370b6fe3c3c6bfb5e05e927e3f32 SHA512 46901a90834ee038158f1c3a3882498cc972b4114ba5c5eafa08402606f5a3b8e50c6c4d76c8248c96e8e09d559cf7d8c39f6711b31ce43bb9fb6808fc44d3ca
|
||||
MISC metadata.xml 467 BLAKE2B 13b41768b093ce6ef7d9f5e763c4bf61576804c699ef03b37461adae80e8441c0941b402b6d29c953622d8f66eed412349de91dc6761890ee5be06429752d1e0 SHA512 4bec5abe32fe3de01f8c371618c318718f6e88d480de2f7de15b7566ca8bcec622d41240e553d0bfef53c1ee1e319b8971299a14eefe07a4eb47ed4296e6e9fb
|
16
dev-python/thingspeak/metadata.xml
Normal file
16
dev-python/thingspeak/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">thingspeak</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>m.chwalisz@gmail.com</email>
|
||||
<name>Mikołaj Chwalisz</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/thingspeak/thingspeak-1.0.0.ebuild
Normal file
30
dev-python/thingspeak/thingspeak-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_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Client library for the thingspeak.com API"
|
||||
HOMEPAGE="https://thingspeak.readthedocs.io/ https://pypi.org/project/thingspeak/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3.0"
|
||||
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