- Drop textproc/py-beautifulsoup as dependency because it was removed.
- Add www/py-beautifulsoup to RUN_DEPENDS - Ignore on the package builders Reported by: pkg-fallout Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6971
This commit is contained in:
parent
e854af1ba8
commit
274e60fb9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417606
1 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,7 @@ COMMENT= Stack overflow command line interface
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup4>=0:textproc/py-beautifulsoup4 \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
|
||||
|
||||
USES= python:3
|
||||
|
@ -23,4 +23,10 @@ GH_ACCOUNT= gautamkrishnar
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
|
||||
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue