git-cola: use portPackageLinksDir python (#6577)

This commit is contained in:
augiedoggie
2022-02-02 12:49:33 -07:00
committed by GitHub
parent e638c84ef3
commit 99f6912f0e

View File

@@ -3,7 +3,7 @@ DESCRIPTION="git-cola is a powerful Git GUI with a slick and intuitive user inte
HOMEPAGE="https://git-cola.github.io/"
COPYRIGHT="2007-2020 David Aguilar and contributors"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/git-cola/git-cola/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="ec1167ea9a472214bf18f5537d96e137c724f3d28a85b3642f07dba35f04b24a"
SOURCE_DIR="git-cola-$portVersion"
@@ -41,12 +41,12 @@ BUILD_PREREQUIRES="
BUILD()
{
python$PYTHON_VERSION setup.py build
$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION setup.py build
}
INSTALL()
{
python$PYTHON_VERSION setup.py install \
$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION setup.py install \
--prefix=$prefix \
--no-private-libs