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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 20 20:20:31 UTC 2022


    Date: Wednesday, July 20, 2022 @ 20:20:31
  Author: arojas
Revision: 1254943

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 20:20:22 UTC (rev 1254942)
+++ PKGBUILD	2022-07-20 20:20:31 UTC (rev 1254943)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-uritemplate
-pkgver=3.0.1
-pkgrel=6
-pkgdesc="a Python implementation of RFC6570"
-arch=('any')
-url="https://uritemplate.readthedocs.io/"
-license=('Apache' 'BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/sigmavirus24/uritemplate/archive/${pkgver}.tar.gz")
-sha1sums=('5478f460fd61838328c1916bb6bdb54bcc4677f6')
-
-build() {
-  cd "$srcdir"/uritemplate-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/uritemplate-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LICENSE.APACHE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.APACHE
-  install -Dm644 LICENSE.BSD "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.BSD
-}

Copied: python-uritemplate/repos/community-any/PKGBUILD (from rev 1254942, python-uritemplate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 20:20:31 UTC (rev 1254943)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-uritemplate
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="a Python implementation of RFC6570"
+arch=('any')
+url="https://uritemplate.readthedocs.io/"
+license=('Apache' 'BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/sigmavirus24/uritemplate/archive/${pkgver}.tar.gz")
+sha1sums=('80411e0b7ae360d0d3a43a44c046d3f5ae4902e7')
+
+build() {
+  cd "$srcdir"/uritemplate-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/uritemplate-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.APACHE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.APACHE
+  install -Dm644 LICENSE.BSD "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.BSD
+}



More information about the arch-commits mailing list