You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
ab40022acc
Also update py-novaclient to 17.2.0
28 lines
1.0 KiB
Tcl
28 lines
1.0 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-requestsexceptions
|
|
version 1.4.0
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
supported_archs noarch
|
|
|
|
description A simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.
|
|
long_description ${description}
|
|
homepage https://www.openstack.org/
|
|
checksums md5 f43b246ccd7d5b618e6f0dc946a6c3f3 \
|
|
rmd160 1d0b0a38362767f9b033a90f1ad14769dfad50a1 \
|
|
sha256 b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065 \
|
|
size 6880
|
|
|
|
python.versions 36 37 38
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-pbr
|
|
}
|