Date: Wednesday, April 12, 2023 @ 06:52:32
Author: arojas
Revision: 1444796
upgpkg: python-astropy 5.2.2-1: Update to 5.2.2
Modified:
python-astropy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 06:31:22 UTC (rev 1444795)
+++ PKGBUILD 2023-04-12 06:52:32 UTC (rev 1444796)
@@ -3,7 +3,7 @@
_pkg=astropy
pkgname=python-${_pkg}
-pkgver=5.2.1
+pkgver=5.2.2
pkgrel=1
pkgdesc="Common core package for Astronomy"
arch=(x86_64)
@@ -10,7 +10,7 @@
url="https://www.astropy.org/"
license=(BSD)
depends=(python cfitsio expat wcslib python-numpy python-pyerfa python-yaml
python-packaging)
-makedepends=(python-build python-installer python-wheel python-setuptools-scm
python-extension-helpers)
+makedepends=(python-build python-installer python-wheel python-setuptools-scm
python-extension-helpers cython)
optdepends=('python-matplotlib: plotting functionality astropy.visualization'
'python-scipy: variety of features in several modules'
'python-certifi'
@@ -32,7 +32,7 @@
'python-fsspec: opening remote and cloud-hosted FITS files')
#checkdepends=(python-pytest python-pytest-xdist python-hypothesis)
source=(https://files.pythonhosted.org/packages/source/a/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('f6ae27a077f8ea84903efa76c790b985617341a0084b0d21c391f7a3f332ac23')
+sha256sums=('e6a9e34716bda5945788353c63f0644721ee7e5447d16b1cdcb58c48a96b0d9c')
build() {
cd ${_pkg}-${pkgver}