[arch-commits] Commit in python-vagrant/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sun Mar 15 15:14:41 UTC 2020
Date: Sunday, March 15, 2020 @ 15:14:41
Author: shibumi
Revision: 598225
upgpkg: python-vagrant 0.5.15-3
Modified:
python-vagrant/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 15:14:39 UTC (rev 598224)
+++ PKGBUILD 2020-03-15 15:14:41 UTC (rev 598225)
@@ -10,6 +10,7 @@
arch=('any')
depends=('python')
makedepends=('python' 'python-setuptools')
+#checkdepends=('vagrant')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/todddeluca/python-vagrant/archive/${pkgver}.tar.gz")
sha512sums=('3763b479fc0c540aec841f38d513d1f836eb17236703ee3490199cd22dde06585b362570ffb823ec63ef0dbdf94f1b38f68928b4be95557fad7137edc7410dd1')
@@ -19,10 +20,11 @@
python setup.py build
}
-check() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- python setup.py test
-}
+# Disabled, because they need Vagrant. Systemd-nspawn doesn't support this.
+#check() {
+# cd "${srcdir}/${pkgbase}-${pkgver}"
+# python setup.py test
+#}
package() {
cd "${srcdir}/${pkgbase}-${pkgver}"
More information about the arch-commits
mailing list