2011-01-09 18:39:33 +01:00
|
|
|
################################################################################
|
|
|
|
|
# This file is part of OpenELEC - http://www.openelec.tv
|
2013-12-21 21:51:48 +01:00
|
|
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
2011-01-09 18:39:33 +01:00
|
|
|
#
|
2013-12-21 21:51:48 +01:00
|
|
|
# OpenELEC is free software: you can redistribute it and/or modify
|
2011-01-09 18:39:33 +01:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2013-12-21 21:51:48 +01:00
|
|
|
# the Free Software Foundation, either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
2011-01-09 18:39:33 +01:00
|
|
|
#
|
2013-12-21 21:51:48 +01:00
|
|
|
# OpenELEC is distributed in the hope that it will be useful,
|
2011-01-09 18:39:33 +01:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2013-12-21 21:51:48 +01:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2011-01-09 18:39:33 +01:00
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2013-12-21 21:51:48 +01:00
|
|
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
2011-01-09 18:39:33 +01:00
|
|
|
################################################################################
|
|
|
|
|
|
2010-11-13 15:14:49 +01:00
|
|
|
PKG_NAME="Python"
|
2012-04-16 19:22:32 +02:00
|
|
|
PKG_VERSION="2.7.3"
|
2010-11-13 15:14:49 +01:00
|
|
|
PKG_REV="1"
|
|
|
|
|
PKG_ARCH="any"
|
|
|
|
|
PKG_LICENSE="OSS"
|
|
|
|
|
PKG_SITE="http://www.python.org/"
|
2011-10-26 03:03:11 +02:00
|
|
|
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
2013-05-27 22:13:52 +02:00
|
|
|
PKG_DEPENDS="expat zlib bzip2 openssl libffi file"
|
2012-08-05 18:37:52 +02:00
|
|
|
PKG_BUILD_DEPENDS="toolchain Python-host sqlite expat zlib bzip2 openssl libffi"
|
2010-11-13 15:14:49 +01:00
|
|
|
PKG_PRIORITY="optional"
|
|
|
|
|
PKG_SECTION="lang"
|
|
|
|
|
PKG_SHORTDESC="python: The Python programming language"
|
|
|
|
|
PKG_LONGDESC="Python is an interpreted object-oriented programming language, and is often compared with Tcl, Perl, Java or Scheme."
|
|
|
|
|
|
2013-09-01 16:57:25 +02:00
|
|
|
PKG_IS_ADDON="no"
|
2010-11-25 18:22:33 +01:00
|
|
|
PKG_AUTORECONF="no"
|