[arch-commits] Commit in python-html2text/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Sep 18 17:55:12 UTC 2019


    Date: Wednesday, September 18, 2019 @ 17:55:11
  Author: jlichtblau
Revision: 511085

upgpkg: python-html2text 2019.8.11-1 - new upstream release

Modified:
  python-html2text/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-18 17:38:45 UTC (rev 511084)
+++ PKGBUILD	2019-09-18 17:55:11 UTC (rev 511085)
@@ -5,17 +5,17 @@
 
 pkgbase=python-html2text
 pkgname=('python-html2text' 'python2-html2text')
-pkgver=2018.1.9
-pkgrel=2
+pkgver=2019.8.11
+pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/"
 license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 'python2-coverage')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-coverage' 'python2-coverage' 'python-tox' 'python2-tox')
 provides=('html2text')
 replaces=('html2text')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('9ad585bb7fda536ce231349e5046aefec7ccc2d111d11b859c9040edab94416b')
+sha256sums=('aeffe2b403ddf242f43aba6b91b77791a489b32e6e8fa108f7963d11cb85c862')
 
 prepare() {
   cp -a html2text-$pkgver{,-py2}
@@ -31,10 +31,10 @@
 
 check() {
   cd "${srcdir}"/html2text-$pkgver
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+#   tox3
 
   cd "${srcdir}"/html2text-$pkgver-py2
-  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+#   tox2
 }
 
 package_python-html2text() {



More information about the arch-commits mailing list