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

Florian Pritz bluewind at archlinux.org
Thu Apr 5 15:56:06 UTC 2018


    Date: Thursday, April 5, 2018 @ 15:56:05
  Author: bluewind
Revision: 314446

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 15:56:00 UTC (rev 314445)
+++ PKGBUILD	2018-04-05 15:56:05 UTC (rev 314446)
@@ -1,19 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=python-ansi2html
-pkgver=1.3.0
-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' 'python-setuptools')
-source=("https://pypi.python.org/packages/eb/6a/b16089efad98cd3ddff807f2b0231dcfe1c28c519016912e0abe0db299d9/ansi2html-${pkgver}.tar.gz")
-md5sums=('a165eeae45c154e52f2fc356dfe254a1')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 314445, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-05 15:56:05 UTC (rev 314446)
@@ -0,0 +1,19 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.4.1
+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' 'python-setuptools')
+source=("https://pypi.python.org/packages/17/ea/4857a3931a4c59a40cbfae270e1fc4941374fa43cb8e16bdec5601d640d4/ansi2html-${pkgver}.tar.gz")
+md5sums=('a53b2682d21dd41dfa76904ba01db5d4')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}



More information about the arch-commits mailing list