linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Support Python 3 in the crda build system (Take 2)
@ 2015-07-22  5:21 ahmed.taahir
  2015-07-22  5:21 ` [PATCH 1/2] Support python 3 in utils/key2pub.py ahmed.taahir
  2015-07-22  5:21 ` [PATCH 2/2] Small build system improvements ahmed.taahir
  0 siblings, 2 replies; 8+ messages in thread
From: ahmed.taahir @ 2015-07-22  5:21 UTC (permalink / raw)
  To: linux-wireless

Updated Intro:

This patchset takes into account helpful comments by Stefan.  The user
can now set the make variable BUILD_PYTHON to select which interpreter
runs key2pub.py.

key2pub.py is further simplified as well.

Original Intro:

crda's build system is one of the last packages with a hard dep on
python-2.7 on my Gentoo system.  This patchset adapts the utility
script 'key2pub.py' so that it will run under either Python 2.7 or
Python 3.x.  The main change is a switch from using M2Crypto to
PyCrypto, specifically for Python 3.x support.

In addition, Gentoo had a small collection of bugfix patches that were
applied every time someone installed crda.  I've included those that
seemed to have general applicability, as described in Patch 2.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Support Python3 in the crda buildsystem.
@ 2015-07-22  0:37 ahmed.taahir
  2015-07-22  0:37 ` [PATCH 1/2] Support python 3 in utils/key2pub.py ahmed.taahir
  0 siblings, 1 reply; 8+ messages in thread
From: ahmed.taahir @ 2015-07-22  0:37 UTC (permalink / raw)
  To: linux-wireless

crda's build system is one of the last packages with a hard dep on
python-2.7 on my Gentoo system.  This patchset adapts the utility
script 'key2pub.py' so that it will run under either Python 2.7 or
Python 3.x.  The main change is a switch from using M2Crypto to
PyCrypto, specifically for Python 3.x support.

In addition, Gentoo had a small collection of bugfix patches that were
applied every time someone installed crda.  I've included those that
seemed to have general applicability, as described in Patch 2.


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

end of thread, other threads:[~2019-12-25 16:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-22  5:21 Support Python 3 in the crda build system (Take 2) ahmed.taahir
2015-07-22  5:21 ` [PATCH 1/2] Support python 3 in utils/key2pub.py ahmed.taahir
2019-12-25 16:19   ` jtojnar
2015-07-22  5:21 ` [PATCH 2/2] Small build system improvements ahmed.taahir
  -- strict thread matches above, loose matches on Subject: below --
2015-07-22  0:37 Support Python3 in the crda buildsystem ahmed.taahir
2015-07-22  0:37 ` [PATCH 1/2] Support python 3 in utils/key2pub.py ahmed.taahir
2015-07-22  2:50   ` Stefan Lippers-Hollmann
2015-07-22  2:59     ` Taahir Ahmed
2015-07-22  4:01       ` Stefan Lippers-Hollmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).