void-packages/srcpkgs/python3-oauthlib/template
2021-10-09 08:00:38 -04:00

19 lines
575 B
Bash

# Template file for 'python3-oauthlib'
pkgname=python3-oauthlib
version=3.1.0
revision=5
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Implementation of the OAuth request-signing logic (Python3)"
maintainer="bra1nwave <brainwave@openmailbox.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
}