You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
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-soundcloud-v2
|
|
version 1.6.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Python wrapper for the v2 SoundCloud API
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/7x11x13/soundcloud.py
|
|
|
|
checksums rmd160 4e3109616728f419a6747f58a28e63eb47c94c70 \
|
|
sha256 462513146c0ffc9ec729c1c616f4f72b0dcd33f81478c64207f265f072e78243 \
|
|
size 16361
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-dacite \
|
|
port:py${python.version}-dateutil \
|
|
port:py${python.version}-requests
|
|
}
|