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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 18:53:37 UTC 2016


    Date: Sunday, December 25, 2016 @ 18:53:36
  Author: bpiotrowski
Revision: 202290

archrelease: copy trunk to community-staging-any

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

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

Copied: python-ansi2html/repos/community-staging-any/PKGBUILD (from rev 202289, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-25 18:53:36 UTC (rev 202290)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.1.1
+pkgrel=3
+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/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
+md5sums=('39c0454667def0f7e22d91d1001d8fc4'
+         'SKIP')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}



More information about the arch-commits mailing list