add wunderpy2-0.1.6
This commit is contained in:
parent
ebf5b6f319
commit
c972cdf1b0
@ -1,5 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add wirelesstagpy-0.4.0
|
||||
* add wirelesstagpy-0.4.0, wunderpy2-0.1.6
|
||||
* add ibm-watson and ibm-cloud-sdk-core
|
||||
* add ibmiotf-0.3.4 and ibmiotf-0.4.0
|
||||
* dg to steamodd-4.21, py-synology-0.2.0, pywemo-0.4.34, synology-srm-0.0.7
|
||||
|
3
dev-python/wunderpy2/Manifest
Normal file
3
dev-python/wunderpy2/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST wunderpy2-0.1.6.tar.gz 12649 BLAKE2B 302c7902db02c09344e6a6c96d0f5fcbd399b199d0802e954e58dadd7809f5ed218779ea925df0e3f8dde5ab7c99d427e0718f960376613ec263867529f8cb1b SHA512 1bc8159ab67f6290713a512cf398d68d8869703deaa902c38dbaa40b67d70d3ae7e1f94956605d4fc08734fe633c48dad4bb9c3648ad85c09c3686d767761669
|
||||
EBUILD wunderpy2-0.1.6.ebuild 718 BLAKE2B c793491323f4810f16ea4377afd9cc14cad9b0e74435a03eb56bd44a337f7d6994d8fc364fb026feb04589f80adba32d7da66b7ca8e157235dbb3be7d15ee0bd SHA512 2892445f0cc41ad5f27e3e514ead2538cbffed0b3c723b303906323dcc37590a4a76f31e32f89470ef42dcc4c15835c8b9f88008533f6118d35ea45b86237416
|
||||
MISC metadata.xml 459 BLAKE2B 3c202bde0b8b2e849e948f838fa3004450887e3f5dfa45674abaac556b58f44dfe4fb4da34422e02acba4335bdd45a7f284aa2360309658b882ef4e68ee09e38 SHA512 de2829a0eeae9d62c195494fb133e822654b2c0ae7d69c45826e0c1770e248cb641b7e88907c20404888e4ef8d9e0ec1f07ee5a41eb9f4e20bca9d99f2904992
|
16
dev-python/wunderpy2/metadata.xml
Normal file
16
dev-python/wunderpy2/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">wunderpy2</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mieubrisse@gmail.com</email>
|
||||
<name>mieubrisse</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/wunderpy2/wunderpy2-0.1.6.ebuild
Normal file
30
dev-python/wunderpy2/wunderpy2-0.1.6.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="A Python library for the Wunderlist 2 REST API"
|
||||
HOMEPAGE="https://github.com/mieubrisse/wunderpy2 https://pypi.org/project/wunderpy2/"
|
||||
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[${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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user