[arch-commits] Commit in python-ansi2hmtl/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at nymeria.archlinux.org
Fri Aug 16 12:13:52 UTC 2013
Date: Friday, August 16, 2013 @ 14:13:52
Author: bluewind
Revision: 95758
archrelease: copy trunk to community-any
Added:
python-ansi2hmtl/repos/community-any/PKGBUILD
(from rev 95757, python-ansi2hmtl/trunk/PKGBUILD)
Deleted:
python-ansi2hmtl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-16 12:13:12 UTC (rev 95757)
+++ PKGBUILD 2013-08-16 12:13:52 UTC (rev 95758)
@@ -1,19 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=python-ansi2html
-pkgver=0.9.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=('4f561b333f57092bcbce1f56485b2877')
-
-package() {
- cd ansi2html-$pkgver
-
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-ansi2hmtl/repos/community-any/PKGBUILD (from rev 95757, python-ansi2hmtl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-16 12:13:52 UTC (rev 95758)
@@ -0,0 +1,19 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=0.9.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=('4f561b333f57092bcbce1f56485b2877')
+
+package() {
+ cd ansi2html-$pkgver
+
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list