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

Merge pull request #465 from rafalgorczewski/master

python2-sphinx replaced with python-sphinx
This commit is contained in:
boltgolt 2020-12-02 22:00:32 +01:00 committed by GitHub
commit 9a79308f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -5,7 +5,7 @@ pkgbase = pam-python
url = https://github.com/boltgolt/howdy
arch = x86_64
license = MIT
makedepends = python2-sphinx
makedepends = python-sphinx
makedepends = cmake
depends = python2
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'
)
makedepends=(
'python2-sphinx'
'python-sphinx'
'cmake'
)
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/test.py
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() {