[arch-commits] Commit in python-paste/trunk (PKGBUILD)

2022-08-31 Thread Felix Yan via arch-commits
Date: Wednesday, August 31, 2022 @ 21:16:55
  Author: felixonmars
Revision: 1289535

upgpkg: python-paste 3.5.2-1

Modified:
  python-paste/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 21:05:18 UTC (rev 1289534)
+++ PKGBUILD2022-08-31 21:16:55 UTC (rev 1289535)
@@ -3,27 +3,27 @@
 # Contributor: Cilyan Olowen 
 
 pkgname=python-paste
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
-url="http://pythonpaste.org/index.html";
+url="https://pythonpaste.readthedocs.io/";
 license=('MIT')
 depends=('python-six')
 optdepends=('python-flup: WSGI utilities')
-makedepends=('python-setuptools' 'python-six')
-checkdepends=('python-pytest-runner' 'python-flup')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-flup')
 
source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz";)
-sha512sums=('7ae39691bb6067309a12bf76e2a110913c7be6ddcda6215eaf0228144ff26a1c7b50500729b65e27652dc7a7edf6fe26bd144d261e8754d7af8bac495d4613f9')
+sha512sums=('a1920dbd7ebea137ca33f8f8c33aad563329d1eea193d84e6aa7fc57690f706c1969e3ba76bbf21a73c59a0fe0f732daa4db15705914ac359814b4332a01bc75')
 
 build() {
-  cd "$srcdir"/Paste-$pkgver
+  cd Paste-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py pytest
+  cd Paste-$pkgver
+  pytest
 }
 
 package() {
@@ -30,5 +30,5 @@
   cd Paste-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 
-  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+  install -Dm644 docs/license.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



[arch-commits] Commit in python-paste/trunk (PKGBUILD)

2022-07-07 Thread Felix Yan via arch-commits
Date: Thursday, July 7, 2022 @ 14:21:39
  Author: felixonmars
Revision: 1248117

upgpkg: python-paste 3.5.1-1

Modified:
  python-paste/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-07 14:15:38 UTC (rev 1248116)
+++ PKGBUILD2022-07-07 14:21:39 UTC (rev 1248117)
@@ -3,8 +3,8 @@
 # Contributor: Cilyan Olowen 
 
 pkgname=python-paste
-pkgver=3.5.0
-pkgrel=5
+pkgver=3.5.1
+pkgrel=1
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
 url="http://pythonpaste.org/index.html";
@@ -14,7 +14,7 @@
 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')
+sha512sums=('7ae39691bb6067309a12bf76e2a110913c7be6ddcda6215eaf0228144ff26a1c7b50500729b65e27652dc7a7edf6fe26bd144d261e8754d7af8bac495d4613f9')
 
 build() {
   cd "$srcdir"/Paste-$pkgver



[arch-commits] Commit in python-paste/trunk (PKGBUILD)

2021-12-02 Thread Evangelos Foutras via arch-commits
Date: Friday, December 3, 2021 @ 00:36:37
  Author: foutrelis
Revision: 1063901

upgpkg: python-paste 3.5.0-5: Python 3.10 rebuild

Modified:
  python-paste/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-03 00:36:36 UTC (rev 1063900)
+++ PKGBUILD2021-12-03 00:36:37 UTC (rev 1063901)
@@ -4,7 +4,7 @@
 
 pkgname=python-paste
 pkgver=3.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
 url="http://pythonpaste.org/index.html";