[arch-commits] Commit in python-pypugjs/repos/community-testing-any (2 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Nov 27 03:31:26 UTC 2020
Date: Friday, November 27, 2020 @ 03:31:26
Author: yan12125
Revision: 763951
archrelease: copy trunk to community-testing-any
Added:
python-pypugjs/repos/community-testing-any/PKGBUILD
(from rev 763950, python-pypugjs/trunk/PKGBUILD)
Deleted:
python-pypugjs/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 03:31:10 UTC (rev 763950)
+++ PKGBUILD 2020-11-27 03:31:26 UTC (rev 763951)
@@ -1,33 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: zwindl on AUR
-
-pkgname=python-pypugjs
-pkgver=5.9.5
-pkgrel=2
-pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
-url='https://github.com/kakulukia/pypugjs'
-depends=(python python-six python-chardet)
-makedepends=(python-setuptools)
-checkdepends=(python-nose python-django python-jinja python-tornado python-mako)
-optdepends=(python-django python-jinja python-tornado python-mako)
-license=(MIT)
-arch=(any)
-source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz")
-sha256sums=('2c19c2c434e4104ce4ae5ac650d4e81e8fd952030183c9d7ed8f251db54537e9')
-
-build() {
- cd pypugjs-$pkgver
- python setup.py build
-}
-
-check() {
- cd pypugjs-$pkgver
- # -w is needed here as test_cases.py looks into cases/
- PYTHONPATH="$PWD" nosetests -v -w pypugjs/testsuite
-}
-
-package() {
- cd pypugjs-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-pypugjs/repos/community-testing-any/PKGBUILD (from rev 763950, python-pypugjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-27 03:31:26 UTC (rev 763951)
@@ -0,0 +1,34 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: zwindl on AUR
+
+pkgname=python-pypugjs
+pkgver=5.9.6
+pkgrel=2
+pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
+url='https://github.com/kakulukia/pypugjs'
+depends=(python python-six python-chardet)
+makedepends=(python-setuptools)
+checkdepends=(python-nose python-django python-jinja python-tornado python-mako)
+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=('741a1129105a17bc8c8066bbd74f2813a797ed7648095d25dd4d5f51aa57e4c2')
+
+build() {
+ cd pypugjs-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd pypugjs-$pkgver
+ # -w is needed here as test_cases.py looks into cases/
+ PYTHONPATH="$PWD" nosetests -w pypugjs/testsuite
+}
+
+package() {
+ cd pypugjs-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list