[arch-commits] Commit in python-pyparsing/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Oct 1 11:27:18 UTC 2018


    Date: Monday, October 1, 2018 @ 11:27:18
  Author: felixonmars
Revision: 335598

archrelease: copy trunk to extra-any

Added:
  python-pyparsing/repos/extra-any/PKGBUILD
    (from rev 335597, python-pyparsing/trunk/PKGBUILD)
Deleted:
  python-pyparsing/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 11:26:59 UTC (rev 335597)
+++ PKGBUILD	2018-10-01 11:27:18 UTC (rev 335598)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: Arvid Ephraim Picciani <aep at exys.org>
-# Contributor: Michael Krauss <hippodriver at gmx.net>
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='https://github.com/pyparsing/pyparsing/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz")
-sha512sums=('13ea8632be1c06e09510dfffb28201922062a617f3cf6c204caa325bf0269c269ce891c14aee41bf24cd2aee77a4e2f00baa6e3656c290f88e898a10248d0c34')
-
-build() {
-  cd pyparsing-pyparsing_$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd pyparsing-pyparsing_$pkgver
-  python unitTests.py
-  python2 unitTests.py
-}
-
-package_python-pyparsing() {
-  depends=('python')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-
-  cd pyparsing-pyparsing_$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/extra-any/PKGBUILD (from rev 335597, python-pyparsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-01 11:27:18 UTC (rev 335598)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: Arvid Ephraim Picciani <aep at exys.org>
+# Contributor: Michael Krauss <hippodriver at gmx.net>
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='https://github.com/pyparsing/pyparsing/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz")
+sha512sums=('a6924f2fb3ae4caee4e96857f525cba87448a56817ed6c4171932d05b5c7920e09d7c11f9f85884cae9a250e4872083cf0ff0d72e61407708128ad64fd78c421')
+
+build() {
+  cd pyparsing-pyparsing_$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd pyparsing-pyparsing_$pkgver
+  python unitTests.py
+  python2 unitTests.py
+}
+
+package_python-pyparsing() {
+  depends=('python')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list