add pysmartapp
This commit is contained in:
parent
a8cd39f86a
commit
27c34110be
3
dev-python/pysmartapp/Manifest
Normal file
3
dev-python/pysmartapp/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pysmartapp-0.3.2.tar.gz 12962 BLAKE2B 7f5600a43eac227776023bfa569454bb95ff7f3fa4d9b7a9279f26ec2d9cb5c4f04561e9247b313a76ddf9cec9b1b1d748e08ee56d1c232a50ab5684ea1048ca SHA512 89211a742124dbb6de454ca76b36fa147b7c9097544c07bfb6fe78ec93998e5519cc5a88e5a69ffbebadaeb82c49eef598d2d25b8fd58da54718bc02eaf7bdb0
|
||||
EBUILD pysmartapp-0.3.2.ebuild 730 BLAKE2B 5d5776cf78ff54f720f8a8b42a4907fbcd6d51c91c4ae3b5e802da0ba57f0d5ee59d537eec72508c3f7867d87929bb9f6e7d676542f0db54aa8dfaceb38b0644 SHA512 132267cc68c86d88483581c09f84dd8ac9d54e3d16469ac1c5d21ecf9866cfdf3741c30408fa8afa2117192a86312b28d2528b3061bc4313cafc1de2c09ed3e1
|
||||
MISC metadata.xml 458 BLAKE2B cbcafa8e1eb8eddb5b898ab5d7f82ef657501d6ea0ef1447e8a98f8365c14fa9c978f4cf7d137081b308236e99479bc79f9e88d830a47507cbec50603a97913c SHA512 1a84e8586d0da086e1e245562c8f8e5561e511298802d87b951b8a4d149bfab7a311f35bb16cf4233073b132395353b775c4701909e19c5104bafada29bd9c53
|
16
dev-python/pysmartapp/metadata.xml
Normal file
16
dev-python/pysmartapp/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">pysmartapp</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>andrew@sayre.net</email>
|
||||
<name>Andrew Sayre</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pysmartapp/pysmartapp-0.3.2.ebuild
Normal file
30
dev-python/pysmartapp/pysmartapp-0.3.2.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 building a SmartThings SmartApp"
|
||||
HOMEPAGE="https://github.com/andrewsayre/pysmartapp https://pypi.org/project/pysmartapp/"
|
||||
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