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

Evangelos Foutras foutrelis at archlinux.org
Sat Sep 19 17:19:01 UTC 2015


    Date: Saturday, September 19, 2015 @ 19:19:01
  Author: foutrelis
Revision: 141052

archrelease: copy trunk to community-staging-any

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

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

Copied: python-ansi2html/repos/community-staging-any/PKGBUILD (from rev 141051, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-19 17:19:01 UTC (rev 141052)
@@ -0,0 +1,21 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.1.0
+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')
+source=("http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
+md5sums=('c4f75f58b8851c20645d235d8b8a3592'
+         'SKIP')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}



More information about the arch-commits mailing list