[arch-commits] Commit in (9 files)

Balló György bgyorgy at archlinux.org
Sun Apr 18 14:20:34 UTC 2021


    Date: Sunday, April 18, 2021 @ 14:20:33
  Author: bgyorgy
Revision: 919913

Move gfeeds from AUR

Also move its dependencies:
- python-listparser
- python-readability-lxml

Added:
  gfeeds/
  gfeeds/trunk/
  gfeeds/trunk/PKGBUILD
  python-listparser/
  python-listparser/trunk/
  python-listparser/trunk/PKGBUILD
  python-readability-lxml/
  python-readability-lxml/trunk/
  python-readability-lxml/trunk/PKGBUILD

----------------------------------------+
 gfeeds/trunk/PKGBUILD                  |   26 ++++++++++++++++++++++++++
 python-listparser/trunk/PKGBUILD       |   30 ++++++++++++++++++++++++++++++
 python-readability-lxml/trunk/PKGBUILD |   25 +++++++++++++++++++++++++
 3 files changed, 81 insertions(+)

Added: gfeeds/trunk/PKGBUILD
===================================================================
--- gfeeds/trunk/PKGBUILD	                        (rev 0)
+++ gfeeds/trunk/PKGBUILD	2021-04-18 14:20:33 UTC (rev 919913)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Gabriele Musco <gabmus at disroot.org>
+
+pkgname=gfeeds
+pkgver=0.16.2
+pkgrel=3
+pkgdesc='RSS/Atom feed reader for GNOME'
+arch=('any')
+url='https://gfeeds.gabmus.org/'
+license=('GPL3')
+depends=('libhandy' 'python-beautifulsoup4' 'python-cssselect' 'python-dateutil'
+         'python-feedparser' 'python-gobject' 'python-html5lib' 'python-listparser' 'python-lxml'
+         'python-pillow' 'python-pygments' 'python-pytz' 'python-readability-lxml'
+         'python-requests' 'webkit2gtk')
+makedepends=('meson' 'gobject-introspection')
+source=("https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f061e89a1962a5ac544ea98239c2503af8da817ded0a5bfd8094ddf43e9dd00e')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Added: python-listparser/trunk/PKGBUILD
===================================================================
--- python-listparser/trunk/PKGBUILD	                        (rev 0)
+++ python-listparser/trunk/PKGBUILD	2021-04-18 14:20:33 UTC (rev 919913)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Gabriele Musco <gabmus at disroot.org>
+
+_pkgname=listparser
+pkgname=python-listparser
+pkgver=0.18
+pkgrel=3
+pkgdesc='Python library that parses OPML, RDF+FOAF, and the iGoogle subscription lists'
+arch=('any')
+url='https://github.com/kurtmckee/listparser'
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/kurtmckee/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('cee2d369b8e494142e045ac72848727543f3391ad8b8489ff8a3e8a53b6b0a48')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python lptest.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Added: python-readability-lxml/trunk/PKGBUILD
===================================================================
--- python-readability-lxml/trunk/PKGBUILD	                        (rev 0)
+++ python-readability-lxml/trunk/PKGBUILD	2021-04-18 14:20:33 UTC (rev 919913)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: BrainDamage
+
+_pkgname=python-readability
+pkgname=python-readability-lxml
+pkgver=0.8.1
+pkgrel=3
+pkgdesc='Fast html to text parser (article readability tool) python library'
+arch=('any')
+url='https://github.com/buriy/python-readability'
+license=('Apache')
+depends=('python-chardet' 'python-lxml')
+makedepends=('python-setuptools')
+source=("https://github.com/buriy/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('e6650d608174fde8e9feb07cb86c16f5d42e09e0dd446093d1b529d55f2b939a')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list