diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ pkgbase = python-future pkgdesc = Clean single-source support for Python 3 and 2 pkgver = 1.0.0 - pkgrel = 3 + pkgrel = 4 url = https://python-future.org/ install = future.install arch = any license = MIT + checkdepends = python-requests + checkdepends = python-pytest makedepends = python-build makedepends = python-installer makedepends = python-setuptools @@ -6,14 +6,14 @@ pkgname=python-future pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Clean single-source support for Python 3 and 2" url="https://python-future.org/" arch=('any') license=('MIT') depends=('python') provides=('futurize' 'pasteurize') -#checkdepends=('python-requests' 'python-pytest') +checkdepends=('python-requests' 'python-pytest') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') optdepends=('python-setuptools: futurize and pasteurize scripts') options=('!emptydirs') |