mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03
@ 2017-02-09  8:55 Ömer Maden
  2017-02-09  9:21 ` Ömer Maden
  0 siblings, 1 reply; 4+ messages in thread
From: Ömer Maden @ 2017-02-09  8:55 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 540 bytes --]

Hi,

I am trying to backport Python3.5 and Django to PTXdist 2013.03.

I was able to backport Python3.5 from PTXdist 2016.04 by copying python3
.in and .make files and also patches files.
Then I also copied following files: 'ptxd_make_dts_dtc.sh' and
'ptxd_make_world_install.sh'.

But I cannot backport python3-django. Indeed I have an error concerning
_CONF_TOOL := python3. So I think I missed some files to support that:
PYTHON3_DJANGO_CONF_TOOL := python3

Which files should be taken to support the python3 CONF_TOOL ?

Regards,
Omer

[-- Attachment #1.2: Type: text/html, Size: 971 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03
  2017-02-09  8:55 [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03 Ömer Maden
@ 2017-02-09  9:21 ` Ömer Maden
  2017-02-09  9:26   ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Ömer Maden @ 2017-02-09  9:21 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 863 bytes --]

Re,

Maybe I have found concerned commit
: 048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (add helper to build python
packages). I will test...

Regards,
Omer

2017-02-09 9:55 GMT+01:00 Ömer Maden <omer.maden@gmail.com>:

> Hi,
>
> I am trying to backport Python3.5 and Django to PTXdist 2013.03.
>
> I was able to backport Python3.5 from PTXdist 2016.04 by copying python3
> .in and .make files and also patches files.
> Then I also copied following files: 'ptxd_make_dts_dtc.sh' and
> 'ptxd_make_world_install.sh'.
>
> But I cannot backport python3-django. Indeed I have an error concerning
> _CONF_TOOL := python3. So I think I missed some files to support that:
> PYTHON3_DJANGO_CONF_TOOL := python3
>
> Which files should be taken to support the python3 CONF_TOOL ?
>
> Regards,
> Omer
>
>


-- 
Omer Maden
omer.maden@gmail.com

[-- Attachment #1.2: Type: text/html, Size: 1923 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03
  2017-02-09  9:21 ` Ömer Maden
@ 2017-02-09  9:26   ` Michael Olbrich
  2017-02-09 10:49     ` Ömer Maden
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2017-02-09  9:26 UTC (permalink / raw)
  To: ptxdist

Hi,

On Thu, Feb 09, 2017 at 10:21:16AM +0100, Ömer Maden wrote:
> Maybe I have found concerned commit
> : 048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (add helper to build python
> packages). I will test...

Yes, that one is definitively needed. There may be other related commits as
well. Why not update to a new ptxdist version?

Michael


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03
  2017-02-09  9:26   ` Michael Olbrich
@ 2017-02-09 10:49     ` Ömer Maden
  0 siblings, 0 replies; 4+ messages in thread
From: Ömer Maden @ 2017-02-09 10:49 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 1057 bytes --]

I am using "WAGO-PFC-BSP-2016.10.2" which is based on PTXdist 2013.0. And I
am not sure that I will be able to migrate all Wago stuffs.

2017-02-09 10:26 GMT+01:00 Michael Olbrich <m.olbrich@pengutronix.de>:

> Hi,
>
> On Thu, Feb 09, 2017 at 10:21:16AM +0100, Ömer Maden wrote:
> > Maybe I have found concerned commit
> > : 048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (add helper to build python
> > packages). I will test...
>
> Yes, that one is definitively needed. There may be other related commits as
> well. Why not update to a new ptxdist version?
>
> Michael
>
>
> --
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de




-- 
Omer Maden
omer.maden@gmail.com

[-- Attachment #1.2: Type: text/html, Size: 2214 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-09 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09  8:55 [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03 Ömer Maden
2017-02-09  9:21 ` Ömer Maden
2017-02-09  9:26   ` Michael Olbrich
2017-02-09 10:49     ` Ömer Maden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox