mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py-flask-rst: new aport
Flask rst extension https://pypi.python.org/pypi/flask-rst
This commit is contained in:
parent
02f479f3b2
commit
0de0334047
41
testing/py-flask-rst/APKBUILD
Normal file
41
testing/py-flask-rst/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-flask-rst
|
||||
_pkgname=flask-rst
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgdesc="Flask rst extension"
|
||||
url="https://pypi.python.org/pypi/flask-rst"
|
||||
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="7ebb0e9d4e6dac6e7112b6645e5f6be3 flask-rst-0.1.tar.gz"
|
||||
sha256sums="ef710c55fbcae41cd661be3aa7c0ede66365835b2106b175b4c66051d59fb377 flask-rst-0.1.tar.gz"
|
||||
sha512sums="3a1401c7987c02a96e37ee0f61dd6901422170503f8735937972e0e7afb3c3769cbce34fab6003b657a429ec843f4c505c6a3ac42b24454743fac17deddebe4e flask-rst-0.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user