Files
macosx12345 ab40022acc py-openstackclient and dependencies: New ports
Also update py-novaclient to 17.2.0
2020-07-30 10:02:22 -05:00

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
}