713ff39b31
[5.6.4] Dedicated host cancel, cancel-guests, list-guests added createDate and modifyDate parameters to sg rule-list Fixed slcli subnet list Fixed documentation link in image manager Added description to slcli order [5.6.3] Updated urllib3 and requests libraries due to CVE-2018-18074 Fixed an ordering bug Updated release process and fab-file [5.6.0] Support for Reserved Capacity slcli vs capacity create slcli vs capacity create-guest slcli vs capacity create-options slcli vs capacity detail slcli vs capacity list Fix post_uri parameter name on docstring Fixed suspend cloud server order. Update to use click 7 Add export/import capabilities to/from IBM Cloud Object Storage to the image manager as well as the slcli.
29 lines
1,020 B
Makefile
29 lines
1,020 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/12/02 16:33:59 adam Exp $
|
|
|
|
DISTNAME= SoftLayer-5.6.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
HOMEPAGE= https://github.com/softlayer/softlayer-python
|
|
COMMENT= SoftLayer API bindings for Python
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click
|
|
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=0.53:../../devel/py-prompt_toolkit
|
|
DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable
|
|
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.7.0:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} sl sl-${PYVERSSUFFIX} && \
|
|
${MV} slcli slcli-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|