summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a447aec254a8c37ae3c15bc07df67051ce2dfdbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Automatically generated by pip2arch on 2016-07-23

pkgname=python2-s2sphere
pkgver=0.2.4
pkgrel=2
pkgdesc="Python implementation of the S2 Geometry Library"
url="http://s2sphere.readthedocs.io"
depends=('python2' 'python2-future')
makedepends=('python2-distribute' )
license=('MIT')
arch=('any')
source=('https://pypi.python.org/packages/59/49/c39a5563d6e1f244d72a384da828039d184c1c4d0b2ba3cf0ee3fb41caf1/s2sphere-0.2.4.tar.gz')
md5sums=('446d76fc96a0d457ba0506c71691c9d6')

build() {
    cd $srcdir/s2sphere-0.2.4
    python2 setup.py build
}

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