You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
973 B
Tcl
26 lines
973 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
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-socks
|
|
categories-append devel net
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
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 310 311 312 313 314
|
|
|
|
checksums rmd160 61b783fd0d1654186536bddc1e7dd3e1890ffb32 \
|
|
sha256 85b0e9271c46278e3970b619211c0d99584288825819cd51305d6e328a224f92 \
|
|
size 287018
|