1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

hachoir-* is not compatible with python3

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2017-10-07 06:11:17 +00:00
parent a5c7dbd934
commit 3377503498
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451426
7 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Hachoir core parser
USES= python
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>

View File

@ -12,7 +12,7 @@ COMMENT= Parsers of most common file formats
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core
USES= python
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>

View File

@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Regular expression manipulation library
USES= python
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>

View File

@ -13,7 +13,7 @@ COMMENT= Extract metadata from files
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
USES= python
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.pre.mk>

View File

@ -12,7 +12,7 @@ COMMENT= Find subfiles in any binary stream
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \
${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:devel/hachoir-regex
USES= python
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>

View File

@ -12,7 +12,7 @@ COMMENT= Binary file explorer
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \
${PYTHON_SITELIBDIR}/urwid/__init__.py:devel/py-urwid
USES= python
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>

View File

@ -12,7 +12,7 @@ COMMENT= Hachoir GUI
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
USES= python
USES= python:2.7
USE_PYTHON= distutils
USE_WX= 3.0+
WX_COMPS= python