mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
multimedia/py-subliminal: fix html5lib dependency and switch from easy_install
This commit is contained in:
parent
3c06539c09
commit
001fdb2376
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337171
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= subliminal
|
PORTNAME= subliminal
|
||||||
PORTVERSION= 0.7.3
|
PORTVERSION= 0.7.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia python
|
CATEGORIES= multimedia python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bs4/__init__.py:${PORTSDIR}/www/py-beautifulso
|
|||||||
${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.5.2:${PORTSDIR}/devel/py-dogpile.cache
|
${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.5.2:${PORTSDIR}/devel/py-dogpile.cache
|
||||||
|
|
||||||
USE_PYTHON= 2.7
|
USE_PYTHON= 2.7
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@ -31,6 +32,7 @@ post-patch:
|
|||||||
${WRKSRC}/setup.py
|
${WRKSRC}/setup.py
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e 's,^requests.*,requests,g' \
|
-e 's,^requests.*,requests,g' \
|
||||||
|
-e 's,^html5lib.*,html5lib,g' \
|
||||||
${WRKSRC}/requirements.txt
|
${WRKSRC}/requirements.txt
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user