summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fd272a48a57..69b1ab2d5b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 37c31a957a16..9a65199d296b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')