[arch-commits] Commit in docker-compose/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jul 23 15:38:47 UTC 2018


    Date: Monday, July 23, 2018 @ 15:38:47
  Author: felixonmars
Revision: 363043

Python 3.7 rebuild

Modified:
  docker-compose/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-23 15:38:00 UTC (rev 363042)
+++ PKGBUILD	2018-07-23 15:38:47 UTC (rev 363043)
@@ -8,7 +8,7 @@
 
 pkgname=docker-compose
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
 url="https://www.docker.com/"
@@ -39,7 +39,7 @@
 
   cd compose-$pkgver
   # python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" python setup.py pytest
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list