Index: head/benchmarks/py-naarad/Makefile =================================================================== --- head/benchmarks/py-naarad/Makefile (revision 427779) +++ head/benchmarks/py-naarad/Makefile (revision 427780) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= naarad PORTVERSION= 1.0.15 DISTVERSIONPREFIX= v CATEGORIES= benchmarks python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= araujo@FreeBSD.org COMMENT= Framework for performance analysis LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol \ bash:shells/bash \ gawk:lang/gawk USES= shebangfix python SHEBANG_LANG= gawk SHEBANG_FILES= bin/naarad_metric_collector.sh bin/PrintGCStats USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= linkedin .include Index: head/devel/py-numba/Makefile =================================================================== --- head/devel/py-numba/Makefile (revision 427779) +++ head/devel/py-numba/Makefile (revision 427780) @@ -1,33 +1,32 @@ # Created by: David Kalliecharan # $FreeBSD$ PORTNAME= numba PORTVERSION= 0.29.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dave@dal.ca COMMENT= Optimizing compiler for Python using LLVM LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite # Uses Python 2.7, 3.4+ USES= python fortran USE_PYTHON= distutils autoplist .include # Requried for Python 2.7 .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 \ ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch \ ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs .endif .include Index: head/net/cloud-init/Makefile =================================================================== --- head/net/cloud-init/Makefile (revision 427779) +++ head/net/cloud-init/Makefile (revision 427780) @@ -1,46 +1,45 @@ # $FreeBSD$ PORTNAME= cloud-init PORTVERSION= 0.7.6 CATEGORIES= net python MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bertjw@regeer.org COMMENT= Init scripts for use on cloud images LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \ sudo>0:security/sudo \ gpart>0:sysutils/gpart \ ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}oauth>0:net/py-oauth \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch \ ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer ETCDIR= ${PREFIX}/etc/cloud USES= python:2.7 shebangfix SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \ tools/read-version tools/hacking.py USE_PYTHON= autoplist distutils PYDISTUTILS_INSTALLARGS+= "--init-system=sysvinit_freebsd" ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= currently depends on dmidecode which is x86-only post-build: @cd ${WRKSRC} && ${MV} config/cloud.cfg-freebsd config/cloud.cfg .include Index: head/net/py-magic-wormhole/Makefile =================================================================== --- head/net/py-magic-wormhole/Makefile (revision 427779) +++ head/net/py-magic-wormhole/Makefile (revision 427780) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= magic-wormhole PORTVERSION= 0.8.0 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Get things from one computer to another, safely RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \ ${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf \ ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl \ ${PYTHON_PKGNAMEPREFIX}spake2>=0.7:security/py-spake2 \ ${PYTHON_PKGNAMEPREFIX}txaio>=2.5.1:devel/py-txaio USES= python USE_PYTHON= autoplist distutils .include Index: head/print/cloudprint/Makefile =================================================================== --- head/print/cloudprint/Makefile (revision 427779) +++ head/print/cloudprint/Makefile (revision 427780) @@ -1,35 +1,34 @@ # Created by: Bernhard Froehlich # $FreeBSD$ PORTNAME= cloudprint PORTVERSION= 0.14 PORTREVISION= 2 CATEGORIES= print MAINTAINER= decke@FreeBSD.org COMMENT= Google Cloud Print proxy for local CUPS printers LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \ ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \ - ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests USE_GITHUB= yes GH_ACCOUNT= armooo GH_TAGNAME= 4618224 NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils USE_RC_SUBR= ${PORTNAME} USERS= cups GROUPS= cups SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" \ CPUSER="${USERS}" \ CPGROUP="${GROUPS}" .include Index: head/security/obfsproxy/Makefile =================================================================== --- head/security/obfsproxy/Makefile (revision 427779) +++ head/security/obfsproxy/Makefile (revision 427780) @@ -1,25 +1,24 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= obfsproxy PORTVERSION= 0.2.13 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml USE_PYTHON= distutils USES= python twisted SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy .include Index: head/sysutils/osquery/Makefile =================================================================== --- head/sysutils/osquery/Makefile (revision 427779) +++ head/sysutils/osquery/Makefile (revision 427780) @@ -1,75 +1,74 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= osquery PORTVERSION= 1.4.7 PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org COMMENT= SQL powered OS instrumentation, monitoring, and analytics LICENSE= BSD3CLAUSE BUILD_DEPENDS= snappy>0:archivers/snappy \ rocksdb>0:databases/rocksdb \ thrift>0:devel/thrift \ thrift-cpp>0:devel/thrift-cpp \ bash>0:shells/bash \ yara>0:security/yara \ doxygen:devel/doxygen \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libgflags.so:devel/gflags \ libicuuc.so:devel/icu USES= cmake:outsource gmake libtool python:build compiler:c++11-lib CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" CMAKE_ARGS+= -DFREEBSD=awesome -DCMAKE_SYSTEM_NAME="FreeBSD" BLDDIR= ${WRKDIR}/.build/${PORTNAME} USE_RC_SUBR= ${PORTNAME}d USE_GITHUB= yes GH_ACCOUNT= facebook ${PORTNAME}:tp GH_PROJECT= third-party:tp GH_SUBDIR= third-party:tp MAKE_JOBS_UNSAFE= yes .include .if ${OSVERSION} <= 1000000 CFLAGS+= -D_GLIBCXX_USE_C99 .endif post-patch: ${REINPLACE_CMD} -e 's|/var/osquery|/var/db/osquery|g' \ ${WRKSRC}/osquery/core/init.cpp ${REINPLACE_CMD} -e 's|/var/osquery/osquery.em|/var/run/osquery.em|g' \ -e 's|/etc/osquery/extensions.load|${PREFIX}/etc/osquery.extensions|g' \ -e 's|/etc/osquery/modules.load|${PREFIX}/etc/osquery.modules|g' \ ${WRKSRC}/osquery/extensions/extensions.cpp ${REINPLACE_CMD} -e 's|/var/osquery/osquery.conf|${PREFIX}/etc/osquery.conf|g' \ ${WRKSRC}/osquery/config/plugins/filesystem.cpp ${REINPLACE_CMD} -e 's|/var/osquery/|/var/db/osquery/|g' \ ${WRKSRC}/tools/deployment/osquery.example.conf ${REINPLACE_CMD} -e 's|python |${PYTHON_CMD} |g' \ ${WRKSRC}/CMake/CMakeLibs.cmake \ ${WRKSRC}/CMakeLists.txt do-install: ${INSTALL_PROGRAM} ${BLDDIR}/osqueryi ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${BLDDIR}/osqueryd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${BLDDIR}/libosquery.a ${STAGEDIR}${PREFIX}/lib (cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include) ${INSTALL_DATA} ${WRKSRC}/tools/deployment/osquery.example.conf \ ${STAGEDIR}${PREFIX}/etc/osquery.conf.sample ${MKDIR} ${STAGEDIR}/var/db/osquery .include Index: head/www/py-cactus/Makefile =================================================================== --- head/www/py-cactus/Makefile (revision 427779) +++ head/www/py-cactus/Makefile (revision 427780) @@ -1,40 +1,39 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= cactus PORTVERSION= 3.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Cactus-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Static site generator for designers LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>0:www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2 \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}boto>=2.4.1:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}tornado>=3.2:www/py-tornado \ ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}django-markwhat>0:www/py-django-markwhat TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python:-2.7 USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= TESTS TESTS_DESC= Install test suite requirements TESTS_BUILD_DEPENDS= ${RUN_DEPENDS} \ ${TEST_DEPENDS} regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include