[arch-commits] Commit in weboob-headless/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Feb 28 13:39:14 UTC 2019


    Date: Thursday, February 28, 2019 @ 13:39:14
  Author: archange
Revision: 437035

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-28 13:39:01 UTC (rev 437034)
+++ PKGBUILD	2019-02-28 13:39:14 UTC (rev 437035)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkgname=weboob
-pkgname=weboob-headless
-pkgver=1.4
-pkgrel=1
-pkgdesc="Provides several applications to interact with a lot of websites. Headless version, for use in e.g. Cozy/Kresus."
-arch=('any')
-url="http://weboob.org/"
-license=('AGPL3')
-depends=('python2-dateutil'
-         'python2-feedparser'
-         'python2-lxml'
-         'python2-prettytable'
-         'python2-requests'
-         'python2-cssselect'
-         'python2-html2text'
-         'python2-unidecode'
-         'python2-pillow'
-         'python2-simplejson'
-         'python2-yaml'
-         'python2-google-api-python-client'
-         'python2-futures'
-         'python2-six')
-makedepends=('python2-setuptools')
-conflicts=('weboob')
-source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz")
-sha256sums=('d377027a7c1cb7c43903cce15757e4eff3ced5ab0542dfc2752abe9e6d498b71')
-
-build() {
-    cd ${_pkgname}-${pkgver}
-    python2 setup.py build --no-qt
-}
-
-package() {
-    cd ${_pkgname}-${pkgver}
-    python2 setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-}

Copied: weboob-headless/repos/community-any/PKGBUILD (from rev 437034, weboob-headless/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-28 13:39:14 UTC (rev 437035)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkgname=weboob
+pkgname=weboob-headless
+pkgver=1.5
+pkgrel=1
+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=('LGPL3')
+depends=('python2-dateutil'
+         'python2-feedparser'
+         'python2-lxml'
+         'python2-prettytable'
+         'python2-requests'
+         'python2-cssselect'
+         'python2-html2text'
+         'python2-unidecode'
+         'python2-pillow'
+         'python2-simplejson'
+         'python2-yaml'
+         'python2-google-api-python-client'
+         'python2-futures'
+         'python2-six')
+makedepends=('python2-setuptools')
+conflicts=('weboob')
+_md5=007b56516cfeeea4d5c7e97fd3a1ba1f
+source=("https://git.weboob.org/weboob/weboob/uploads/${_md5}/weboob-${pkgver}.tar.gz")
+sha256sums=('7ac1851281a127182f8e8630853c8ab2e635a534928b35150b75d5d0e24b3fb1')
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    python2 setup.py build --no-qt
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    python2 setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+}



More information about the arch-commits mailing list