[arch-commits] Commit in python-listparser/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:42:25 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:42:25
Author: foutrelis
Revision: 1061017
archrelease: copy trunk to community-staging-any
Added:
python-listparser/repos/community-staging-any/PKGBUILD
(from rev 1061015, python-listparser/trunk/PKGBUILD)
Deleted:
python-listparser/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:42:24 UTC (rev 1061016)
+++ PKGBUILD 2021-12-01 21:42:25 UTC (rev 1061017)
@@ -1,30 +0,0 @@
-# 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=4
-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
-}
Copied: python-listparser/repos/community-staging-any/PKGBUILD (from rev 1061015, python-listparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:42:25 UTC (rev 1061017)
@@ -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=5
+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