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

Jelle van der Waa jelle at archlinux.org
Sat Aug 29 19:30:36 UTC 2020


    Date: Saturday, August 29, 2020 @ 19:30:35
  Author: jelle
Revision: 692228

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-29 19:30:28 UTC (rev 692227)
+++ PKGBUILD	2020-08-29 19:30:35 UTC (rev 692228)
@@ -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.16.0
-pkgrel=1
-
-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=('cd89e57aed38dcf3e0ff8253f53121a3b23e6181758993323658bffc048a5c19')
-
-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-any/PKGBUILD (from rev 692227, python-parse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-29 19:30:35 UTC (rev 692228)
@@ -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.17.0
+pkgrel=1
+
+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=('c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485')
+
+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