[arch-commits] Commit in python-listparser (3 files)

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


    Date: Sunday, April 18, 2021 @ 14:21:45
  Author: bgyorgy
Revision: 919914

archrelease: copy trunk to community-any

Added:
  python-listparser/repos/
  python-listparser/repos/community-any/
  python-listparser/repos/community-any/PKGBUILD
    (from rev 919913, python-listparser/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python-listparser/repos/community-any/PKGBUILD (from rev 919913, python-listparser/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2021-04-18 14:21:45 UTC (rev 919914)
@@ -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
+}



More information about the arch-commits mailing list