2015-06-27 23:17:48 +03:00

38 lines
1.0 KiB
Plaintext

# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
# Maintainer:
pkgname=py-django-treebeard
pkgver=3.0
pkgrel=0
pkgdesc="Efficient tree implementations for Django"
url=https://tabo.pe/projects/django-treebeard/
arch=noarch
license="ASL 2.0"
depends=py-django
makedepends=py-setuptools
source=https://pypi.python.org/packages/source/d/django-treebeard/django-treebeard-$pkgver.tar.gz
_builddir=$srcdir/django-treebeard-$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
}
package() {
cd "$_builddir"
python setup.py install --root "$pkgdir"
}
md5sums="3fcc74669c1735c6ab1081c3416e419c django-treebeard-3.0.tar.gz"
sha256sums="ac9935d855359951f1a9c51904f55f2a1b1b41930ea472ded78cfd50c5cae982 django-treebeard-3.0.tar.gz"
sha512sums="9c15dd75142a36cbd73d09c1f677f9875f67dc809178aeec79fab817a2ec60dc4afb0ca81ffa818be489d4bb1190299197e0f9b7d90e704428ca6c3fc6bf0a61 django-treebeard-3.0.tar.gz"