[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 00:26:35
  Author: felixonmars
Revision: 522826

Python 3.8 rebuild

Modified:
  weboob-headless/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 00:25:35 UTC (rev 522825)
+++ PKGBUILD2019-11-04 00:26:35 UTC (rev 522826)
@@ -3,7 +3,7 @@
 _pkgname=weboob
 pkgname=weboob-headless
 pkgver=1.5
-pkgrel=2
+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/";


[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

2019-08-26 Thread Bruno Pagani via arch-commits
Date: Monday, August 26, 2019 @ 21:39:55
  Author: archange
Revision: 502319

Switch to python 3

All bank modules have been upgraded now.

Modified:
  weboob-headless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-26 21:39:32 UTC (rev 502318)
+++ PKGBUILD2019-08-26 21:39:55 UTC (rev 502319)
@@ -3,26 +3,25 @@
 _pkgname=weboob
 pkgname=weboob-headless
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 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)
+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')
@@ -29,10 +28,10 @@
 
 build() {
 cd ${_pkgname}-${pkgver}
-python2 setup.py build --no-qt
+python setup.py build --no-qt
 }
 
 package() {
 cd ${_pkgname}-${pkgver}
-python2 setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=1
+python setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=1
 }


[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

2019-06-16 Thread Bruno Pagani via arch-commits
Date: Sunday, June 16, 2019 @ 12:12:02
  Author: archange
Revision: 481847

Update URL to pypi, clean PKGBUILD

Modified:
  weboob-headless/trunk/PKGBUILD

--+
 PKGBUILD |   39 +++
 1 file changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-16 10:31:44 UTC (rev 481846)
+++ PKGBUILD2019-06-16 12:12:02 UTC (rev 481847)
@@ -5,27 +5,26 @@
 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')
+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";)
+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)
+source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
 sha256sums=('7ac1851281a127182f8e8630853c8ab2e635a534928b35150b75d5d0e24b3fb1')
 
 build() {


[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

2019-02-28 Thread Bruno Pagani via arch-commits
Date: Thursday, February 28, 2019 @ 13:39:01
  Author: archange
Revision: 437034

upgpkg: weboob-headless 1.5-1

Modified:
  weboob-headless/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 13:28:55 UTC (rev 437033)
+++ PKGBUILD2019-02-28 13:39:01 UTC (rev 437034)
@@ -2,12 +2,12 @@
 
 _pkgname=weboob
 pkgname=weboob-headless
-pkgver=1.4
+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=('AGPL3')
+license=('LGPL3')
 depends=('python2-dateutil'
  'python2-feedparser'
  'python2-lxml'
@@ -24,8 +24,9 @@
  'python2-six')
 makedepends=('python2-setuptools')
 conflicts=('weboob')
-source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz";)
-sha256sums=('d377027a7c1cb7c43903cce15757e4eff3ced5ab0542dfc2752abe9e6d498b71')
+_md5=007b56516cfeeea4d5c7e97fd3a1ba1f
+source=("https://git.weboob.org/weboob/weboob/uploads/${_md5}/weboob-${pkgver}.tar.gz";)
+sha256sums=('7ac1851281a127182f8e8630853c8ab2e635a534928b35150b75d5d0e24b3fb1')
 
 build() {
 cd ${_pkgname}-${pkgver}


[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

2019-02-24 Thread Bruno Pagani via arch-commits
Date: Sunday, February 24, 2019 @ 12:52:28
  Author: archange
Revision: 435508

https in url

Modified:
  weboob-headless/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-24 12:50:54 UTC (rev 435507)
+++ PKGBUILD2019-02-24 12:52:28 UTC (rev 435508)
@@ -6,7 +6,7 @@
 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/";
+url="https://weboob.org/";
 license=('AGPL3')
 depends=('python2-dateutil'
  'python2-feedparser'


[arch-commits] Commit in weboob-headless/trunk (PKGBUILD)

2019-01-08 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 8, 2019 @ 15:56:18
  Author: archange
Revision: 421038

upgpkg: weboob-headless 1.4-1

Modified:
  weboob-headless/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 15:29:40 UTC (rev 421037)
+++ PKGBUILD2019-01-08 15:56:18 UTC (rev 421038)
@@ -2,7 +2,7 @@
 
 _pkgname=weboob
 pkgname=weboob-headless
-pkgver=1.3
+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')
@@ -19,18 +19,17 @@
  'python2-pillow'
  'python2-simplejson'
  'python2-yaml'
- 'python2-mechanize'
  'python2-google-api-python-client'
  'python2-futures'
  'python2-six')
 makedepends=('python2-setuptools')
 conflicts=('weboob')
-source=("https://pypi.io/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz";)
-sha256sums=('eb38fdd48f93cdae3e67042dfb34640159e4978616f74679bac5378ae1f962c4')
+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 --no-hildon
+python2 setup.py build --no-qt
 }
 
 package() {