mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
multimedia/py-tvnamer: Make compatile with PYTHON 3
- Flavorize
This commit is contained in:
parent
7dcaec41ab
commit
6e7015407d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498781
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= tvnamer
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,9 +16,9 @@ LICENSE= GPLv2
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:www/py-tvdb_api@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:www/py-tvdb_api@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist flavors
|
||||
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user