summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d546f498f220..0255889b76d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Sat Dec 8 08:32:11 UTC 2018
pkgbase = python2-spherical_geometry
pkgdesc = Python based tools for spherical geometry
- pkgver = 1.2.5
+ pkgver = 1.2.11
pkgrel = 1
url = http://www.stsci.edu/resources/software_hardware/stsci_python
arch = i686
arch = x86_64
license = BSD
- makedepends = cython2
+ makedepends = python2-setuptools
makedepends = python2-astropy-helpers
depends = python2>=2.7
depends = python2-numpy>=1.5.0
@@ -16,8 +14,8 @@ pkgbase = python2-spherical_geometry
depends = python2-astropy>=0.3
optdepends = python-spherical_geometry-doc: Documentation for Spherical Geometry Toolkit
optdepends = python2-pytest<3.7: For testing
- source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.5.tar.gz
- md5sums = bf33af71561a69231c9d5e1238e557c5
+ source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.11.tar.gz
+ md5sums = ecec9cc8b3ec35199ebac6c7bf6b2b15
pkgname = python2-spherical_geometry
diff --git a/PKGBUILD b/PKGBUILD
index b6c12be39322..2a84bbdb7f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-spherical_geometry
-pkgver=1.2.5
+pkgver=1.2.11
pkgrel=1
pkgdesc="Python based tools for spherical geometry"
arch=('i686' 'x86_64')
url="http://www.stsci.edu/resources/software_hardware/stsci_python"
license=('BSD')
depends=('python2>=2.7' 'python2-numpy>=1.5.0' 'qd>=2.3.7' 'python2-astropy>=0.3')
-makedepends=('cython2' 'python2-astropy-helpers')
+makedepends=('python2-setuptools' 'python2-astropy-helpers')
#checkdepends=('python2-pytest')
optdepends=('python-spherical_geometry-doc: Documentation for Spherical Geometry Toolkit'
'python2-pytest<3.7: For testing')
source=("https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-${pkgver}.tar.gz")
-md5sums=('bf33af71561a69231c9d5e1238e557c5')
+md5sums=('ecec9cc8b3ec35199ebac6c7bf6b2b15')
prepare() {
cd ${srcdir}/spherical_geometry-${pkgver}