Unbreak this port
- While I'm here, move USES upward Approved by: portmgr (blanket)
This commit is contained in:
parent
80bc110116
commit
a8336e068c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486795
1 changed files with 4 additions and 4 deletions
|
@ -12,16 +12,16 @@ COMMENT= API to manage digitalocean.com droplets
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN= fails to configure, non ascii char in position 820 of long_description
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= koalalorenzo
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_LOCALE= en_US.UTF-8
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue