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 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() {