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

Felix Yan felixonmars at archlinux.org
Mon Oct 12 20:50:55 UTC 2020


    Date: Monday, October 12, 2020 @ 20:50:55
  Author: felixonmars
Revision: 723732

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 20:50:46 UTC (rev 723731)
+++ PKGBUILD	2020-10-12 20:50:55 UTC (rev 723732)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pastedeploy
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Load, configure, and compose WSGI applications and servers"
-arch=('any')
-license=('MIT')
-url="http://pythonpaste.org/deploy/"
-depends=('python-setuptools')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/pastedeploy/archive/$pkgver.tar.gz")
-sha512sums=('2c639b5ad07faee013ff3fe37d0e3c6ca7b56ed0960dbcaf133c05d51a7f29d6a2f35118bd8faea4d9aca90438c43d8046a340833878e4b925f32142df169c97')
-
-build() {
-  cd "$srcdir"/pastedeploy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pastedeploy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-
-  cd pastedeploy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-pastedeploy/repos/community-any/PKGBUILD (from rev 723731, python-pastedeploy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-12 20:50:55 UTC (rev 723732)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pastedeploy
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Load, configure, and compose WSGI applications and servers"
+arch=('any')
+license=('MIT')
+url="http://pythonpaste.org/deploy/"
+depends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/pastedeploy/archive/$pkgver.tar.gz")
+sha512sums=('0109e30cb5ae9bdd7f06a79f6236c90f96c3bcfe507258572b1329796a1821486d9762d954673ccbac76ee63c6a69e64fe5e2cae5402fecf4a5affe88cf46930')
+
+build() {
+  cd "$srcdir"/pastedeploy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pastedeploy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+
+  cd pastedeploy-$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