add lyft_rides-0.2

This commit is contained in:
Andreas Billmeier 2019-11-23 14:38:11 +01:00
parent b1823ab2a0
commit b0dad777e5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add lyft_rides-0.2
* add lw12-0.9.2
* bump luftdaten-0.6.3
* add logi-circle-0.2.2

View File

@ -0,0 +1,3 @@
DIST lyft_rides-0.2.tar.gz 17070 BLAKE2B 19a57f646f21fe6af2c1a0ee25bb2f7d188b327c38fc1b73ed353d6d82b419e3db70d53f6a0a1a5bdaccf5c862a80d28ca13df96eaafc17ed060a660d1432086 SHA512 9a68d0c4fd2c20b140e9690d226a665734b7d28d689f1a30d714f1792079c15c73a3aac32bb17a5e589d7d0e3738697d156578058b4faa3d36f5e44d7fb35a14
EBUILD lyft_rides-0.2.ebuild 760 BLAKE2B 88e7bfde75b5ea62885a37e13a26b64620bb3251e616021c61df2c72700a84578c326fb50caa603d8e947d57e8ae154d75629ac9045303b0daa805ee7ca9a286 SHA512 3edfa2622ba82c9842c9ec3ff18412bc35097e5b40ffa96501043e5d3e0065d037b76d6244753f3c89fa3a797ae3933f159d191a9d1cfc42d9f2d458eb54e38b
MISC metadata.xml 468 BLAKE2B 165b2509427d09f5c3925fbfac9c047031fd43684e35fbb94e28120fee60968b570e4e780d17f0afbc83c3fd497fe406d18dca038367017b0c713514ea0adfc8 SHA512 f55f0b0d375cdd7eb22edc7db44e567e8ab8c86da219d564a2fc091f43ed4f313fa89a31f14b707688ffd92f6e8aed7ea59e8c7e6c251192e4386b62dba032bc

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="Unofficial Lyft Rides API Python SDK"
HOMEPAGE="https://github.com/gautammishra/lyft-rides-python-sdk https://pypi.org/project/lyft_rides/"
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}]
dev-python/pyyaml[${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">lyft_rides</remote-id>
<maintainer status="unknown">
<email>gautam.mishra@hotmail.com</email>
<name>Gautam Mishra</name>
</maintainer>
</upstream>
</pkgmetadata>