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

Florian Pritz bluewind at archlinux.org
Mon May 30 14:08:01 UTC 2016


    Date: Monday, May 30, 2016 @ 16:08:01
  Author: bluewind
Revision: 177471

Fix FS#49375 - [python-ansi2html] ImportError: No module named 'pkg_resources'

upgpkg: python-ansi2html 1.1.1-2

Modified:
  python-ansi2html/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-30 13:59:30 UTC (rev 177470)
+++ PKGBUILD	2016-05-30 14:08:01 UTC (rev 177471)
@@ -2,13 +2,12 @@
 
 pkgname=python-ansi2html
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html"
 license=('GPL')
-depends=('python-six')
-makedepends=('python-setuptools')
+depends=('python-six' 'python-setuptools')
 source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
 md5sums=('39c0454667def0f7e22d91d1001d8fc4'
          'SKIP')



More information about the arch-commits mailing list