summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7bf3c86c32c57ef863a3bbb60a9cca9722136ee0 (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
# Maintainer: willemw <willemw12@gmail.com>
# Contributor: Chris Brannon <chris@the-brannons.com>
# Contributor: Tomas A. Schertel <tschertel.at.gmail.com>
# Contributor: Lauri Jäntti <lauri.jantti@cs.joensuu.fi>

_pkgname=Elixir
pkgname=python2-elixir
pkgver=0.7.1
pkgrel=6
pkgdesc="Declarative mapper for SQLAlchemy"
#url="http://elixir.ematia.de/"
#url="http://elixir.ematia.de/apidocs/elixir.html"
url="https://pypi.org/project/Elixir/"
license=('MIT')
arch=('any')
makedepends=('python2-setuptools')
depends=('python2-sqlalchemy-0.7.9')
source=(https://pypi.python.org/packages/source/E/$_pkgname/$_pkgname-$pkgver.tar.gz)
md5sums=('5615ec9693e3a8e44f69623d58f54116')

package() {
  cd $_pkgname-$pkgver
  python2 setup.py install --root="$pkgdir/" --optimize=1
}