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