Date: Wednesday, May 12, 2021 @ 13:56:55 Author: foutrelis Revision: 931673
upgpkg: python-jinja 3.0.0-1: new upstream release Modified: python-jinja/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-12 13:56:16 UTC (rev 931672) +++ PKGBUILD 2021-05-12 13:56:55 UTC (rev 931673) @@ -3,8 +3,8 @@ # Contributor: Peter Baldwin <[email protected]> pkgname=python-jinja -pkgver=2.11.3 -pkgrel=2 +pkgver=3.0.0 +pkgrel=1 pkgdesc="A simple pythonic template language written in Python" arch=('any') url="https://palletsprojects.com/p/jinja/" @@ -11,10 +11,9 @@ license=('BSD') depends=('python-setuptools' 'python-markupsafe') optdepends=('python-babel: for i18n support') -makedepends=('python-setuptools' 'python-markupsafe') checkdepends=('python-pytest') source=(https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz) -sha256sums=('a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6') +sha256sums=('ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5') build() { cd Jinja2-$pkgver @@ -25,9 +24,10 @@ cd Jinja2-$pkgver # https://github.com/pypa/setuptools/issues/2466 PYTHONPATH=build/lib pytest \ - --deselect tests/test_bytecode_cache.py::TestByteCodeCache::test_simple \ - --deselect tests/test_loader.py::TestLoaders::test_package_loader \ - --deselect tests/test_loader.py::TestLoaders::test_choice_loader + --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() { @@ -34,8 +34,6 @@ cd Jinja2-$pkgver python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname" - - install -Dm644 ext/Vim/jinja.vim -t "$pkgdir/usr/share/vim/vimfiles/syntax" } # vim:set ts=2 sw=2 et:
