[packages/python3] - fix posix_home{platstdlib} in sysconfig.py
draenog
draenog at pld-linux.org
Mon May 20 07:20:43 CEST 2013
commit b9c7955e8dfda4214ee9b1050f436d1b2276235e
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Mon May 20 06:13:23 2013 +0100
- fix posix_home{platstdlib} in sysconfig.py
python3-lib64.patch | 2 +-
python3.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 751b71f..19ceab3 100644
--- a/python3.spec
+++ b/python3.spec
@@ -38,7 +38,7 @@ Summary(tr.UTF-8): X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом
Name: python3
Version: %{py_ver}.1
-Release: 2
+Release: 3
Epoch: 1
License: PSF
Group: Applications
diff --git a/python3-lib64.patch b/python3-lib64.patch
index 2813a1a..e61ea0e 100644
--- a/python3-lib64.patch
+++ b/python3-lib64.patch
@@ -156,7 +156,7 @@
- 'stdlib': '{installed_base}/lib/python',
- 'platstdlib': '{base}/lib/python',
+ 'stdlib': '{installed_base}/' + sys.lib + '/python',
-+ 'platstdlib': '{base}/' + sys.lib + ' /python',
++ 'platstdlib': '{base}/' + sys.lib + '/python',
'purelib': '{base}/lib/python',
- 'platlib': '{base}/lib/python',
+ 'platlib': '{base}/' + sys.lib + '/python',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/b9c7955e8dfda4214ee9b1050f436d1b2276235e
More information about the pld-cvs-commit
mailing list