31f9b73e99
v1.17.0 This is a long overdue release! Added: Update records Delete records Support for Projects in Manager Loadbalancer missing properties Changed: Updated Loadbalancer docs
19 lines
623 B
Makefile
19 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/02/10 20:51:56 adam Exp $
|
|
|
|
DISTNAME= python-digitalocean-1.17.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-digitalocean/}
|
|
|
|
MAINTAINER= triaxx@NetBSD.org
|
|
HOMEPAGE= https://github.com/koalalorenzo/python-digitalocean
|
|
COMMENT= Python module to manage Digital Ocean droplets
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-jsonpickle-[0-9]*:../../textproc/py-jsonpickle
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.2.1:../../devel/py-requests
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|