[arch-commits] Commit in python-paste/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 23 07:09:58 UTC 2020
Date: Thursday, July 23, 2020 @ 07:09:58
Author: felixonmars
Revision: 664981
archrelease: copy trunk to community-any
Added:
python-paste/repos/community-any/PKGBUILD
(from rev 664980, python-paste/trunk/PKGBUILD)
Deleted:
python-paste/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 07:09:42 UTC (rev 664980)
+++ PKGBUILD 2020-07-23 07:09:58 UTC (rev 664981)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: David Campbell <davekong at archlinux.us>
-# Contributor: Cilyan Olowen <gaknar at gmail.com>
-
-pkgname=python-paste
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Tools for using a Web Server Gateway Interface stack"
-arch=('any')
-url="http://pythonpaste.org/index.html"
-license=('MIT')
-depends=('python-six')
-optdepends=('python-flup: WSGI utilities')
-makedepends=('python-setuptools' 'python-six')
-checkdepends=('python-pytest-runner' 'python-flup')
-source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz")
-sha512sums=('fe4b1582f58c0033c95740b5ac380a93e5f67b6ef1e5d57e943270228650bce1772c4f01357f8367b3fefde3892f316955c22c8266679190b7de0a560c663d14')
-
-build() {
- cd "$srcdir"/Paste-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/Paste-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd Paste-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 docs/license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
Copied: python-paste/repos/community-any/PKGBUILD (from rev 664980, python-paste/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-23 07:09:58 UTC (rev 664981)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: David Campbell <davekong at archlinux.us>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+
+pkgname=python-paste
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Tools for using a Web Server Gateway Interface stack"
+arch=('any')
+url="http://pythonpaste.org/index.html"
+license=('MIT')
+depends=('python-six')
+optdepends=('python-flup: WSGI utilities')
+makedepends=('python-setuptools' 'python-six')
+checkdepends=('python-pytest-runner' 'python-flup')
+source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz")
+sha512sums=('0869a3330a74cc14f88fb5ce24183328ec38fed1fc5cd669b428f09ee2fcafc770e95c2f4dc8de86dfce4d66861bad26c9502cccb81966c519ca4593ada094b1')
+
+build() {
+ cd "$srcdir"/Paste-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/Paste-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd Paste-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 docs/license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
More information about the arch-commits
mailing list