mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
A pyramid plugin that provides de-centralized hierarchical object dispatch http://github.com/cadithealth/pyramid_controllers
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py-pyramid-controllers
|
|
_pkgname=pyramid_controllers
|
|
pkgver=0.3.19
|
|
pkgrel=0
|
|
pkgdesc="A pyramid plugin that provides de-centralized hierarchical object dispatch"
|
|
url="http://github.com/cadithealth/pyramid_controllers"
|
|
arch="noarch"
|
|
license="MIT"
|
|
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="7aa54826a9b96262a0298a7c67ef7906 pyramid_controllers-0.3.19.tar.gz"
|
|
sha256sums="3aa7211886f8e3c791d636f0d2d73e373b2e7f62f79c193932b685627e77190b pyramid_controllers-0.3.19.tar.gz"
|
|
sha512sums="c1af13fbaa2feead24e8b7c1b5fbcdd01f1ed3f1f7d566590aa542c26f15d7c0e01ae6569b33648f0ad8197c761acc0ea08bd24a1aa20cad801c01489f5224c5 pyramid_controllers-0.3.19.tar.gz"
|