mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/py3-sphinxcontrib-htsql: upgrade to 0.1.5
This commit is contained in:
parent
4697500ef8
commit
98f8c2dfed
@ -1,41 +1,27 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-sphinxcontrib-htsql
|
||||
pkgname=py3-sphinxcontrib-htsql
|
||||
_pkgname=sphinxcontrib-htsql
|
||||
pkgver=0.1.2
|
||||
pkgver=0.1.5
|
||||
pkgrel=0
|
||||
pkgdesc="Sphinx htsql extension"
|
||||
url="https://pypi.python.org/pypi/sphinxcontrib-htsql"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python2 py-sphinx"
|
||||
depends_dev=""
|
||||
makedepends="python2-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
license="BSD-2-Clause"
|
||||
depends="python3 py3-sphinx"
|
||||
makedepends="py3-setuptools"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
_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
|
||||
}
|
||||
replaces="py-sphinxcontrib-htsql" # Backwards compatibility
|
||||
provides="py-sphinxcontrib-htsql=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py build || return 1
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
md5sums="436a6fb7eae11951a83cc6d413716f8a sphinxcontrib-htsql-0.1.2.tar.gz"
|
||||
sha256sums="e76e72da443bc9c252521a81a20c4241110ccedae9fc9fed89cfe6fd3d9e0f10 sphinxcontrib-htsql-0.1.2.tar.gz"
|
||||
sha512sums="e7f2bdad660ce584b291f85742ebcf8bb3e7a3893360b36415db5fb327ec33730f0c25e3aff874e4c49f5579ffec832ccc911a60069fcadaca4ff2b31189bdc9 sphinxcontrib-htsql-0.1.2.tar.gz"
|
||||
sha512sums="778114bd18f3f0d3f08465ccb477949d7934eca2223d346cc130cbb9256572d769082b86436ce60211b030965155792c6ab6d02074fd47d3838a26c906092de6 sphinxcontrib-htsql-0.1.5.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user