mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
python, use libedit over libreadline
This commit is contained in:
committed by
Adrien Destugues
parent
45a52d4949
commit
30649c253e
@@ -1,17 +1,15 @@
|
||||
SUMMARY="An interpreted, interactive, object-oriented programming language"
|
||||
DESCRIPTION="
|
||||
Python is a programming language that lets you work more quickly and integrate \
|
||||
your systems more effectively. You can learn to use Python and see almost \
|
||||
immediate gains in productivity and lower maintenance costs.
|
||||
DESCRIPTION="Python is a programming language that lets you work more quickly \
|
||||
and integrate your systems more effectively. You can learn to use Python and \
|
||||
see almost immediate gains in productivity and lower maintenance costs.
|
||||
Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java \
|
||||
and .NET virtual machines.
|
||||
Python is free to use, even for commercial products, because of its \
|
||||
OSI-approved open source license.
|
||||
"
|
||||
OSI-approved open source license."
|
||||
HOMEPAGE="https://www.python.org/"
|
||||
COPYRIGHT="1990-2018 Python Software Foundation"
|
||||
LICENSE="Python"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
@@ -43,7 +41,7 @@ REQUIRES="
|
||||
lib:libbz2
|
||||
lib:libffi
|
||||
lib:libncurses
|
||||
lib:libreadline >= 8
|
||||
lib:libedit
|
||||
lib:libsqlite3
|
||||
lib:libssl
|
||||
lib:libz
|
||||
@@ -53,7 +51,7 @@ BUILD_REQUIRES="
|
||||
devel:libbz2
|
||||
devel:libffi
|
||||
devel:libncurses
|
||||
devel:libreadline >= 8
|
||||
devel:libedit
|
||||
devel:libsqlite3
|
||||
devel:libssl
|
||||
devel:libz
|
||||
|
||||
Reference in New Issue
Block a user