[arch-commits] Commit in weboob/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:34:05 UTC 2020
Date: Thursday, November 12, 2020 @ 18:34:04
Author: foutrelis
Revision: 753120
archrelease: copy trunk to community-staging-any
Added:
weboob/repos/community-staging-any/
weboob/repos/community-staging-any/PKGBUILD
(from rev 753119, weboob/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: weboob/repos/community-staging-any/PKGBUILD (from rev 753119, weboob/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 18:34:04 UTC (rev 753120)
@@ -0,0 +1,42 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=weboob
+pkgver=2.0
+pkgrel=2
+pkgdesc="Core library and modules for Web Outside of Browsers"
+arch=(any)
+url="https://weboob.org/"
+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-headless)
+provides=(weboob-headless)
+conflicts=(weboob-headless)
+source=("https://files.pythonhosted.org/packages/source/w/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('fc8be1f77ad3a53285cef8b20a8b747960c163fad729c56838043d8ddcdfc9b0')
+
+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