[arch-commits] Commit in python-ansi2html/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:29:47 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:29:47
  Author: foutrelis
Revision: 1063061

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:29:46 UTC (rev 1063060)
+++ PKGBUILD	2021-12-02 23:29:47 UTC (rev 1063061)
@@ -1,21 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=python-ansi2html
-_libname=${pkgname/python-/}
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="Convert text with ANSI color codes to HTML"
-arch=('any')
-url="https://pypi.python.org/pypi/ansi2html"
-license=('GPL')
-depends=('python-six' 'python-setuptools' 'python-wheel' 'python-pip')
-source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
-md5sums=('52279d05a63449caf698f2d4a250ff72')
-sha256sums=('0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-staging-any/PKGBUILD (from rev 1063059, python-ansi2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:29:47 UTC (rev 1063061)
@@ -0,0 +1,21 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=python-ansi2html
+_libname=${pkgname/python-/}
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="Convert text with ANSI color codes to HTML"
+arch=('any')
+url="https://pypi.python.org/pypi/ansi2html"
+license=('GPL')
+depends=('python-six' 'python-setuptools' 'python-wheel' 'python-pip')
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
+md5sums=('52279d05a63449caf698f2d4a250ff72')
+sha256sums=('0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}



More information about the arch-commits mailing list