Skip to content

Commit

Permalink
Remove dependency on devel/py-argparse which is expired and included in
Browse files Browse the repository at this point in the history
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
  • Loading branch information
rene0 committed Dec 4, 2016
1 parent 58571e6 commit 868b0de
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions benchmarks/py-naarad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ 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 \
Expand Down
3 changes: 1 addition & 2 deletions devel/py-numba/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ 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
Expand Down
1 change: 0 additions & 1 deletion net/cloud-init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \
${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 \
Expand Down
1 change: 0 additions & 1 deletion net/py-magic-wormhole/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ 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
Expand Down
1 change: 0 additions & 1 deletion print/cloudprint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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
Expand Down
1 change: 0 additions & 1 deletion security/obfsproxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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

Expand Down
1 change: 0 additions & 1 deletion sysutils/osquery/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ BUILD_DEPENDS= snappy>0:archivers/snappy \
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 \
Expand Down
1 change: 0 additions & 1 deletion www/py-cactus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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 \
Expand Down

0 comments on commit 868b0de

Please sign in to comment.