diff options
author | pav <pav@FreeBSD.org> | 2011-07-28 06:48:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-28 06:48:07 +0800 |
commit | 652333c91ab153a3666b2cbfafe1b836da4087c4 (patch) | |
tree | ffdd734698f3cd1a7e3ca4d44a6fb4e0ee5b897d /www/py-flexget | |
parent | d1a2b8dba2e3859b60db1d5416c5b4583491cd9e (diff) | |
download | freebsd-ports-gnome-652333c91ab153a3666b2cbfafe1b836da4087c4.tar.gz freebsd-ports-gnome-652333c91ab153a3666b2cbfafe1b836da4087c4.tar.zst freebsd-ports-gnome-652333c91ab153a3666b2cbfafe1b836da4087c4.zip |
- Mark BROKEN: does not build
from paver.setuputils import setup, find_package_data, find_packages
ImportError: cannot import name find_packages
Reported by: pointyhat
Diffstat (limited to 'www/py-flexget')
-rw-r--r-- | www/py-flexget/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index 25cb88513de9..ec33f1f29de5 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -30,6 +30,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sql ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:${PORTSDIR}/www/py-html5lib +BROKEN= does not build + USE_PYTHON= 2.5+ USE_PYDISTUTILS= all PYDISTUTILS_PKGNAME= FlexGet |