| 1 | # Copyright 2002 Gentoo Technologies, Inc. |
1 | # Copyright 2002 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License, v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # Author: Jon Nelson <jnelson@gentoo.org> |
3 | # Author: Jon Nelson <jnelson@gentoo.org> |
| 4 | # $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.3 2002/10/20 22:24:07 jnelson Exp $ |
4 | # $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.4 2002/10/25 19:55:52 vapier Exp $ |
| 5 | # The distutils eclass is designed to allow easier installation of |
5 | # The distutils eclass is designed to allow easier installation of |
| 6 | # distutils-based python modules, and their incorporation into |
6 | # distutils-based python modules, and their incorporation into |
| 7 | # the Gentoo Linux system. |
7 | # the Gentoo Linux system. |
| 8 | |
8 | |
| 9 | ECLASS=distutils |
9 | ECLASS=distutils |