aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-html2text/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-09 05:37:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-09 05:37:53 -0300
commit41e5a66cc5dc2dca00b9665a45ccda972b360bf9 (patch)
tree0e2f3538a7d9a7195e3e76e690b64c32ac431a95 /testing/py3-html2text/APKBUILD
parentf45d0c09790fc4c78c341033e5ab687cfc23d816 (diff)
testing/py3-html2text: drop dep on py3-setuptools
Diffstat (limited to 'testing/py3-html2text/APKBUILD')
-rw-r--r--testing/py3-html2text/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/py3-html2text/APKBUILD b/testing/py3-html2text/APKBUILD
index 46f1b444c6c..259fc2c7b5c 100644
--- a/testing/py3-html2text/APKBUILD
+++ b/testing/py3-html2text/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
-pkgname="py3-html2text"
-_pyname="html2text"
-pkgver="2020.1.16"
+pkgname=py3-html2text
+_pyname=html2text
+pkgver=2020.1.16
pkgrel=0
pkgdesc="Convert HTML to Markdown-formatted text"
+options="!check" # TODO tests fail for some reason
url="https://github.com/Alir3z4/html2text"
arch="noarch"
license="GPL-3.0-only"
-depends="python3 py3-setuptools"
-options="!check" # TODO tests fail for some reason
+depends="python3"
+makedepends="py3-setuptools"
subpackages="$pkgname-doc"
source="$_pyname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"