mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py-sphinxcontrib-smblink: remove
- Python2 only - Last commit 5 years ago
This commit is contained in:
parent
0837c3137b
commit
0c4b2d87a2
@ -1,41 +0,0 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-smblink
|
||||
_pkgname=sphinxcontrib-smblink
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx Windows Share Links (WSL) extension"
|
||||
url="https://pypi.python.org/pypi/sphinxcontrib-smblink"
|
||||
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="99a0002879d0308e93ec329ff14cd84d sphinxcontrib-smblink-0.2.tar.gz"
|
||||
sha256sums="81cc91005a3ecf4472da28c9cb1927bf09b11461702d7f91458bbe787fc06852 sphinxcontrib-smblink-0.2.tar.gz"
|
||||
sha512sums="d3db8f3bd54d3d4fd2062d4a1048894ca1df68c108d12aa9edbd862dfd06ee2ffcf84330203db3c58efd22879e9e6cc918b8f57a4fba4d80c1a7bab319af3b79 sphinxcontrib-smblink-0.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user