Date: Sunday, February 26, 2023 @ 15:54:12
  Author: jelle
Revision: 1405205

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 15:54:06 UTC (rev 1405204)
+++ PKGBUILD    2023-02-26 15:54:12 UTC (rev 1405205)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-# Contributor: Felix Yan <felixonmars@archlinux>
-
-pkgname=python-html2text
-pkgver=2020.1.16
-pkgrel=7
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/";
-license=('GPL3')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-provides=('html2text')
-replaces=('html2text')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e')
-
-build() {
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/html2text-$pkgver
-  pytest
-}
-
-package() {
-  cd "${srcdir}"/html2text-$pkgver
-
-  python setup.py install --root="${pkgdir}"
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 1405204, 
python-html2text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 15:54:12 UTC (rev 1405205)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Felix Yan <felixonmars@archlinux>
+
+pkgname=python-html2text
+pkgver=2020.1.16
+pkgrel=8
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/";
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('html2text')
+replaces=('html2text')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
+sha256sums=('209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e')
+
+build() {
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-$pkgver
+  pytest
+}
+
+package() {
+  cd "${srcdir}"/html2text-$pkgver
+
+  python setup.py install --root="${pkgdir}"
+}

Reply via email to