Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files and other related stuff are stored there. --HG-- extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
parent
6c252d43d4
commit
fa2748d9b2
291 changed files with 25 additions and 24 deletions
22
templates/python/template
Normal file
22
templates/python/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template build file for 'python'
|
||||
pkgname=python
|
||||
version=2.5.2
|
||||
wrksrc="Python-$version"
|
||||
distfiles="
|
||||
http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
||||
configure_args="--with-threads --enable-shared"
|
||||
build_style=gnu_configure
|
||||
short_desc="Interpreted, interactive, object-oriented programming language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f2f80e2a62a039e9a1ffa0fdf58707b2d12b3ff33c56472b46bb6d53f45e083e
|
||||
long_desc="
|
||||
Python is an interpreted, interactive, object-oriented programming language
|
||||
that combines remarkable power with very clear syntax. For an introduction
|
||||
to programming in Python you are referred to the Python Tutorial. The Python
|
||||
Library Reference documents built-in and standard types, constants, functions
|
||||
and modules. Finally, the Python Reference Manual describes the syntax and
|
||||
and semantics of the core language in (perhaps too) much detail.
|
||||
|
||||
Python's basic power can be extended with your own modules written in C or
|
||||
C++. On most systems such modules may be dynamically loaded. Python is also
|
||||
adaptable as an extension language for existing applications."
|
Loading…
Add table
Add a link
Reference in a new issue