aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinxcontrib-htsql
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 19:08:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 19:15:11 -0300
commit98f8c2dfed5154aebff22ca5f65783f832606397 (patch)
tree90475e31d641e850e45dd3210ff67ef62e8d586e /testing/py3-sphinxcontrib-htsql
parent4697500ef898ed7592b9a2c8f94cfd3bfc2886c9 (diff)
downloadaports-98f8c2dfed5154aebff22ca5f65783f832606397.tar.bz2
aports-98f8c2dfed5154aebff22ca5f65783f832606397.tar.xz
testing/py3-sphinxcontrib-htsql: upgrade to 0.1.5
Diffstat (limited to 'testing/py3-sphinxcontrib-htsql')
-rw-r--r--testing/py3-sphinxcontrib-htsql/APKBUILD36
1 files changed, 11 insertions, 25 deletions
diff --git a/testing/py3-sphinxcontrib-htsql/APKBUILD b/testing/py3-sphinxcontrib-htsql/APKBUILD
index eae2b1b2f9..a57f168c17 100644
--- a/testing/py3-sphinxcontrib-htsql/APKBUILD
+++ b/testing/py3-sphinxcontrib-htsql/APKBUILD
@@ -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"