Date: Thursday, July 7, 2022 @ 14:21:52 Author: felixonmars Revision: 1248118
archrelease: copy trunk to community-any Added: python-paste/repos/community-any/PKGBUILD (from rev 1248117, python-paste/trunk/PKGBUILD) Deleted: python-paste/repos/community-any/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 14:21:39 UTC (rev 1248117) +++ PKGBUILD 2022-07-07 14:21:52 UTC (rev 1248118) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: David Campbell <davek...@archlinux.us> -# Contributor: Cilyan Olowen <gak...@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 -} Copied: python-paste/repos/community-any/PKGBUILD (from rev 1248117, python-paste/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-07-07 14:21:52 UTC (rev 1248118) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: David Campbell <davek...@archlinux.us> +# Contributor: Cilyan Olowen <gak...@gmail.com> + +pkgname=python-paste +pkgver=3.5.1 +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=('7ae39691bb6067309a12bf76e2a110913c7be6ddcda6215eaf0228144ff26a1c7b50500729b65e27652dc7a7edf6fe26bd144d261e8754d7af8bac495d4613f9') + +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 +}