Files
2026-01-21 09:18:17 -05:00

35 lines
1.1 KiB
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-dropbox
version 12.0.2
revision 0
categories-append devel
license MIT
supported_archs noarch
platforms {darwin any}
maintainers nomaintainer
description The offical Dropbox SDK for Python
long_description {*}${description}
homepage https://github.com/dropbox/dropbox-sdk-python
checksums rmd160 eb9253dfc6efb67dc4cf51cf0512fd7280531a60 \
sha256 50057fd5ad5fcf047f542dfc6747a896e7ef982f1b5f8500daf51f3abd609962 \
size 560236
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
patchfiles patch-remove-pytest-runner.diff
depends_lib-append \
port:py${python.version}-requests \
port:py${python.version}-six \
port:py${python.version}-stone
}