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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 00:26:49 UTC 2019


    Date: Monday, November 4, 2019 @ 00:26:48
  Author: felixonmars
Revision: 522827

archrelease: copy trunk to community-staging-any

Added:
  weboob-headless/repos/community-staging-any/
  weboob-headless/repos/community-staging-any/PKGBUILD
    (from rev 522826, weboob-headless/trunk/PKGBUILD)

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

Copied: weboob-headless/repos/community-staging-any/PKGBUILD (from rev 522826, weboob-headless/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 00:26:48 UTC (rev 522827)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkgname=weboob
+pkgname=weboob-headless
+pkgver=1.5
+pkgrel=3
+pkgdesc="Provides several applications to interact with a lot of websites. Headless version, for use in e.g. Cozy/Kresus."
+arch=(any)
+url="https://weboob.org/"
+license=(AGPL3)
+depends=(python-dateutil
+         python-feedparser
+         python-lxml
+         python-prettytable
+         python-requests
+         python-cssselect
+         python-html2text
+         python-unidecode
+         python-pillow
+         python-simplejson
+         python-yaml
+         python-google-api-python-client
+         python-six)
+makedepends=(python-setuptools)
+conflicts=(weboob)
+source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('7ac1851281a127182f8e8630853c8ab2e635a534928b35150b75d5d0e24b3fb1')
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    python setup.py build --no-qt
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    python setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+}



More information about the arch-commits mailing list