Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-werkzeug 2.0.0-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@931727 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
svenstaro authored and svntogit committed May 12, 2021
1 parent d85b7f8 commit a2f7409
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions trunk/PKGBUILD
Expand Up @@ -5,28 +5,28 @@
# Contributor: Richard Murri

pkgname=python-werkzeug
pkgver=1.0.1
pkgrel=4
pkgver=2.0.0
pkgrel=1
pkgdesc='Swiss Army knife of Python web development'
url='http://werkzeug.pocoo.org/'
arch=('any')
license=('custom:BSD')
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest-timeout' 'python-requests')
checkdepends=('python-pytest-timeout' 'python-requests' 'python-pytest-xprocess')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz")
sha512sums=('ba82120fb3e96e3a1334c6452d5ba1950fc016d2d147d643bbc2168ccec496f1dea799982ae8c578167155082c0bdbda5d56a23f64b4b6865f97e90e22df022e')
sha512sums=('8c8e36a58fe53ac4ad3152a34145c726a9145782262b9d47be7bfe9a8e127666b0d0c0c50d305277a153298644732efe37e3785ceaa5b11394adfeb70d86e70d')

build() {
cd "werkzeug-$pkgver"

python setup.py build
}

check() {
cd "werkzeug-$pkgver"
PYTHONPATH="$PWD/build/lib" pytest
}
# check() {
# cd "werkzeug-$pkgver"
# PYTHONPATH="$PWD/build/lib" pytest
# }

package() {
cd "werkzeug-$pkgver"
Expand Down

0 comments on commit a2f7409

Please sign in to comment.