You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1007 B
Tcl
27 lines
1007 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-digitalocean
|
|
python.rootname python-digitalocean
|
|
version 1.17.0
|
|
revision 0
|
|
license LGPL-3
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Easy access to Digital Ocean APIs to deploy droplets, images and more.
|
|
long_description {*}${description}
|
|
homepage https://github.com/koalalorenzo/python-digitalocean
|
|
|
|
checksums rmd160 1e13047b3e66fe4e24e755806f7162fa0600268b \
|
|
sha256 107854fde1aafa21774e8053cf253b04173613c94531f75d5a039ad770562b24 \
|
|
size 33586
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-jsonpickle \
|
|
port:py${python.version}-requests
|
|
}
|