- Also needs py-requests and py-six, add them to DEPENDS.
- Unset USE_LANGUAGES list (no C compiler is needed). - Bump PKGREVISION. Discussed with <wiz>
This commit is contained in:
parent
63ebd9b30f
commit
9823c1fc1e
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/05/12 10:02:13 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2017/05/14 13:00:12 leot Exp $
|
||||
|
||||
DISTNAME= MechanicalSoup-0.7.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=M/MechanicalSoup/}
|
||||
|
||||
|
@ -11,6 +12,10 @@ COMMENT= Library for automating interaction with websites
|
|||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
|
||||
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=1.4:../../lang/py-six
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue