summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-23 13:05:42 +0100
committerGrey Christoforo2016-07-23 13:07:56 +0100
commit157938b96272aed9f089e414080d05994724bdb1 (patch)
tree8ff8bca5454822097720148094339420cbab6b87
downloadaur-157938b96272aed9f089e414080d05994724bdb1.tar.gz
initial commit
add srcinfo
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD23
-rw-r--r--s2sphere-0.2.4.tar.gzbin0 -> 51679 bytes
3 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..52236e01d2fe
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Jul 23 12:05:58 UTC 2016
+pkgbase = s2sphere
+ pkgdesc = Python implementation of the S2 Geometry Library
+ pkgver = 0.2.4
+ pkgrel = 1
+ url = http://s2sphere.readthedocs.io
+ arch = any
+ license = MIT
+ makedepends = python2-distribute
+ depends = python2
+ source = https://pypi.python.org/packages/59/49/c39a5563d6e1f244d72a384da828039d184c1c4d0b2ba3cf0ee3fb41caf1/s2sphere-0.2.4.tar.gz
+ md5sums = 446d76fc96a0d457ba0506c71691c9d6
+
+pkgname = s2sphere
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..afbad1580e4a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+#Automatically generated by pip2arch on 2016-07-23
+
+pkgname=s2sphere
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Python implementation of the S2 Geometry Library"
+url="http://s2sphere.readthedocs.io"
+depends=('python2' )
+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
+}
diff --git a/s2sphere-0.2.4.tar.gz b/s2sphere-0.2.4.tar.gz
new file mode 100644
index 000000000000..561f8ffabcee
--- /dev/null
+++ b/s2sphere-0.2.4.tar.gz
Binary files differ