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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 11:05:13 UTC 2022


    Date: Tuesday, August 30, 2022 @ 11:05:13
  Author: felixonmars
Revision: 1288591

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 11:04:58 UTC (rev 1288590)
+++ PKGBUILD	2022-08-30 11:05:13 UTC (rev 1288591)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-chameleon
-pkgver=3.9.1
-pkgrel=2
-pkgdesc="Fast HTML/XML Template Compiler"
-arch=('any')
-license=('BSD' 'ZPL')
-url="http://www.pagetemplates.org/"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-zope-testrunner')
-source=("https://github.com/malthe/chameleon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('53b0aeeef89df7cacc299dad20e05023c638e708604876ce5269f22bab00e5001b640123920aef0ef9a0f554bbd37d151bedfdfe55ec161defe6b6f3781d841e')
-
-build() {
-  cd chameleon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd chameleon-$pkgver
-  python -m zope.testrunner --path src
-}
-
-package() {
-  cd chameleon-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 1288590, python-chameleon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 11:05:13 UTC (rev 1288591)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-chameleon
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('BSD' 'ZPL')
+url="https://chameleon.readthedocs.io/"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-zope-testrunner')
+source=("https://github.com/malthe/chameleon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('de59a4f1d0243beae91008f93741e9565831ea3b07c3f39e20e15ecc7220711a78bf475844fcaa9dc25f2376b0e937779ca28bd58f7c9b95fa2cf35cc7212117')
+
+build() {
+  cd chameleon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd chameleon-$pkgver
+  python -m zope.testrunner --path src
+}
+
+package() {
+  cd chameleon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list