python-Flask-OAuthlib: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 17:15:25 +07:00
parent af456de912
commit 4d7f50c0f1
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-Flask-OAuthlib'
pkgname=python-Flask-OAuthlib
version=0.9.5
revision=2
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="flask_oauthlib"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-Flask python-requests-oauthlib"
short_desc="OAuthlib for Flask (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/lepture/flask-oauthlib"
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
checksum=cbfe835902569909a19828582c3381148995ad677243016ccad9c951acf69406
post_install() {
vlicense LICENSE
}
python3-Flask-OAuthlib_package() {
archs=noarch
depends="python3-Flask python3-requests-oauthlib"
pycompile_module="flask_oauthlib"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-Flask-OAuthlib

View file

@ -0,0 +1,18 @@
# Template file for 'python3-Flask-OAuthlib'
pkgname=python3-Flask-OAuthlib
version=0.9.5
revision=3
wrksrc="${pkgname#*-}-${version}"
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"
distfiles="${PYPI_SITE}/F/Flask-OAuthlib/Flask-OAuthlib-${version}.tar.gz"
checksum=cbfe835902569909a19828582c3381148995ad677243016ccad9c951acf69406
post_install() {
vlicense LICENSE
}