You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 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 python 1.0
|
|
|
|
name py-meta
|
|
version 1.0.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 36 37
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description A Pure Python module containing a framework to manipulate \
|
|
and analyze python ast's and bytecode.
|
|
|
|
long_description ${description}
|
|
|
|
homepage http://srossross.github.com/Meta
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
|
|
|
distname ${python.rootname}-${version}
|
|
|
|
checksums rmd160 f5d052a7d7400252b0e20d2802b202efbf621f51 \
|
|
sha256 35bbd24f212c09e04836ef4cac3e3a0e16e24e89e5452c6072a517bf674b0676 \
|
|
size 49335
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|