[arch-commits] Commit in woob/repos (2 files)

Bruno Pagani archange at archlinux.org
Thu May 13 06:18:38 UTC 2021


    Date: Thursday, May 13, 2021 @ 06:18:38
  Author: archange
Revision: 932903

archrelease: copy trunk to community-testing-any

Added:
  woob/repos/community-testing-any/
  woob/repos/community-testing-any/PKGBUILD
    (from rev 932902, woob/trunk/PKGBUILD)

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

Copied: woob/repos/community-testing-any/PKGBUILD (from rev 932902, woob/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-05-13 06:18:38 UTC (rev 932903)
@@ -0,0 +1,42 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=woob
+pkgver=3.0
+pkgrel=1
+pkgdesc="Core library and modules for Web outside of Browsers"
+arch=(any)
+url="https://woob.tech/"
+license=(LGPL3)
+depends=(
+    python-lxml
+    python-cssselect
+    python-requests
+    python-dateutil
+    python-yaml
+    python-html2text
+    python-six
+    python-unidecode
+    python-pillow
+    python-babel
+    python-simplejson
+)
+optdepends=(
+    'python-prettytable: CLI output formatting'
+    'python-feedparser: required by some modules'
+)
+makedepends=(python-setuptools)
+replaces=(weboob)
+provides=(weboob)
+conflicts=(weboob)
+source=(https://files.pythonhosted.org/packages/source/w/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('47864df4906b44a659abe59630c0e28a1aa24ffbc3c90e22454b58f88bef1726')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+}



More information about the arch-commits mailing list