You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup msabramo requests-unixsocket 0.1.5
|
|
name py-requests-unixsocket
|
|
categories-append devel
|
|
platforms darwin
|
|
license Apache-2
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description HTTP via a UNIX domain socket
|
|
|
|
long_description This module uses py-requests to talk HTTP \
|
|
via a UNIX domain socket.
|
|
|
|
checksums rmd160 b93fe67f600cf4ab628240c6bea87a215b220988 \
|
|
sha256 0d017aa6bfa00b15b96a7aa8f9b719c4f146b5ae621d405518ebe67af22aff21 \
|
|
size 9404
|
|
|
|
python.versions 27 35 36 37
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-pbr
|
|
depends_lib-append port:py${python.version}-requests
|
|
|
|
patchfiles patch-requirements.diff
|
|
|
|
build.env-append PBR_VERSION=${version}
|
|
destroot.env-append PBR_VERSION=${version}
|
|
|
|
livecheck.type none
|
|
}
|