0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

python2-sphinx replaced with python-sphinx

This commit is contained in:
Rafał Górczewski 2020-11-05 04:55:14 +01:00
parent 3c9537a35f
commit 09ef2ecbf9
4 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ pkgbase = howdy
url = https://github.com/boltgolt/howdy url = https://github.com/boltgolt/howdy
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = python2-sphinx makedepends = python-sphinx
makedepends = cmake makedepends = cmake
makedepends = pkgfile makedepends = pkgfile
depends = opencv depends = opencv

View file

@ -23,7 +23,7 @@ depends=(
'python-numpy' 'python-numpy'
) )
makedepends=( makedepends=(
'python2-sphinx' 'python-sphinx'
'cmake' 'cmake'
'pkgfile' 'pkgfile'
) )

View file

@ -5,7 +5,7 @@ pkgbase = pam-python
url = https://github.com/boltgolt/howdy url = https://github.com/boltgolt/howdy
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = python2-sphinx makedepends = python-sphinx
makedepends = cmake makedepends = cmake
depends = python2 depends = python2
source = https://downloads.sourceforge.net/project/pam-python/pam-python-1.0.6-1/pam-python-1.0.6.tar.gz source = https://downloads.sourceforge.net/project/pam-python/pam-python-1.0.6-1/pam-python-1.0.6.tar.gz

View file

@ -11,7 +11,7 @@ depends=(
'python2' 'python2'
) )
makedepends=( makedepends=(
'python2-sphinx' 'python-sphinx'
'cmake' 'cmake'
) )
source=( source=(
@ -25,7 +25,7 @@ prepare() {
sed -i'' 's|#!/usr/bin/python -W default|#!/usr/bin/python2 -W default|g' src/setup.py sed -i'' 's|#!/usr/bin/python -W default|#!/usr/bin/python2 -W default|g' src/setup.py
sed -i'' 's|#!/usr/bin/python -W default|#!/usr/bin/python2 -W default|g' src/test.py sed -i'' 's|#!/usr/bin/python -W default|#!/usr/bin/python2 -W default|g' src/test.py
sed -i'' 's|LIBDIR ?= /lib/security|LIBDIR ?= /usr/lib/security|g' src/Makefile sed -i'' 's|LIBDIR ?= /lib/security|LIBDIR ?= /usr/lib/security|g' src/Makefile
sed -i'' 's|sphinx-build|sphinx-build2|g' doc/Makefile sed -i'' 's|sphinx-build|sphinx-build|g' doc/Makefile
} }
build() { build() {