From 6a68b66c8fd1ae82ee8925105c1f57f6cad536bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 8 Jan 2020 00:22:42 -0300 Subject: [PATCH] recipes: python/*: adjust outdir for the new python/ series --- recipes/python/libxml2_python2/recipe | 2 +- recipes/python/mako/recipe | 2 +- recipes/python/markupsafe/recipe | 2 +- recipes/python/python2/recipe | 2 +- recipes/python/python3/recipe | 2 +- recipes/python/six/recipe | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/python/libxml2_python2/recipe b/recipes/python/libxml2_python2/recipe index d3637b07..a83b8753 100644 --- a/recipes/python/libxml2_python2/recipe +++ b/recipes/python/libxml2_python2/recipe @@ -21,7 +21,7 @@ release=1 pkgname=libxml2_python2 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules/python" +outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tar.gz diff --git a/recipes/python/mako/recipe b/recipes/python/mako/recipe index d1adcb4c..145ce633 100644 --- a/recipes/python/mako/recipe +++ b/recipes/python/mako/recipe @@ -21,7 +21,7 @@ release=1 pkgname=mako # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules/python" +outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tar.gz diff --git a/recipes/python/markupsafe/recipe b/recipes/python/markupsafe/recipe index 81f59697..ab50d8fc 100644 --- a/recipes/python/markupsafe/recipe +++ b/recipes/python/markupsafe/recipe @@ -21,7 +21,7 @@ release=2 pkgname=markupsafe # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules/python" +outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tar.gz diff --git a/recipes/python/python2/recipe b/recipes/python/python2/recipe index aef0de2b..6a8129c9 100644 --- a/recipes/python/python2/recipe +++ b/recipes/python/python2/recipe @@ -21,7 +21,7 @@ short_version=2.7 release=1 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/devel" +outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tgz diff --git a/recipes/python/python3/recipe b/recipes/python/python3/recipe index 85dd25a6..eea15b0d 100644 --- a/recipes/python/python3/recipe +++ b/recipes/python/python3/recipe @@ -21,7 +21,7 @@ short_version=3.7 release=1 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/devel" +outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tgz diff --git a/recipes/python/six/recipe b/recipes/python/six/recipe index 59ca0adf..25039908 100644 --- a/recipes/python/six/recipe +++ b/recipes/python/six/recipe @@ -20,7 +20,7 @@ version=1.12.0 release=2 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules/python" +outdir="${outdir}/${arch}/python" tarname=${program}-${version}.tar.gz -- 2.11.4.GIT