mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Remove dependencies on lang/python.
Fix where appropriate. Sponsored by: Absolight
This commit is contained in:
parent
3bc7743145
commit
ba0451ba80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474555
@ -14,8 +14,7 @@ COMMENT= Build platform for .NET and Visual Studio
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
python:lang/python
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
|
||||
NUGET_FEEDS= DOTNET_CORE NUGET ROSLYN ROSLYN_TOOLS SYMREADER_CONVERTER
|
||||
NUGET_LAYOUT= dotnet
|
||||
|
@ -21,8 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.17:devel/py-py@${PY_FLAVOR} \
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
|
||||
python:lang/python
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
@ -10,8 +10,7 @@ COMMENT= Video compositing software
|
||||
LICENSE= GPLv2
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
BUILD_DEPENDS= python-config:lang/python \
|
||||
pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside
|
||||
BUILD_DEPENDS= pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside
|
||||
RUN_DEPENDS= ${LOCALBASE}/OFX/Plugins/IO.ofx.bundle/Contents/Info.plist:graphics/openfx-io \
|
||||
${LOCALBASE}/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Info.plist:graphics/openfx-misc \
|
||||
${LOCALBASE}/OFX/Plugins/Arena.ofx.bundle/Contents/Info.plist:graphics/openfx-arena
|
||||
@ -24,7 +23,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
|
||||
libpyside-${PYTHON_VERSION}.so:devel/pyside \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= pkgconfig python qmake qt:4 shebangfix desktop-file-utils shared-mime-info \
|
||||
USES= pkgconfig python:2.7 qmake qt:4 shebangfix desktop-file-utils shared-mime-info \
|
||||
gettext-runtime desktop-file-utils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= NatronGitHub
|
||||
@ -43,6 +42,8 @@ USE_GL= gl
|
||||
|
||||
SHEBANG_FILES= OpenColorIO-Configs/nuke-default/make.py
|
||||
|
||||
BINARY_ALIAS= python2-config=python${PYTHON_VER}-config
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/OFX/Plugins|${PREFIX}/OFX/Plugins|g' \
|
||||
${WRKSRC}/libs/OpenFX/Examples/Makefile.master \
|
||||
|
@ -62,7 +62,7 @@ NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
PAM_CONFIGURE_ENABLE= pam
|
||||
|
||||
PYTHON_BUILD_DEPENDS= python-config:lang/python
|
||||
PYTHON_BINARY_ALIAS= python-config=python${PYTHON_VER}-config
|
||||
PYTHON_USES= python:2.7
|
||||
PYTHON_CONFIGURE_ENABLE=python
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= google-cloud-sdk
|
||||
PORTVERSION= 208.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
|
||||
DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64
|
||||
@ -15,8 +16,7 @@ WRKSRC= ${WRKDIR}/google-cloud-sdk
|
||||
|
||||
PLIST_FILES= bin/bq bin/gcloud bin/git-credential-gcloud.sh bin/gsutil
|
||||
|
||||
RUN_DEPENDS= python:lang/python \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
post-extract:
|
||||
@${RM} -r \
|
||||
|
Loading…
Reference in New Issue
Block a user