pysmartthings-0.6.8.ebuild
This commit is contained in:
5
dev-python/pysmartthings/Manifest
Normal file
5
dev-python/pysmartthings/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST pysmartthings-0.6.7.tar.gz 37289 BLAKE2B a6d8d64cf66edaa4db50897020a8485784f6c1b43300f0ad9d231078c4d3f2766d2c7241f902cb468fad528881569e7c873c26c1de0175d917dc162922de7c09 SHA512 f5528053e8c42ba44f1528d2d9ecec81bec65e5b084a65c91203d003d4af2b544590d46010eb91be3425d708974e37304bb65a7b7a6520d3149267d0cf04c6ad
|
||||
DIST pysmartthings-0.6.8.tar.gz 37675 BLAKE2B 3331888992b58e8ab9a350a199f5954f2c39e4ddc5adc635384b7c6af6b081fce0d90dd89ac2ed3a1db952d34110b61f4ae870085880bfb86925f7a66063fdd8 SHA512 bf47b04d549c2cbd80a516b200c0c3308277a575381ff0f9340429299b930169b0b5c3501ab5362c124ba9d5f38598d46afbfbb5a696202248e8a4efc5716fd4
|
||||
EBUILD pysmartthings-0.6.7.ebuild 783 BLAKE2B 568f5fa249440636ec677f46fdf0620163fba16e3f272e48463d20cadda322897bdd92d826a727fa19d515e46abc5fe67fd68db66fc71c15ae167ee14cdad764 SHA512 c17d64868a6b222983137cf4540d37ff6ce0935f8c4cb47e8e844e6384c8030ef8f87a88eefba952b9ccce819578c21e9b5a716e83a81efffd0e886d1cf1750f
|
||||
EBUILD pysmartthings-0.6.8.ebuild 783 BLAKE2B 568f5fa249440636ec677f46fdf0620163fba16e3f272e48463d20cadda322897bdd92d826a727fa19d515e46abc5fe67fd68db66fc71c15ae167ee14cdad764 SHA512 c17d64868a6b222983137cf4540d37ff6ce0935f8c4cb47e8e844e6384c8030ef8f87a88eefba952b9ccce819578c21e9b5a716e83a81efffd0e886d1cf1750f
|
||||
MISC metadata.xml 461 BLAKE2B fc0017f6b2a969fe1e50fd2f4fe7981b81e1f037fd3e1dfbc08ee11a507bdc4225ee684670de1c2558c7c692f6c7795675c45cfbed2851144537ba13890432b0 SHA512 83daf211de35d30ebeefd7391b3eae622926c3be47ee484fa2fa4a78d4b6c287d5abdaccddc9a8df83378cc9fd9a9fbb487a1905d6d44f69eca46e2d4d4abad4
|
||||
16
dev-python/pysmartthings/metadata.xml
Normal file
16
dev-python/pysmartthings/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">pysmartthings</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>andrew@sayre.net</email>
|
||||
<name>Andrew Sayre</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pysmartthings/pysmartthings-0.6.7.ebuild
Normal file
30
dev-python/pysmartthings/pysmartthings-0.6.7.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 python library for interacting with the SmartThings cloud API build with asyncio and aiohttp."
|
||||
HOMEPAGE="https://github.com/andrewsayre/pysmartthings https://pypi.org/project/pysmartthings/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="ASL 2.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
|
||||
}
|
||||
30
dev-python/pysmartthings/pysmartthings-0.6.8.ebuild
Normal file
30
dev-python/pysmartthings/pysmartthings-0.6.8.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 python library for interacting with the SmartThings cloud API build with asyncio and aiohttp."
|
||||
HOMEPAGE="https://github.com/andrewsayre/pysmartthings https://pypi.org/project/pysmartthings/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="ASL 2.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
|
||||
}
|
||||
Reference in New Issue
Block a user