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

Bruno Pagani archange at gemini.archlinux.org
Sat Jan 22 22:27:49 UTC 2022


    Date: Saturday, January 22, 2022 @ 22:27:48
  Author: archange
Revision: 1113497

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-22 22:27:22 UTC (rev 1113496)
+++ PKGBUILD	2022-01-22 22:27:48 UTC (rev 1113497)
@@ -1,43 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=woob
-pkgver=3.0
-pkgrel=4
-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'
-    'python-google-api-python-client: multiple Google services like YouTube'
-)
-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 1113496, woob/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-22 22:27:48 UTC (rev 1113497)
@@ -0,0 +1,44 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=woob
+pkgver=3.0
+pkgrel=5
+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-colorama: CLI usage'
+    'python-prettytable: CLI output formatting'
+    'python-feedparser: required by some modules'
+    'python-google-api-python-client: multiple Google services like YouTube'
+)
+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
+}



More information about the arch-commits mailing list