[arch-commits] Commit in python-jinja/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 16 14:05:52 UTC 2021
Date: Sunday, May 16, 2021 @ 14:05:52
Author: foxboron
Revision: 935801
archrelease: copy trunk to community-any
Added:
python-jinja/repos/community-any/PKGBUILD
(from rev 935800, python-jinja/trunk/PKGBUILD)
Deleted:
python-jinja/repos/community-any/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 14:05:43 UTC (rev 935800)
+++ PKGBUILD 2021-05-16 14:05:52 UTC (rev 935801)
@@ -1,39 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: David Runge <dave at sleepmap.de>
-# Contributor: Peter Baldwin <bald_pete at hotmail.com>
-
-pkgname=python-jinja
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="https://palletsprojects.com/p/jinja/"
-license=('BSD')
-depends=('python-setuptools' 'python-markupsafe')
-optdepends=('python-babel: for i18n support')
-checkdepends=('python-pytest')
-source=(https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5')
-
-build() {
- cd Jinja2-$pkgver
- python3 setup.py build
-}
-
-check() {
- cd Jinja2-$pkgver
- # https://github.com/pypa/setuptools/issues/2466
- PYTHONPATH=build/lib pytest \
- --deselect tests/test_loader.py::test_package_dir_source \
- --deselect tests/test_loader.py::test_package_dir_list \
- --deselect tests/test_loader.py::test_package_zip_source \
- --deselect tests/test_loader.py::test_package_zip_list
-}
-
-package() {
- cd Jinja2-$pkgver
- python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-jinja/repos/community-any/PKGBUILD (from rev 935800, python-jinja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-16 14:05:52 UTC (rev 935801)
@@ -0,0 +1,40 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: David Runge <dave at sleepmap.de>
+# Contributor: Peter Baldwin <bald_pete at hotmail.com>
+
+pkgname=python-jinja
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="A simple pythonic template language written in Python"
+arch=('any')
+url="https://palletsprojects.com/p/jinja/"
+license=('BSD')
+depends=('python-setuptools' 'python-markupsafe')
+optdepends=('python-babel: for i18n support')
+checkdepends=('python-pytest')
+source=(https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5')
+
+build() {
+ cd Jinja2-$pkgver
+ python3 setup.py build
+}
+
+check() {
+ cd Jinja2-$pkgver
+ # https://github.com/pypa/setuptools/issues/2466
+ PYTHONPATH=build/lib pytest \
+ --deselect tests/test_loader.py::test_package_dir_source \
+ --deselect tests/test_loader.py::test_package_dir_list \
+ --deselect tests/test_loader.py::test_package_zip_source \
+ --deselect tests/test_loader.py::test_package_zip_list
+}
+
+package() {
+ cd Jinja2-$pkgver
+ export PYTHONHASHSEED=0
+ python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list