summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4d890bf15c0391390ae9f73509c8fbdbcbbe0a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = python-teslapy
	pkgdesc = A Python implementation of the client side interface to the Tesla Motors Owner API
	pkgver = 2.7.0
	pkgrel = 1
	url = https://github.com/tdorssers/TeslaPy
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	depends = python-requests
	depends = python-requests-oauthlib
	depends = python-websocket-client
	source = https://github.com/tdorssers/TeslaPy/archive/refs/tags/v2.7.0.tar.gz
	sha256sums = 88af01cdf322198ead081761606e7a75922ac4f7b07771d7515460e48b4f8ca2

pkgname = python-teslapy