mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/py-sphinxcontrib-clearquest: new aport
Sphinx clearquest extension https://pypi.python.org/pypi/sphinxcontrib-clearquest
This commit is contained in:
parent
dabb7a8f1d
commit
01ac498262
41
testing/py-sphinxcontrib-clearquest/APKBUILD
Normal file
41
testing/py-sphinxcontrib-clearquest/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-clearquest
|
||||
_pkgname=sphinxcontrib-clearquest
|
||||
pkgver=0.6
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx clearquest extension"
|
||||
url="https://pypi.python.org/pypi/sphinxcontrib-clearquest"
|
||||
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.zip"
|
||||
|
||||
_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="d99fc248e55cdab56b9b25da9c7f942d sphinxcontrib-clearquest-0.6.zip"
|
||||
sha256sums="366d7fbb15bdc801da78f1ba829c214b46c9be30a9829ac05913bcef9da1d5e9 sphinxcontrib-clearquest-0.6.zip"
|
||||
sha512sums="6f495b5d5f215d9010c9ca13acb21eeb17bbde24534339226524c8b9b49480b41af42fe8ee08dbe22fb2fe4434e9f2a079b5e2c32f1dc5a79989fd8bf88d5eeb sphinxcontrib-clearquest-0.6.zip"
|
||||
Loading…
x
Reference in New Issue
Block a user