python-Flask-Script: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 22:26:31 +07:00
parent bf4696c88c
commit 869416d806
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-Flask-Script'
pkgname=python-Flask-Script
version=2.0.6
revision=2
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="flask_script"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-Flask"
short_desc="Scripting support for Flask (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD"
homepage="https://github.com/smurfix/flask-script"
distfiles="${PYPI_SITE}/F/Flask-Script/Flask-Script-${version}.tar.gz"
checksum=6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65
post_install() {
vlicense LICENSE
}
python3-Flask-Script_package() {
archs=noarch
depends="python3-Flask"
pycompile_module="flask_script"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

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

View file

@ -0,0 +1,18 @@
# Template file for 'python3-Flask-Script'
pkgname=python3-Flask-Script
version=2.0.6
revision=3
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask"
short_desc="Scripting support for Flask (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/smurfix/flask-script"
distfiles="${PYPI_SITE}/F/Flask-Script/Flask-Script-${version}.tar.gz"
checksum=6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65
post_install() {
vlicense LICENSE
}