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

Florian Pritz bluewind at archlinux.org
Sun Oct 21 16:17:07 UTC 2018


    Date: Sunday, October 21, 2018 @ 16:17:06
  Author: bluewind
Revision: 398267

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 16:17:03 UTC (rev 398266)
+++ PKGBUILD	2018-10-21 16:17:06 UTC (rev 398267)
@@ -1,19 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=python-ansi2html
-pkgver=1.4.2
-pkgrel=2
-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/92/94/f76ed4c0c516a4af9c230a8a6c3e06efdeeb09d75923b01e0de9da10b1ea/ansi2html-${pkgver}.tar.gz")
-md5sums=('05934f3c562df0d9940439b75cc8f5f8')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 398266, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-21 16:17:06 UTC (rev 398267)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+pkgver=1.5.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://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz")
+md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
+sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}



More information about the arch-commits mailing list