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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:32:07 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:32:06
  Author: foutrelis
Revision: 1060767

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:32:05 UTC (rev 1060766)
+++ PKGBUILD	2021-12-01 21:32:06 UTC (rev 1060767)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Felix Yan <felixonmars at archlinux>
-
-pkgname=python-html2text
-pkgver=2020.1.16
-pkgrel=4
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/"
-license=('GPL3')
-depends=('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-staging-any/PKGBUILD (from rev 1060766, python-html2text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:32:06 UTC (rev 1060767)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Felix Yan <felixonmars at archlinux>
+
+pkgname=python-html2text
+pkgver=2020.1.16
+pkgrel=5
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/"
+license=('GPL3')
+depends=('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}"
+}



More information about the arch-commits mailing list