summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-08-16 22:24:15 +0300
committerCaleb Maclennan2021-08-16 22:24:15 +0300
commita13269da7a3bf0528c5633460b7889806c46e85b (patch)
treea7e9d047345c15281b7f4d8e702d9f36745b7379
parent3d94af948199ff36038f3a2e681c828b7564984e (diff)
downloadaur-a13269da7a3bf0528c5633460b7889806c46e85b.tar.gz
upgpkg: python-agate-excel 0.2.5-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1942a2c00d17..2ead62cce8d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-agate-excel
pkgdesc = Adds read support for Excel files (xls and xlsx) to agate
pkgver = 0.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://agate-excel.readthedocs.org
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 153a81cd43ad..fe0dc404be5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pyname=agate-excel
pkgname=python-$_pyname
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='Adds read support for Excel files (xls and xlsx) to agate'
arch=(any)
url="https://$_pyname.readthedocs.org"
@@ -13,7 +13,7 @@ license=(MIT)
_pydeps=('agate>=1.5.0'
olefile
openpyxl
- six # Upstream Issue: https://github.com/wireservice/agate-excel/issues/46
+ six
sphinx_rtd_theme
xlrd)
depends=(python
@@ -30,7 +30,7 @@ build() {
export PYTHONHASHSEED=0
python setup.py build
python setup.py build_sphinx
- _rtd_theme_path="$(python -c 'import sphinx_rtd_theme; print(sphinx_rtd_theme.get_html_theme_path())')"
+ local _rtd_theme_path="$(python -c 'import sphinx_rtd_theme; print(sphinx_rtd_theme.get_html_theme_path())')"
rm -rvf build/sphinx/html/_static
ln -svf "$_rtd_theme_path/sphinx_rtd_theme/static" build/sphinx/html/_static
}