[arch-commits] Commit in python-mako/trunk (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 18:18:30 UTC 2022


    Date: Monday, August 29, 2022 @ 18:18:30
  Author: felixonmars
Revision: 454723

upgpkg: python-mako 1.2.1-1

Added:
  python-mako/trunk/keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc
Modified:
  python-mako/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   26 ++++++----------
 keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc |    1 
 2 files changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 18:14:35 UTC (rev 454722)
+++ PKGBUILD	2022-08-29 18:18:30 UTC (rev 454723)
@@ -1,27 +1,23 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-mako
-pkgver=1.1.6
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
 arch=('any')
 url="https://www.makotemplates.org/"
 license=('MIT')
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
-              'python-dogpile.cache')
+depends=('python-markupsafe')
+makedepends=('python-setuptools')
+# python-lingua isn't packaged
+checkdepends=('python-pytest' 'python-babel' 'python-beaker' 'python-dogpile.cache'
+              'python-pygments')
 source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('e87d883d7a549a902bb2e16d20306ccd3dd7b3bf855dfdaff20477dd182a782a5cecbdc447e4b1607f190a7b0febcca001333137f7cac6ffa674824c2a2fd1bb'
+sha512sums=('02393054c9e3857ee412f494b01d702b5f367165d2f57a5ff9df34ba1a042b60c7b6c059ce2c53bcb91e3a4a21179eca884ee051bf5f5f3522c05253088d38a5'
             'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1'   # Michael Bayer
+              '2CA9B722133AF20453401FD1A33AC2044BFDF51E')  # Mako Maintainer
 
-prepare() {
-  cd Mako-$pkgver
-  sed -e '/\[tool:pytest\]/a filterwarnings =\n    error\n    ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release:DeprecationWarning' \
-      -e 's/-W error//' \
-      -i setup.cfg
-}
-
 build() {
   cd Mako-$pkgver
   python setup.py build
@@ -35,5 +31,5 @@
 package() {
   cd Mako-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }

Added: keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc
===================================================================
(Binary files differ)

Index: python-mako/trunk/keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc
===================================================================
--- keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc	2022-08-29 18:14:35 UTC (rev 454722)
+++ keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc	2022-08-29 18:18:30 UTC (rev 454723)

Property changes on: python-mako/trunk/keys/pgp/2CA9B722133AF20453401FD1A33AC2044BFDF51E.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list