summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9ea5058d28b3bb782d873c5e9f92c2d88874e9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = python-jwt
	pkgdesc = JSON Web Token implementation
	pkgver = 1.7.1
	pkgrel = 1
	url = https://github.com/jpadilla/pyjwt
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = git
	depends = python
	options = !emptydirs
	source = git+https://github.com/jpadilla/pyjwt#tag=1.7.1
	source = python3_8.patch::https://github.com/jpadilla/pyjwt/commit/09f2e20c6621b531be37392a514d8805f9804723.patch
	sha256sums = SKIP
	sha256sums = dd4467fb91e425d840532df377144f66495ea5588de2844e56d4830ada8785f9

pkgname = python-jwt