backports/py3-vine: update build
This commit is contained in:
parent
d1cd058cf3
commit
2603fcf7d3
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer:
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-vine
|
||||
pkgver=5.0.0
|
||||
pkgrel=0
|
||||
pkgrel=2
|
||||
pkgdesc="futures and promises implementation for python"
|
||||
url="https://github.com/celery/vine"
|
||||
arch="noarch"
|
||||
|
@ -9,6 +9,7 @@ license="BSD-3-Clause"
|
|||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest py3-case py3-nose"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/v/vine/vine-$pkgver.tar.gz"
|
||||
builddir="$srcdir/vine-$pkgver"
|
||||
|
||||
|
|
Loading…
Reference in a new issue