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

Felix Yan felixonmars at archlinux.org
Sun May 10 20:55:45 UTC 2020


    Date: Sunday, May 10, 2020 @ 20:55:44
  Author: felixonmars
Revision: 626232

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-10 20:55:28 UTC (rev 626231)
+++ PKGBUILD	2020-05-10 20:55:44 UTC (rev 626232)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-chameleon
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="Fast HTML/XML Template Compiler"
-arch=('any')
-license=('custom:BSD' 'ZPL')
-url="http://www.pagetemplates.org/"
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz")
-sha512sums=('9f1d2a9222b795ac139f0c06ea8169ec132c00714ec4608e58dd5781dba8380f988141f6659c47e8920ee0cd4d4bcde9070794cd0e2b5f34d0fce21d24e2dc98')
-
-build() {
-  cd chameleon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd chameleon-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd chameleon-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 626231, python-chameleon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-10 20:55:44 UTC (rev 626232)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-chameleon
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/"
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz")
+sha512sums=('158b418fa6fbd13cd48d913ab34fb4f16450aa0fa3b382c6c829efed3100753814449a1d4004c9bc45d327d2a66130db0518b9c28943af300b4b310e955c426c')
+
+build() {
+  cd chameleon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd chameleon-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd chameleon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list