summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-05-17 14:04:00 +0800
committerUniversebenzene2021-05-17 14:04:00 +0800
commit0bc830b857a25a445ab2330cc72e4db289a1063a (patch)
treeb0aabbfa0e0ffac0aa2d27203dcce4774774b911
parentc5670ec88602ec3cdd5944b7dffcec5387b1492a (diff)
downloadaur-0bc830b857a25a445ab2330cc72e4db289a1063a.tar.gz
Remove useless lines
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07dae5550379..d37afb6cf86f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
pkgver=0.5.2
pkgrel=1
-pkgdesc=" A sphinx extension for creating panels in a grid layout"
+pkgdesc="A sphinx extension for creating panels in a grid layout"
arch=('any')
url="https://sphinx-panels.readthedocs.io"
license=('MIT')
@@ -14,13 +14,6 @@ checkdepends=('python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('d44fbb7c8ec3659fc34b4276580e769c')
-#prepare() {
-# cd ${srcdir}/${_pyname}-${pkgver}/doc
-#
-## sed -i "/^exclude/s/\"\]/\",\ \"\*\*\.ipynb_checkpoints\"\]/" conf.py
-# sed -i "/^extensions/s/directive\"\]/directive\",\ \'IPython\.sphinxext\.ipython_console_highlighting\'\]/" conf.py
-#}
-
build() {
cd ${srcdir}/${_pyname}-${pkgver}
python setup.py build