You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
803 B
Plaintext
29 lines
803 B
Plaintext
PortSystem 1.0
|
|
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
# This port doesn't actually work with python3. I would suggest
|
|
# to obsolete it.
|
|
# 8+ year old https://github.com/kennethreitz-archive/args/issues/6
|
|
github.setup kennethreitz args 0.1.0 v
|
|
name py-args
|
|
|
|
platforms darwin
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Argument Parsing for Humans.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 fb98638d2955be9cdb6ad5b6bb048a7637334230 \
|
|
sha256 a7e399fcec436661818de646eabce66a7cff5a931c040a8184206ea11155a30d
|
|
|
|
python.versions 27 35 36 37
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|