[arch-commits] Commit in python-ansi2html/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 18:42:07 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:42:07
  Author: foutrelis
Revision: 349070

archrelease: copy trunk to community-staging-any

Added:
  python-ansi2html/repos/community-staging-any/
  python-ansi2html/repos/community-staging-any/PKGBUILD
    (from rev 349069, python-ansi2html/trunk/PKGBUILD)

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Copied: python-ansi2html/repos/community-staging-any/PKGBUILD (from rev 349069, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 18:42:07 UTC (rev 349070)
@@ -0,0 +1,19 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.4.2
+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' 'python-setuptools')
+source=("https://pypi.python.org/packages/92/94/f76ed4c0c516a4af9c230a8a6c3e06efdeeb09d75923b01e0de9da10b1ea/ansi2html-${pkgver}.tar.gz")
+md5sums=('05934f3c562df0d9940439b75cc8f5f8')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}



More information about the arch-commits mailing list