mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update for astropy_helper 3.1
This commit is contained in:
parent
b6b99eb695
commit
73bcb8f1a5
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Dec 1 16:52:39 UTC 2018
|
||||
# Wed Dec 5 19:00:58 UTC 2018
|
||||
pkgbase = python-specutils
|
||||
pkgdesc = Astropy Affiliated package for 1D spectral operations
|
||||
pkgver = 0.5.1
|
||||
|
|
@ -13,9 +13,9 @@ pkgbase = python-specutils
|
|||
makedepends = python-scipy
|
||||
makedepends = python-six
|
||||
makedepends = python-astropy
|
||||
makedepends = python-astropy-helpers
|
||||
makedepends = python-astropy-helpers>=3.1
|
||||
makedepends = python-sphinx
|
||||
makedepends = python-matplotlib
|
||||
makedepends = python-sphinx-astropy
|
||||
makedepends = python-gwcs
|
||||
source = https://files.pythonhosted.org/packages/source/s/specutils/specutils-0.5.1.tar.gz
|
||||
md5sums = 544f8613f9e2812350fcd27f7b38c6de
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -7,7 +7,7 @@ pkgdesc="Astropy Affiliated package for 1D spectral operations"
|
|||
arch=('i686' 'x86_64')
|
||||
url="http://specutils.readthedocs.io/en/latest/"
|
||||
license=('BSD')
|
||||
makedepends=('cython' 'python-numpy' 'python-scipy' 'python-six' 'python-astropy' 'python-astropy-helpers' 'python-sphinx' 'python-matplotlib' 'python-gwcs')
|
||||
makedepends=('cython' 'python-numpy' 'python-scipy' 'python-six' 'python-astropy' 'python-astropy-helpers>=3.1' 'python-sphinx' 'python-sphinx-astropy' 'python-gwcs')
|
||||
#checkdepends=('python-pytest-astropy')
|
||||
source=("https://files.pythonhosted.org/packages/source/s/specutils/specutils-${pkgver}.tar.gz")
|
||||
md5sums=('544f8613f9e2812350fcd27f7b38c6de')
|
||||
|
|
@ -45,7 +45,7 @@ package_python-specutils() {
|
|||
|
||||
package_python-specutils-doc() {
|
||||
pkgdesc="Documentation for Python Specutils module"
|
||||
cd ${srcdir}/specutils-${pkgver}/docs/docs/_build
|
||||
cd ${srcdir}/specutils-${pkgver}/docs/_build
|
||||
|
||||
install -d -m755 "${pkgdir}/usr/share/doc/${pkgbase}"
|
||||
cp -a html "${pkgdir}/usr/share/doc/${pkgbase}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue