18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'python3-oauthlib'
|
|
pkgname=python3-oauthlib
|
|
version=3.1.0
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Implementation of the OAuth request-signing logic (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/oauthlib/oauthlib"
|
|
distfiles="${PYPI_SITE}/o/oauthlib/oauthlib-${version}.tar.gz"
|
|
checksum=bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|