mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py-sphinxcontrib-cldomain: remove
- No development
This commit is contained in:
parent
bd0ee4fac7
commit
aebf9b2d18
@ -1,41 +0,0 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-cldomain
|
||||
_pkgname=sphinxcontrib-cldomain
|
||||
pkgver=0.10
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx cldomain extension"
|
||||
url="https://pypi.python.org/pypi/sphinxcontrib-cldomain"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python2 py-sphinx"
|
||||
depends_dev=""
|
||||
makedepends="python2-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="https://files.pythonhosted.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"
|
||||
python2 setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="e5c9f14d295b3678392f6c0309396715 sphinxcontrib-cldomain-0.10.tar.gz"
|
||||
sha256sums="504a03c26283d53e5a0b0645a238d2c21f1812d884b6986655c6b79aff1500a2 sphinxcontrib-cldomain-0.10.tar.gz"
|
||||
sha512sums="3930d8fa3cc0b0612dec86e545187d9f1c57a08ead9fb5bb40f67368575ef3d7b1db38467fc5614390b210bf994526b19584db40388ab517a5065b67511ecd81 sphinxcontrib-cldomain-0.10.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user