mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py-pyramid-layout: new aport
A pyramid plugin that provides UI layout https://pypi.python.org/pypi/pyramid_layout
This commit is contained in:
parent
0f0d509630
commit
997f028baf
41
testing/py-pyramid-layout/APKBUILD
Normal file
41
testing/py-pyramid-layout/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-pyramid-layout
|
||||
_pkgname=pyramid_layout
|
||||
pkgver=0.8
|
||||
pkgrel=0
|
||||
pkgdesc="A pyramid plugin that provides UI layout"
|
||||
url="https://pypi.python.org/pypi/pyramid_layout"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python py-pyramid"
|
||||
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="1842109124d2959bd1b01fe168456843 pyramid_layout-0.8.tar.gz"
|
||||
sha256sums="8ca58ffdd0316225e122d2f383fbea8768b44bd5af08da24db8decb72a025cfb pyramid_layout-0.8.tar.gz"
|
||||
sha512sums="9cff25311a1936e7f5dfad1af5b9a5c7e21d1fbfbe03ececee55df72dd8fbbeb24fe75992d77be41cd886d8613744ae2da10eeaaefc619cefeb867f63cd65722 pyramid_layout-0.8.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user