Đoàn Trần Công Danh d21de3397f remove wrksrc en-mass
2022-11-08 22:30:37 +07:00

19 lines
653 B
Bash

# Template file for 'python3-Flask-OAuthlib'
pkgname=python3-Flask-OAuthlib
version=0.9.6
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-requests-oauthlib"
short_desc="OAuthlib for Flask (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/lepture/flask-oauthlib"
changelog="https://raw.githubusercontent.com/lepture/flask-oauthlib/master/CHANGES.rst"
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
checksum=5bb79c8a8e670c2eb4cb553dfc3283b6c8d1202f674934676dc173cee94fe39c
post_install() {
vlicense LICENSE
}