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

Johannes Löthberg demize at archlinux.org
Fri Jan 22 23:45:15 UTC 2021


    Date: Friday, January 22, 2021 @ 23:45:15
  Author: demize
Revision: 825379

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 23:45:12 UTC (rev 825378)
+++ PKGBUILD	2021-01-22 23:45:15 UTC (rev 825379)
@@ -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=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
-}

Copied: python-parse/repos/community-any/PKGBUILD (from rev 825378, python-parse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 23:45:15 UTC (rev 825379)
@@ -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.19.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=('9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b')
+
+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