Magellan Linux

Contents of /smage/branches/alx08x-unstable/core/python/python-3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16442 - (show annotations) (download)
Mon Oct 2 13:40:06 2023 UTC (8 months, 2 weeks ago) by niro
File size: 481 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="python"
4 PVER="3"
5 PBUILD="r2"
6
7 PCAT="dev-lang"
8
9 DESCRIPTION="Python meta package which sets the default python version to python3."
10 HOMEPAGE="http://www.magellan-linux.org/"
11
12 DEPEND=">= dev-lang/python3-3"
13
14 sminclude mtools
15
16 src_install()
17 {
18 minstalldir /usr/bin || die
19 mlink python3 /usr/bin/python || die
20 mlink python3-config /usr/bin/python-config || die
21 mlink pydoc3 /usr/bin/pydoc || die
22 mlink 2to3-3 /usr/bin/2to3 || die
23 mlink idle3 /usr/bin/idle || die
24 }