[arch-commits] Commit in python-parse/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Nov 11 10:43:21 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:43:21
  Author: felixonmars
Revision: 750315

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:43:20 UTC (rev 750314)
+++ PKGBUILD	2020-11-11 10:43:21 UTC (rev 750315)
@@ -1,35 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Aaron DeVore <aaron.devore at gmail.com>
-
-pkgname=python-parse
-pkgver=1.18.0
-pkgrel=2
-
-pkgdesc='Parse strings using a specification based on the Python format() syntax.'
-url='https://pypi.python.org/pypi/parse'
-arch=('any')
-license=('BSD')
-
-depends=('python')
-makedepends=('python-setuptools')
-
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz")
-
-sha256sums=('91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4')
-
-build() {
-  cd "$srcdir"/parse-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/parse-$pkgver
-  python test_parse.py
-}
-
-
-package() {
-  cd "$srcdir"/parse-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-parse/repos/community-staging-any/PKGBUILD (from rev 750312, python-parse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:43:21 UTC (rev 750315)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Aaron DeVore <aaron.devore at gmail.com>
+
+pkgname=python-parse
+pkgver=1.18.0
+pkgrel=3
+
+pkgdesc='Parse strings using a specification based on the Python format() syntax.'
+url='https://pypi.python.org/pypi/parse'
+arch=('any')
+license=('BSD')
+
+depends=('python')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz")
+
+sha256sums=('91666032d6723dc5905248417ef0dc9e4c51df9526aaeef271eacad6491f06a4')
+
+build() {
+  cd "$srcdir"/parse-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/parse-$pkgver
+  python test_parse.py
+}
+
+
+package() {
+  cd "$srcdir"/parse-$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