pysmartthings removed

This commit is contained in:
2019-02-17 11:01:06 +01:00
parent 5c0bb8e1c7
commit 45cddc7747
3 changed files with 0 additions and 41 deletions

View File

@@ -1,3 +0,0 @@
DIST pysmartthings-0.6.2.tar.gz 34606 BLAKE2B 178df844d9c5b0e2ae4b30d777a34a0e04521e12aae94c4f76576731f52e082cb0be9389374d42e11a79e001fd294275389a75dd31fcc8860864ae68e22b4a89 SHA512 6a48dc7400f9079284dcc0e12fe9f7edb96a3ae26d002daad9fbb49c5da3f419c09af6128608df2619a0db0f097e3a442335900c1b452c7033f4825e68ceed68
EBUILD pysmartthings-0.6.2.ebuild 744 BLAKE2B c91f9e3b9e04f4a1d6331554efb3add1859a3d9f2f504328e496bdf3b897c39af6758968039a41bb4c658b379d71d144ca59259a099f9ebb2a5f0c35ffb16c13 SHA512 138fd2a985c9dbb229836df4bd338f19e330a060aa3f0c37bf9e40684bd0c1069ea47cf0620a3655eb38715441c74ec8e2cd796c7f06236c003c0fccc066820c
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@@ -1,8 +0,0 @@
<?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>
</pkgmetadata>

View File

@@ -1,30 +0,0 @@
# 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="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="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
}