[arch-commits] Commit in python-kajiki/repos/community-any (PKGBUILD PKGBUILD)

Thore Bödecker foxxx0 at gemini.archlinux.org
Sat May 7 19:38:01 UTC 2022


    Date: Saturday, May 7, 2022 @ 19:38:01
  Author: foxxx0
Revision: 1196228

archrelease: copy trunk to community-any

Added:
  python-kajiki/repos/community-any/PKGBUILD
    (from rev 1196227, python-kajiki/trunk/PKGBUILD)
Deleted:
  python-kajiki/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-07 19:37:57 UTC (rev 1196227)
+++ PKGBUILD	2022-05-07 19:38:01 UTC (rev 1196228)
@@ -1,25 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-pkgbase='python-kajiki'
-_pkgbase="${pkgbase#python-}"
-pkgname=("python-${_pkgbase}")
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Python XML-based template engine with Genshi-like syntax and Jinja-style blocks'
-arch=('any')
-url='https://github.com/nandoflorestan/kajiki'
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-babel' 'python-nine' 'python-pytest')
-source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz")
-sha512sums=('44591a11969f8a242cd30321c57888d8bec48f375013f39e2c08eb173eb4aa6cdf8d35a22973bd50dc3cd167ba9c9a825f040ab5e1369dd3fa2044031dcba911')
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  py.test -vvv -s -ra --showlocals --noconftest "${_pkgbase}"/tests/
-}
-
-package() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-kajiki/repos/community-any/PKGBUILD (from rev 1196227, python-kajiki/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-07 19:38:01 UTC (rev 1196228)
@@ -0,0 +1,26 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+pkgbase='python-kajiki'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}")
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Python XML-based template engine with Genshi-like syntax and Jinja-style blocks'
+arch=('any')
+url='https://github.com/nandoflorestan/kajiki'
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-babel' 'python-nine' 'python-pytest')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz")
+sha512sums=('3903e0766535939fbb2637da6138925ceeb799e90cbbbaa98005f9a8b2fd96e25525ac271ede1d9b7cad2d2f2743dc76df249ddb8a2e4639559f1648abd6d1b0')
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  export PYTHONPATH="${PWD}"
+  py.test -vvv -s -ra --showlocals --noconftest tests/
+}
+
+package() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list