@ -51,87 +51,86 @@ endef
d e f i n e P a c k a g e / p y t h o n
$( call Package /python /Default )
TITLE += ( full)
DEPENDS:= +libpthread +zlib +libffi +python-mini
DEPENDS:= +libpthread +zlib +libffi
e n d e f
d e f i n e P a c k a g e / p y t h o n / d e s c r i p t i o n
$( call Package /python /Default /description )
.
This package contains the ful l Python install.
.
This package contains only a minima l Python install.
e n d e f
d e f i n e P a c k a g e / p y t h o n - m i n i
d e f i n e P a c k a g e / p y t h o n - f u l l
$( call Package /python /Default )
TITLE += ( minima l)
DEPENDS:= +libpthread +zlib
TITLE += ( ful l)
DEPENDS:= @PACKAGE_python +PACKAGE_python:python
e n d e f
d e f i n e P a c k a g e / p y t h o n - m i n i / d e s c r i p t i o n
d e f i n e P a c k a g e / p y t h o n - f u l l / d e s c r i p t i o n
$( call Package /python /Default /description )
.
This package contains only a minima l Python install.
.
This package contains the ful l Python install.
e n d e f
d e f i n e P a c k a g e / p y t h o n - d o c
$( call Package /python /Default )
TITLE:= Python interactive documentation
DEPENDS += +python-mini
DEPENDS:= @PACKAGE_python +PACKAGE_python:python
e n d e f
d e f i n e P a c k a g e / p y t h o n - b z i p 2
$( call Package /python /Default )
TITLE:= Python support for Bzip2
DEPENDS += +python-mini +libbz2
DEPENDS:= @PACKAGE_python +PACKAGE_python:python +libbz2
e n d e f
d e f i n e P a c k a g e / p y t h o n - e x p a t
$( call Package /python /Default )
TITLE:= Python support for expat
DEPENDS += +python-mini +libexpat
DEPENDS:= @PACKAGE_python +PACKAGE_python:python +libexpat
e n d e f
d e f i n e P a c k a g e / p y t h o n - g z i p
$( call Package /python /Default )
TITLE:= Python support for gzip
DEPENDS += +python-mini
DEPENDS:= @PACKAGE_python +PACKAGE_python:python
e n d e f
d e f i n e P a c k a g e / p y t h o n - o p e n s s l
$( call Package /python /Default )
TITLE:= Python support for OpenSSL
DEPENDS += +python-mini +libopenssl
DEPENDS:= @PACKAGE_python +PACKAGE_python:python +libopenssl
e n d e f
d e f i n e P a c k a g e / p y t h o n - s h u t i l
$( call Package /python /Default )
TITLE:= Python support for shutil
DEPENDS += +python-mini
DEPENDS:= @PACKAGE_python +PACKAGE_python:python
e n d e f
# Needs datetime
d e f i n e P a c k a g e / p y t h o n - s q l i t e 3
$( call Package /python /Default )
TITLE:= Python support for sqlite3
DEPENDS += + python +libsqlite3
DEPENDS:= @PACKAGE_python +PACKAGE_python: python +libsqlite3
e n d e f
d e f i n e P a c k a g e / p y t h o n - g d b m
$( call Package /python /Default )
TITLE:= Python support for gdbm
DEPENDS += +python-mini +libgdbm
DEPENDS:= @PACKAGE_python +PACKAGE_python:python +libgdbm
e n d e f
d e f i n e P a c k a g e / p y t h o n - r e a d l i n e
$( call Package /python /Default )
TITLE:= Python support for readline
DEPENDS += +python-mini +libreadline +libncurses @BROKEN
DEPENDS:= @PACKAGE_python +PACKAGE_python:python +libreadline +libncurses @BROKEN
e n d e f
d e f i n e P a c k a g e / p y t h o n - n c u r s e s
$( call Package /python /Default )
TITLE:= Python support for readline
DEPENDS += +python-mini +libncurses
DEPENDS:= @PACKAGE_python +PACKAGE_python:python +libncurses
e n d e f
MAKE_FLAGS := \
@ -203,7 +202,7 @@ define Build/InstallDev
ln -sf python$( PYTHON_VERSION) -config python-config; )
e n d e f
d e f i n e P y P a c k a g e / p y t h o n / f i l e s p e c
d e f i n e P y P a c k a g e / p y t h o n - f u l l / f i l e s p e c
+ | / u s r / l i b / p y t h o n $( PYTHON_VERSION )
- | / u s r / l i b / p y t h o n $( PYTHON_VERSION ) / b s d d b / t e s t
- | / u s r / l i b / p y t h o n $( PYTHON_VERSION ) / c o n f i g
@ -318,7 +317,7 @@ define PyPackage/python/filespec
- | / u s r / l i b / p y t h o n $( PYTHON_VERSION ) / l i b - d y n l o a d / _ b i s e c t . s o
e n d e f
d e f i n e P y P a c k a g e / p y t h o n - m i n i / f i l e s p e c
d e f i n e P y P a c k a g e / p y t h o n / f i l e s p e c
+ | / u s r / b i n / p y t h o n $( PYTHON_VERSION )
+ | / u s r / l i b / p y t h o n $( PYTHON_VERSION ) / _ _ f u t u r e _ _ . p y
+ | / u s r / l i b / p y t h o n $( PYTHON_VERSION ) / _ a b c o l l . p y
@ -408,7 +407,7 @@ define PyPackage/python-mini/filespec
+ | / u s r / i n c l u d e / p y t h o n $( PYTHON_VERSION ) / p y c o n f i g . h
e n d e f
d e f i n e P y P a c k a g e / p y t h o n - m i n i / i n s t a l l
d e f i n e P y P a c k a g e / p y t h o n / i n s t a l l
ln -sf python$( PYTHON_VERSION) $( 1) /usr/bin/python
e n d e f
@ -486,7 +485,7 @@ endef
$( eval $ ( call HostBuild ) )
$( eval $ ( call PyPackage ,python ) )
$( eval $ ( call PyPackage ,python -mini ) )
$( eval $ ( call PyPackage ,python -full ) )
$( eval $ ( call PyPackage ,python -doc ) )
$( eval $ ( call PyPackage ,python -bzip 2) )
$( eval $ ( call PyPackage ,python -expat ) )
@ -499,7 +498,7 @@ $(eval $(call PyPackage,python-readline))
$( eval $ ( call PyPackage ,python -ncurses ) )
$( eval $ ( call BuildPackage ,python ) )
$( eval $ ( call BuildPackage ,python -mini ) )
$( eval $ ( call BuildPackage ,python -full ) )
$( eval $ ( call BuildPackage ,python -doc ) )
$( eval $ ( call BuildPackage ,python -bzip 2) )
$( eval $ ( call BuildPackage ,python -expat ) )