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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Mon Mar 17 09:58:51 UTC 2014


    Date: Monday, March 17, 2014 @ 10:58:51
  Author: stativ
Revision: 107392

archrelease: copy trunk to community-staging-any

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

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

Copied: python-ansi2html/repos/community-staging-any/PKGBUILD (from rev 107391, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-17 09:58:51 UTC (rev 107392)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.0.6
+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=('df764afaa8e1167d7e7747ea59705e49'
+         'SKIP')
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}




More information about the arch-commits mailing list