You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
28 lines
968 B
Tcl
28 lines
968 B
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
|
|
PortGroup github 1.0
|
|
|
|
github.setup Anorov PySocks 1.7.0
|
|
name py-socks
|
|
categories-append devel net
|
|
license BSD
|
|
platforms darwin
|
|
maintainers {aronnax @lpsinger} openmaintainer
|
|
|
|
description python SOCKS client module
|
|
long_description PySOCKS is a SOCKS client module, branched off several \
|
|
earlier abandoned projects
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
checksums rmd160 61b783fd0d1654186536bddc1e7dd3e1890ffb32 \
|
|
sha256 85b0e9271c46278e3970b619211c0d99584288825819cd51305d6e328a224f92 \
|
|
size 287018
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
livecheck.type none
|
|
}
|