mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/py-sphinxcontrib-inheritance: new aport
Documentation inheritance functionality for Sphinx https://pypi.python.org/pypi/sphinxcontrib-inheritance
This commit is contained in:
parent
e7e59c69c6
commit
e0e320afa3
41
testing/py-sphinxcontrib-inheritance/APKBUILD
Normal file
41
testing/py-sphinxcontrib-inheritance/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-inheritance
|
||||
_pkgname=sphinxcontrib-inheritance
|
||||
pkgver=0.6
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx inheritance functionality"
|
||||
url="https://pypi.python.org/pypi/sphinxcontrib-inheritance"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python py-sphinx"
|
||||
depends_dev=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="5bb47af01c21804058c5155df0bfa55f sphinxcontrib-inheritance-0.6.tar.gz"
|
||||
sha256sums="d1e31b8abc4f5b609443a558d9f7c637709b2b0a0472c29025f07785e25624c4 sphinxcontrib-inheritance-0.6.tar.gz"
|
||||
sha512sums="4063dbda874a5835cfbf6df3bc888fe7e7ca6a7a36f43e3a3c198f1af28b0b07a50ec71ef12a54586ebba06615d9ca09016947f1d64b335b6872878d7553904f sphinxcontrib-inheritance-0.6.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user