mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/py-flask-restless: new aport
Flask ReSTful API generation extension https://pypi.python.org/pypi/Flask-Restless
This commit is contained in:
parent
e49371f248
commit
2f2cbf8e89
41
testing/py-flask-restless/APKBUILD
Normal file
41
testing/py-flask-restless/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-flask-restless
|
||||
_pkgname=Flask-Restless
|
||||
pkgver=0.12.0
|
||||
pkgrel=0
|
||||
pkgdesc="Flask ReSTful API generation extension"
|
||||
url="https://pypi.python.org/pypi/Flask-Restless"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python py-flask"
|
||||
depends_dev=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="927238aad981a2543339ebc331643f2f Flask-Restless-0.12.0.tar.gz"
|
||||
sha256sums="e76418d762cbd1ea355afd746eafc26660fc9247f5b4b0c5f4e89dbee282e47c Flask-Restless-0.12.0.tar.gz"
|
||||
sha512sums="499eaae1183e654ad95893c065b55df88386d7408418da9eb1995a1fdc01d2aac571c992e479d7583f282465adba8f4942cd06464d72042ec86883d568db0916 Flask-Restless-0.12.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user