Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: python@g.o
Subject: [gentoo-python] python-utils-r1: introduce python_doheader() to install headers
Date: Thu, 24 Jan 2013 22:40:28
Message-Id: 1359067249-28911-1-git-send-email-mgorny@gentoo.org
1 Following my invalid use of insinto with python_get_includedir
2 in the dev-python/imaging ebuild, I am proposing adding a dedicated
3 function to install headers into python-specific includedir.
4
5 python_doinclude foo.h bar.h
6
7 And that's it. Clean, simple and sane.

Replies