[arch-commits] Commit in python-funcparserlib/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 17:01:41 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:01:41
  Author: foutrelis
Revision: 521231

archrelease: copy trunk to community-staging-any

Added:
  python-funcparserlib/repos/community-staging-any/PKGBUILD
    (from rev 521230, python-funcparserlib/trunk/PKGBUILD)
Deleted:
  python-funcparserlib/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:01:37 UTC (rev 521230)
+++ PKGBUILD	2019-10-31 17:01:41 UTC (rev 521231)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-funcparserlib
-pkgver=0.3.6
-pkgrel=2
-pkgdesc="Recursive descent parsing library based on functional combinators"
-url="https://github.com/vlasovskikh/funcparserlib"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz")
-sha512sums=('0fe23dc471f2de4588204d09379ef1400231bbe370e71045ddfad82c0f3a7bd13350954dde7210a370084c7bb7eb8c02ebdb04fb3727bee3e768cebe54e5ed99')
-
-build() {
-  cd funcparserlib-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd funcparserlib-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd funcparserlib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-funcparserlib/repos/community-staging-any/PKGBUILD (from rev 521230, python-funcparserlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:01:41 UTC (rev 521231)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-funcparserlib
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="Recursive descent parsing library based on functional combinators"
+url="https://github.com/vlasovskikh/funcparserlib"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz")
+sha512sums=('0fe23dc471f2de4588204d09379ef1400231bbe370e71045ddfad82c0f3a7bd13350954dde7210a370084c7bb7eb8c02ebdb04fb3727bee3e768cebe54e5ed99')
+
+build() {
+  cd funcparserlib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd funcparserlib-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd funcparserlib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list