diff options
author | Universebenzene | 2021-01-12 02:13:49 +0800 |
---|---|---|
committer | Universebenzene | 2021-01-12 02:13:49 +0800 |
commit | 255c7e6918444d2e7f40a5164927bf62138922c3 (patch) | |
tree | ebd3ba3a764c0c1efb41239fe50457a4ff3e5720 /PKGBUILD | |
parent | 6d1d09a05a191a118e335e530276cb7a35acf402 (diff) | |
download | aur-255c7e6918444d2e7f40a5164927bf62138922c3.tar.gz |
Reduce depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -7,15 +7,10 @@ pkgdesc="Documentation for AstroPy" arch=('i686' 'x86_64') url="http://www.astropy.org" license=('BSD') -makedepends=("python-${_pyname}=${pkgver}" 'python-yaml' 'python-pillow' 'python-astropy-helpers>=4.0.1' 'graphviz' 'python-scikit-image' 'python-pytest' 'python-sphinx-astropy') +makedepends=("python-${_pyname}=${pkgver}" 'python-scipy' 'python-yaml' 'graphviz' 'python-pytest' 'python-sphinx-astropy') source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") md5sums=('6801e8c78ed2f02fd8fdc0ea65048f95') -prepare() { - cd ${srcdir}/${_pyname}-${pkgver} - sed -i -e '/auto_use/s/True/False/' setup.cfg -} - build() { cd ${srcdir}/${_pyname}-${pkgver}/docs |