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

Thore Bödecker foxxx0 at archlinux.org
Tue Jun 22 17:58:34 UTC 2021


    Date: Tuesday, June 22, 2021 @ 17:58:33
  Author: foxxx0
Revision: 966851

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 17:58:29 UTC (rev 966850)
+++ PKGBUILD	2021-06-22 17:58:33 UTC (rev 966851)
@@ -1,25 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-pkgbase='python-kajiki'
-_pkgbase="${pkgbase#python-}"
-pkgname=("python-${_pkgbase}")
-pkgver=0.8.2
-pkgrel=4
-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')
-checkdepends=('python-babel' 'python-nose' 'python-nine')
-source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz")
-sha512sums=('c6d4a7ed0b0a66af744d622a113f0fdccd3b13aa7ea75e0eda4d42c5f9234341367a5bcc92a98ecd394d824e1b0949d85d7fe384c88aaa05500a298e5101dc7a')
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py test
-}
-
-package() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-kajiki/repos/community-any/PKGBUILD (from rev 966850, python-kajiki/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-22 17:58:33 UTC (rev 966851)
@@ -0,0 +1,25 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+pkgbase='python-kajiki'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}")
+pkgver=0.8.3
+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=('23d0a0c4834f097f96d278db89708c5ab20b1ab3da5f4fa5338c0a74bfe0dff2a2102147eb5f52529c4f89df205b17064a424387df9572b70f4b7bb61dedaf94')
+
+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
+}



More information about the arch-commits mailing list