public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-python] [PATCHes] boost migration to python-r1
@ 2012-12-14 22:08 Michał Górny
  2012-12-14 22:08 ` [gentoo-python] [PATCH 1/3] Let boost figure out the Python includedir itself Michał Górny
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Michał Górny @ 2012-12-14 22:08 UTC (permalink / raw
  To: gentoo-python; +Cc: python, cpp

[Note: sending this mail to the ml to have it archived,
 actual maintainers are CC-ed.]

I'd like to announce that I've prepared a batch of three patches which
clean up the boost ebuild a bit and then migrate it to python-r1.

A quick summary follows:

(1) removes unnecessary setting of Python includedir and libdir
in jam config. The bootstrap script does not write them there,
and without them bjam finds Python libs and headers just fine.

(2) just replaces three calls to $(python_get_sitedir) with a single
one, storing the result in a variable.

(3) does the actual migration. It's mostly replacing variables
and functions with python-r1 counterparts, and moving the module
optimization to build process. It's not much of a difference actually.

Shortly saying, the ebuild is a compatible replacement, with all
niceness of python-r1 installed (as in implementations being selectable
via PYTHON_TARGETS).

Any comments? Tiziano, would you mind if I committed this?

--
Best regards,
Michał Górny



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

end of thread, other threads:[~2012-12-15 14:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 22:08 [gentoo-python] [PATCHes] boost migration to python-r1 Michał Górny
2012-12-14 22:08 ` [gentoo-python] [PATCH 1/3] Let boost figure out the Python includedir itself Michał Górny
2012-12-15 11:34   ` [gentoo-python] " Tiziano Müller
2012-12-15 14:27     ` [gentoo-python] [PATCH] Pass absolute Python interpreter path to boost Michał Górny
2012-12-14 22:08 ` [gentoo-python] [PATCH 2/3] Commonize out $(python_get_sitedir)/boost into a variable Michał Górny
2012-12-15 11:35   ` [gentoo-python] " Tiziano Müller
2012-12-15 12:02     ` Michał Górny
2012-12-14 22:08 ` [gentoo-python] [PATCH 3/3] Convert to python-r1 Michał Górny
2012-12-15 11:42   ` [gentoo-python] " Tiziano Müller
2012-12-15 12:17     ` Michał Górny

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