clx-sdk-xms-1.0.0 added

This commit is contained in:
Andreas Billmeier 2019-11-24 16:59:07 +01:00
parent 5e186bd31b
commit 3fcf02045c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add clx-sdk-xms-1.0.0
* add Adafruit-GPIO-1.0.3, Adafruit-PureIO-0.2.3, Adafruit-SHT31-1.0.2
* dg pysesame2-1.0.1
* dg eagle200-reader-0.2.1, raspihats-2.2.3, rocketchat-API-0.6.1

View File

@ -0,0 +1,3 @@
DIST clx-sdk-xms-1.0.0.tar.gz 16738 BLAKE2B fdaac31a7ec3de23015be507cfeac20bc7e06f89bab11addce44292e4dd96c5afa9a77c6bd63506a6124e86237b61eec00f302b2ae9b107fde3a811976a3bf96 SHA512 76aac53fbd18dc7097980c099cf84aa5bdd1ed33826ce4c78e4da259f89e26e62a9abf9918f072fe6b23edd1a05de1dfac297debdc651d10360b652010d44f52
EBUILD clx-sdk-xms-1.0.0.ebuild 793 BLAKE2B 24f55ef46fedded53f8948466817d05c440587849cff172f47504c25787208ebc1cc2ee436188c4294e6d7fe286f33e467c00f597f587d27f2bd1e680d258e42 SHA512 57224c0c6c9f639459c71d1a58f7f3e66f78ce3f30b756045fddf19cf4a6a2c271418dcd33d735d82775a59f30a1033706dfd457f25f20d814648267eb1819a1
MISC metadata.xml 465 BLAKE2B 05ee5e141f1f54263b46606b4c5b742be7666519e24e7ed42e2424ba74b478cb20f4920dae2844021cedcf7be6b83e7d8a6c4619c1c93dd6edff234c57eab4d6 SHA512 7290b26854143f80c5c34fcbdd7d745f9b44891671f1c68712691b0167e234ef97c7c13fcf7b11d766b627dea2b03592d81fa53b004b4f818bb66f080acaa7da

View File

@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Library for CLX Communications HTTP REST Messaging API"
HOMEPAGE="https://github.com/clxcommunications/sdk-xms-python https://pypi.org/project/clx-sdk-xms/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}]
>=dev-python/requests-2.4.2[${PYTHON_USEDEP}]"
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
}

View 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">clx-sdk-xms</remote-id>
<maintainer status="unknown">
<email>robert@chaitsa.com</email>
<name>Robert Helgesson</name>
</maintainer>
</upstream>
</pkgmetadata>