[arch-commits] Commit in python-ansi2html/repos/community-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Thu Nov 28 09:48:48 UTC 2013


    Date: Thursday, November 28, 2013 @ 10:48:48
  Author: bluewind
Revision: 101585

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-28 09:48:45 UTC (rev 101584)
+++ PKGBUILD	2013-11-28 09:48:48 UTC (rev 101585)
@@ -1,19 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=python-ansi2html
-pkgver=1.0.4
-pkgrel=1
-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-distribute')
-source=("http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz")
-md5sums=('ae26086a4c6623e3f53745269ac87d7e')
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 101584, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-28 09:48:48 UTC (rev 101585)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.0.5
+pkgrel=1
+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-distribute')
+source=("http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
+md5sums=('5c6bf137900ff569b4d4a3dd7d1deb8d'
+         'SKIP')
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}




More information about the arch-commits mailing list