Ticket #54245: Portfile_py-requests-toolbelt

File Portfile_py-requests-toolbelt, 1.1 KB (added by jjstickel (Jonathan Stickel), 7 years ago)
Line 
1# -*- 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
2# $Id: Portfile  $
3
4PortSystem              1.0
5PortGroup               python 1.0
6PortGroup               github 1.0
7
8github.setup            requests toolbelt 0.8.0
9
10name                    py-requests-toolbelt
11license                 apache
12maintainers             {@jjstickel gmail.com:jjstickel} openmaintainer
13description             Collection of utilities for python-requests
14long_description        This is just a collection of utilities for\
15                        python-requests, but don't really belong in requests\
16                        proper.
17
18platforms               darwin
19
20checksums           rmd160  ab09676496b862faf0ff8b3d9db9927bc469603a \
21                    sha256  33ded294b1d032414e71ef5d223a77a82ffcbcb6d2d432ac33e427ae1b7d6c87
22
23python.versions         27 36
24
25if {${name} ne ${subport}} {
26    depends_build-append    port:py${python.version}-setuptools
27    depends_run-append      port:py${python.version}-requests
28}