[arch-commits] Commit in python-parse/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Tue Mar 3 11:38:10 UTC 2020
Date: Tuesday, March 3, 2020 @ 11:38:09
Author: demize
Revision: 589614
upgpkg: python-parse 1.15.0-1
Modified:
python-parse/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 11:32:05 UTC (rev 589613)
+++ PKGBUILD 2020-03-03 11:38:09 UTC (rev 589614)
@@ -2,7 +2,7 @@
# Contributor: Aaron DeVore <aaron.devore at gmail.com>
pkgname=python-parse
-pkgver=1.14.0
+pkgver=1.15.0
pkgrel=1
pkgdesc='Parse strings using a specification based on the Python format() syntax.'
@@ -13,11 +13,9 @@
depends=('python')
makedepends=('python-setuptools')
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"
- https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE) # license from the bottom of parse.py
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz")
-md5sums=('07cbb5ba1025cbfe92fc3376c372dda5'
- '68c10fa20482cc4328a1052695fb7e53')
+sha256sums=('a6d4e2c2f1fbde6717d28084a191a052950f758c0cbd83805357e6575c2b95c0')
build() {
cd "$srcdir"/parse-$pkgver
@@ -31,8 +29,7 @@
package() {
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
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