aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pyramid-layout/APKBUILD
blob: 6087effa55cff59f693d242f101a57d7b650daef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-pyramid-layout
_pkgname=pyramid_layout
pkgver=1.0
pkgrel=0
pkgdesc="A pyramid plugin that provides UI layout"
url="https://pypi.python.org/pypi/pyramid_layout"
arch="noarch"
license="BSD"
depends="python2 py-pyramid"
makedepends="python2-dev py-setuptools"
options="!check"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

builddir="$srcdir/$_pkgname-$pkgver"

build() {
	cd "$builddir"
	python2 setup.py build
}

package() {
	cd "$builddir"
	python2 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="3cabb35cc0bb7a09f8b5b2ef439e689e3ab484bf73bb2664f4d250624dca601eada7204d894956bbc194a1da1977ded6d8d26c566f56fbde3c219adbfd7379be  pyramid_layout-1.0.tar.gz"