You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
29 lines
981 B
Tcl
29 lines
981 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
|
|
|
|
name py-linecache2
|
|
version 1.0.0
|
|
revision 1
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license PSF
|
|
maintainers {khindenburg @kurthindenburg} openmaintainer
|
|
|
|
description A backport of linecache to older supported Pythons.
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/${python.rootname}/
|
|
|
|
checksums rmd160 da6bcf3bd6f14c244a0b387c5b43fc9bab2fccdf \
|
|
sha256 4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c \
|
|
size 11013
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-pbr
|
|
}
|