add python-ripple-api-0.0.3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add python-ripple-api-0.0.3
|
||||
* add ring-doorbell-0.2.3
|
||||
* downgrade to pyRFXtrx-0.23.0
|
||||
* add RtmAPI-0.7.2
|
||||
|
||||
3
dev-python/python-ripple-api/Manifest
Normal file
3
dev-python/python-ripple-api/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST python-ripple-api-0.0.3.tar.gz 1867 BLAKE2B 9ccc4f33a2ca991d3ef112904fc9cba0bd7d564c4d80106e4b6d75bc84b3408af122e1b9762fc39e16caea4ac5107410c87f765b4e906585a8f83fdae0615d21 SHA512 1a15590e628e34fef4681ec52642cc8c50e4b3a9078cffbb908225839bee79e4f445aeb0a1fce50e25e45c138b349c08aff408175bb726a68ee772c3540ebc6a
|
||||
EBUILD python-ripple-api-0.0.3.ebuild 735 BLAKE2B b44993d65319a9b96cd98ea1e82e83f502b6b1bc975f7a86eb0b70682b9e462c45f521ac243553b786ce8df8881cf4c660f7fee82a3ab9f89a242647a9c6a2cd SHA512 d457381209fcfaed0289f397417761f3f57a6e89b55fe7bfbd86dd1155f02c9d334c79de5d917fa1e7217c9a860a0911a42f4010317fa00d7dd58f47d2c92274
|
||||
MISC metadata.xml 467 BLAKE2B e75c6a7f3ca8ae917ae125e9adf0535d7050c87585ac1f3aeb52426ba90619f5945c57b5ea566c351fb399d6afe893c9583da23aa77ced6fd9e921c0c78971ac SHA512 69670394852c499405c64bd8214918290085c3b11a0cf831c387e2a170c1f83bf5040de931b0583598455af4e46d585a95abc2193ec787b8d63e68cec81a3da6
|
||||
16
dev-python/python-ripple-api/metadata.xml
Normal file
16
dev-python/python-ripple-api/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">python-ripple-api</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nkgilley@gmail.com</email>
|
||||
<name>Nolan Gilley</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/python-ripple-api/python-ripple-api-0.0.3.ebuild
Normal file
30
dev-python/python-ripple-api/python-ripple-api-0.0.3.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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="Python API for interacting with ripple.com."
|
||||
HOMEPAGE="https://github.com/nkgilley/python-ripple-api https://pypi.org/project/python-ripple-api/"
|
||||
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=">=dev-python/requests-2.0[${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
|
||||
}
|
||||
Reference in New Issue
Block a user