[arch-commits] Commit in python-uritemplate/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:36:41 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:36:41
  Author: felixonmars
Revision: 1060885

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:36:37 UTC (rev 1060884)
+++ PKGBUILD	2021-12-01 21:36:41 UTC (rev 1060885)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-uritemplate
-pkgver=3.0.1
-pkgrel=5
-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-staging-any/PKGBUILD (from rev 1060880, python-uritemplate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:36:41 UTC (rev 1060885)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list