Use pycompile_{dirs,module} in packages with python modules.
This commit is contained in:
parent
4f583a3d50
commit
639e94624f
61 changed files with 172 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'python'.
|
||||
pkgname=python
|
||||
version=2.7.2
|
||||
revision=2
|
||||
revision=3
|
||||
patch_args="-Np1"
|
||||
wrksrc="Python-$version"
|
||||
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
||||
|
@ -24,6 +24,7 @@ long_desc="
|
|||
adaptable as an extension language for existing applications."
|
||||
|
||||
stow_copy=yes
|
||||
pycompile_dirs="usr/lib/python2.7"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue