summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97af3751273e..6b5a228f8cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=drizzlepac
pkgname=python-${_pyname}-doc
-pkgver=3.5.0
+pkgver=3.5.1
pkgrel=1
pkgdesc="Documentation for DrizzlePac"
arch=('any')
@@ -11,16 +11,16 @@ makedepends=("python-${_pyname}=${pkgver}"
'graphviz'
'python-numpydoc'
'python-sphinx_rtd_theme'
- 'python-astroquery'
- 'python-photutils'
- 'python-pandas'
- 'python-stsci_rtd_theme'
+# 'python-astroquery'
+# 'python-photutils'
+# 'python-pandas'
+# 'python-stsci_rtd_theme'
'python-sphinx-automodapi'
- 'python-ci_watson'
- 'texlive-latexextra'
- 'python-bokeh'
- 'python-scikit-image'
- 'python-pypdf2'
+# 'python-ci_watson'
+# 'texlive-latexextra'
+# 'python-bokeh'
+# 'python-scikit-image'
+# 'python-pypdf2'
'python-astrocut')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
# "https://raw.githubusercontent.com/spacetelescope/drizzlepac/master/doc/source/SkyCell14_14.png"
@@ -29,8 +29,8 @@ source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
# "https://raw.githubusercontent.com/spacetelescope/drizzlepac/master/doc/source/ZoomSkyCellCombo.png"
'fix_catalog_generation_title_level.patch')
#source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
-md5sums=('7f77d91456aea2b4d4bf07648594cf06'
- '3c29fa986f6ee57c2c63d94cea8fb3ff')
+md5sums=('09be9f290ac22976c3a8cb79e2c31819'
+ 'eb046975b52452d799021218eb414cfb')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}