[arch-commits] Commit in python-paste/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 00:36:43 UTC 2021
Date: Friday, December 3, 2021 @ 00:36:42
Author: foutrelis
Revision: 1063903
archrelease: copy trunk to community-staging-any
Added:
python-paste/repos/community-staging-any/PKGBUILD
(from rev 1063902, python-paste/trunk/PKGBUILD)
Deleted:
python-paste/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 00:36:39 UTC (rev 1063902)
+++ PKGBUILD 2021-12-03 00:36:42 UTC (rev 1063903)
@@ -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.5.0
-pkgrel=4
-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=('a9f596d6fcd95f915990c16830caeb9c9a03412447597258c67a003fd485e2efd27798f2eb2de9978ac529292af4b55136de554bfb501e90f6185f55a6b0531b')
-
-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-staging-any/PKGBUILD (from rev 1063902, python-paste/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 00:36:42 UTC (rev 1063903)
@@ -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.5.0
+pkgrel=5
+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=('a9f596d6fcd95f915990c16830caeb9c9a03412447597258c67a003fd485e2efd27798f2eb2de9978ac529292af4b55136de554bfb501e90f6185f55a6b0531b')
+
+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