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

Kpcyrd kpcyrd at gemini.archlinux.org
Sun Jul 25 15:36:19 UTC 2021


    Date: Sunday, July 25, 2021 @ 15:36:19
  Author: kpcyrd
Revision: 984974

archrelease: copy trunk to community-any

Added:
  woob/repos/community-any/PKGBUILD
    (from rev 984973, woob/trunk/PKGBUILD)
Deleted:
  woob/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-25 15:36:04 UTC (rev 984973)
+++ PKGBUILD	2021-07-25 15:36:19 UTC (rev 984974)
@@ -1,42 +0,0 @@
-# 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
-}

Copied: woob/repos/community-any/PKGBUILD (from rev 984973, woob/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-25 15:36:19 UTC (rev 984974)
@@ -0,0 +1,43 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=woob
+pkgver=3.0
+pkgrel=2
+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}
+  export PYTHONHASHSEED=0
+  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