[arch-commits] Commit in alacarte/repos/testing-any (6 files)
Jan Steffens
heftig at nymeria.archlinux.org
Thu Oct 3 13:46:36 UTC 2013
Date: Thursday, October 3, 2013 @ 15:46:36
Author: heftig
Revision: 195880
archrelease: copy trunk to testing-any
Added:
alacarte/repos/testing-any/PKGBUILD
(from rev 195879, alacarte/trunk/PKGBUILD)
alacarte/repos/testing-any/alacarte.install
(from rev 195879, alacarte/trunk/alacarte.install)
alacarte/repos/testing-any/py3.patch
(from rev 195879, alacarte/trunk/py3.patch)
Deleted:
alacarte/repos/testing-any/PKGBUILD
alacarte/repos/testing-any/alacarte.install
alacarte/repos/testing-any/py3.patch
------------------+
PKGBUILD | 72 ++++++------
alacarte.install | 22 +--
py3.patch | 294 ++++++++++++++++++++++++++---------------------------
3 files changed, 194 insertions(+), 194 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-03 13:45:56 UTC (rev 195879)
+++ PKGBUILD 2013-10-03 13:46:36 UTC (rev 195880)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: pressh <pressh at gmail.com>
-
-pkgname=alacarte
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Menu editor for gnome"
-arch=(any)
-license=('LGPL')
-url="http://www.gnome.org"
-depends=('gnome-menus' 'hicolor-icon-theme' 'python-gobject' 'gtk3')
-makedepends=('intltool')
-install=alacarte.install
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
- py3.patch)
-sha256sums=('bdc91981859a5076ae38a213892074e1263629835702920d47f6ee2bb76179f1'
- '19dd62126e4eb6eee2f1175a5e2120ee360e06461d2e275e1b494dadbdf4dfae')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i ../py3.patch
-}
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var PYTHON=python
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: alacarte/repos/testing-any/PKGBUILD (from rev 195879, alacarte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-10-03 13:46:36 UTC (rev 195880)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: pressh <pressh at gmail.com>
+
+pkgname=alacarte
+pkgver=3.10.0
+pkgrel=2
+pkgdesc="Menu editor for gnome"
+arch=(any)
+license=('LGPL')
+url="http://www.gnome.org"
+depends=('gnome-menus' 'hicolor-icon-theme' 'python-gobject' 'gtk3')
+makedepends=('intltool')
+install=alacarte.install
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+ py3.patch)
+sha256sums=('bdc91981859a5076ae38a213892074e1263629835702920d47f6ee2bb76179f1'
+ '19dd62126e4eb6eee2f1175a5e2120ee360e06461d2e275e1b494dadbdf4dfae')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../py3.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var PYTHON=/usr/bin/python
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: alacarte.install
===================================================================
--- alacarte.install 2013-10-03 13:45:56 UTC (rev 195879)
+++ alacarte.install 2013-10-03 13:46:36 UTC (rev 195880)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: alacarte/repos/testing-any/alacarte.install (from rev 195879, alacarte/trunk/alacarte.install)
===================================================================
--- alacarte.install (rev 0)
+++ alacarte.install 2013-10-03 13:46:36 UTC (rev 195880)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: py3.patch
===================================================================
--- py3.patch 2013-10-03 13:45:56 UTC (rev 195879)
+++ py3.patch 2013-10-03 13:46:36 UTC (rev 195880)
@@ -1,147 +0,0 @@
-diff -u -r alacarte-3.10.0/configure alacarte-3.10.0-py/configure
---- alacarte-3.10.0/configure 2013-09-24 19:08:36.000000000 +0200
-+++ alacarte-3.10.0-py/configure 2013-09-24 21:05:53.171910263 +0200
-@@ -5853,7 +5853,7 @@
- if ${am_cv_python_version+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
-+ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
- $as_echo "$am_cv_python_version" >&6; }
-@@ -5872,7 +5872,7 @@
- if ${am_cv_python_platform+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
-+ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
- $as_echo "$am_cv_python_platform" >&6; }
-@@ -5886,7 +5886,7 @@
- if ${am_cv_python_pythondir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
- echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
-@@ -5903,7 +5903,7 @@
- if ${am_cv_python_pyexecdir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
- echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
-@@ -5928,7 +5928,7 @@
- if ${am_cv_python_version+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
-+ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
- $as_echo "$am_cv_python_version" >&6; }
-@@ -5947,7 +5947,7 @@
- if ${am_cv_python_platform+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
-+ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
- $as_echo "$am_cv_python_platform" >&6; }
-@@ -5961,7 +5961,7 @@
- if ${am_cv_python_pythondir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
- echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
-@@ -5978,7 +5978,7 @@
- if ${am_cv_python_pyexecdir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
- echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
-@@ -6003,7 +6003,7 @@
- if ${am_cv_python_version+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
-+ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
- $as_echo "$am_cv_python_version" >&6; }
-@@ -6022,7 +6022,7 @@
- if ${am_cv_python_platform+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
-+ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
- $as_echo "$am_cv_python_platform" >&6; }
-@@ -6036,7 +6036,7 @@
- if ${am_cv_python_pythondir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
- echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
-@@ -6053,7 +6053,7 @@
- if ${am_cv_python_pyexecdir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
- echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
-@@ -6078,7 +6078,7 @@
- if ${am_cv_python_version+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
-+ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
- $as_echo "$am_cv_python_version" >&6; }
-@@ -6097,7 +6097,7 @@
- if ${am_cv_python_platform+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
-+ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
- $as_echo "$am_cv_python_platform" >&6; }
-@@ -6111,7 +6111,7 @@
- if ${am_cv_python_pythondir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
- echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
-@@ -6128,7 +6128,7 @@
- if ${am_cv_python_pyexecdir+:} false; then :
- $as_echo_n "(cached) " >&6
- else
-- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
-+ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
- echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
Copied: alacarte/repos/testing-any/py3.patch (from rev 195879, alacarte/trunk/py3.patch)
===================================================================
--- py3.patch (rev 0)
+++ py3.patch 2013-10-03 13:46:36 UTC (rev 195880)
@@ -0,0 +1,147 @@
+diff -u -r alacarte-3.10.0/configure alacarte-3.10.0-py/configure
+--- alacarte-3.10.0/configure 2013-09-24 19:08:36.000000000 +0200
++++ alacarte-3.10.0-py/configure 2013-09-24 21:05:53.171910263 +0200
+@@ -5853,7 +5853,7 @@
+ if ${am_cv_python_version+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
++ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
+ $as_echo "$am_cv_python_version" >&6; }
+@@ -5872,7 +5872,7 @@
+ if ${am_cv_python_platform+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
++ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
+ $as_echo "$am_cv_python_platform" >&6; }
+@@ -5886,7 +5886,7 @@
+ if ${am_cv_python_pythondir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
++ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
+ echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
+@@ -5903,7 +5903,7 @@
+ if ${am_cv_python_pyexecdir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
++ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
+ echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
+@@ -5928,7 +5928,7 @@
+ if ${am_cv_python_version+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
++ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
+ $as_echo "$am_cv_python_version" >&6; }
+@@ -5947,7 +5947,7 @@
+ if ${am_cv_python_platform+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
++ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
+ $as_echo "$am_cv_python_platform" >&6; }
+@@ -5961,7 +5961,7 @@
+ if ${am_cv_python_pythondir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
++ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
+ echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
+@@ -5978,7 +5978,7 @@
+ if ${am_cv_python_pyexecdir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
++ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
+ echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
+@@ -6003,7 +6003,7 @@
+ if ${am_cv_python_version+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
++ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
+ $as_echo "$am_cv_python_version" >&6; }
+@@ -6022,7 +6022,7 @@
+ if ${am_cv_python_platform+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
++ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
+ $as_echo "$am_cv_python_platform" >&6; }
+@@ -6036,7 +6036,7 @@
+ if ${am_cv_python_pythondir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
++ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
+ echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
+@@ -6053,7 +6053,7 @@
+ if ${am_cv_python_pyexecdir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
++ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
+ echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
+@@ -6078,7 +6078,7 @@
+ if ${am_cv_python_version+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
++ am_cv_python_version=`$PYTHON -c "import sys; print(sys.version[:3])"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
+ $as_echo "$am_cv_python_version" >&6; }
+@@ -6097,7 +6097,7 @@
+ if ${am_cv_python_platform+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
++ am_cv_python_platform=`$PYTHON -c "import sys; print(sys.platform)"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
+ $as_echo "$am_cv_python_platform" >&6; }
+@@ -6111,7 +6111,7 @@
+ if ${am_cv_python_pythondir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
++ am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX'))" 2>/dev/null ||
+ echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
+@@ -6128,7 +6128,7 @@
+ if ${am_cv_python_pyexecdir+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+- am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
++ am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX'))" 2>/dev/null ||
+ echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
More information about the arch-commits
mailing list