[arch-commits] Commit in python-ansi2html/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at nymeria.archlinux.org
Sat Dec 28 09:34:33 UTC 2013
Date: Saturday, December 28, 2013 @ 10:34:33
Author: bluewind
Revision: 103159
archrelease: copy trunk to community-any
Added:
python-ansi2html/repos/community-any/PKGBUILD
(from rev 103158, python-ansi2html/trunk/PKGBUILD)
Deleted:
python-ansi2html/repos/community-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-28 09:34:30 UTC (rev 103158)
+++ PKGBUILD 2013-12-28 09:34:33 UTC (rev 103159)
@@ -1,20 +0,0 @@
-# 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
-}
Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 103158, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-12-28 09:34:33 UTC (rev 103159)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.0.6
+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=('df764afaa8e1167d7e7747ea59705e49'
+ 'SKIP')
+
+package() {
+ cd ansi2html-$pkgver
+
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list