Date: Sunday, January 1, 2023 @ 15:52:28
  Author: jelle
Revision: 1372778

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-01 15:52:20 UTC (rev 1372777)
+++ PKGBUILD    2023-01-01 15:52:28 UTC (rev 1372778)
@@ -1,26 +0,0 @@
-# Maintainer: Florian Pritz <[email protected]>
-
-pkgname=python-ansi2html
-_libname=${pkgname/python-/}
-pkgver=1.8.0
-pkgrel=1
-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')
-makedepends=(python-build python-installer python-wheel python-setuptools-scm 
python-setuptools-scm-git-archive)
-source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-md5sums=('21a2e083e288dfe73538bbef1f4291ef')
-sha256sums=('38b82a298482a1fa2613f0f9c9beb3db72a8f832eeac58eb2e47bf32cd37f6d5')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-build() {
-    cd "$_libname-$pkgver"
-    python -m build --wheel --no-isolation
-}
-
-package() {
-    cd "$_libname-$pkgver"
-    python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 1372777, 
python-ansi2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-01 15:52:28 UTC (rev 1372778)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz <[email protected]>
+
+pkgname=python-ansi2html
+_libname=${pkgname/python-/}
+pkgver=1.8.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-wheel' 'python-pip')
+makedepends=(python-build python-installer python-wheel python-setuptools 
python-setuptools-scm python-setuptools-scm-git-archive)
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+md5sums=('21a2e083e288dfe73538bbef1f4291ef')
+sha256sums=('38b82a298482a1fa2613f0f9c9beb3db72a8f832eeac58eb2e47bf32cd37f6d5')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+build() {
+    cd "$_libname-$pkgver"
+    python -m build --wheel --no-isolation
+}
+
+package() {
+    cd "$_libname-$pkgver"
+    python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to