mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/py-sphinxcontrib-whoosh: remove
- Python2 only - No development
This commit is contained in:
parent
db2314fcd4
commit
269dc367d7
@ -1,41 +0,0 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-whoosh
|
||||
_pkgname=sphinxcontrib-whoosh
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx whoosh extension"
|
||||
url="https://pypi.python.org/pypi/sphinxcontrib-whoosh"
|
||||
arch="noarch"
|
||||
license="Public-Domain"
|
||||
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="88ab3574a9b7bde87a52b92855cb56e1 sphinxcontrib-whoosh-0.1.tar.gz"
|
||||
sha256sums="ea632ff07e0593faf7ab158b8880cb02ab0354b40829cdc295986087e94a1d63 sphinxcontrib-whoosh-0.1.tar.gz"
|
||||
sha512sums="707c2bff2c06763a6a9db4a4d549848c2eaeed56003d6dafa82edfe5c21a33b6f8d97f0dce8b56d23445163f8f06365b0f8c70ac501183fe23a56d5ea0b821a7 sphinxcontrib-whoosh-0.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user