[arch-commits] Commit in python-pypugjs/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Nov 27 03:26:45 UTC 2020
Date: Friday, November 27, 2020 @ 03:26:44
Author: yan12125
Revision: 763948
upgpkg: python-pypugjs 5.9.6-1; make check() less verbose; clarify why GitHub tarball is used
Modified:
python-pypugjs/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 03:25:31 UTC (rev 763947)
+++ PKGBUILD 2020-11-27 03:26:44 UTC (rev 763948)
@@ -2,8 +2,8 @@
# Contributor: zwindl on AUR
pkgname=python-pypugjs
-pkgver=5.9.5
-pkgrel=2
+pkgver=5.9.6
+pkgrel=1
pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
url='https://github.com/kakulukia/pypugjs'
depends=(python python-six python-chardet)
@@ -12,8 +12,9 @@
optdepends=(python-django python-jinja python-tornado python-mako)
license=(MIT)
arch=(any)
+# sdist is not uploaded to PyPI
source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz")
-sha256sums=('2c19c2c434e4104ce4ae5ac650d4e81e8fd952030183c9d7ed8f251db54537e9')
+sha256sums=('741a1129105a17bc8c8066bbd74f2813a797ed7648095d25dd4d5f51aa57e4c2')
build() {
cd pypugjs-$pkgver
@@ -23,7 +24,7 @@
check() {
cd pypugjs-$pkgver
# -w is needed here as test_cases.py looks into cases/
- PYTHONPATH="$PWD" nosetests -v -w pypugjs/testsuite
+ PYTHONPATH="$PWD" nosetests -w pypugjs/testsuite
}
package() {
More information about the arch-commits
mailing list