You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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-paste
|
|
version 2.0.3
|
|
python.versions 27 35 36
|
|
categories-append www
|
|
license MIT ZPL-2 PSF
|
|
maintainers nomaintainer
|
|
description Bringing consistency to Python web development.
|
|
long_description Python Paste brings consistency to Python web \
|
|
development and web application installation, \
|
|
providing tools for both developers and \
|
|
system administrators.
|
|
|
|
platforms darwin
|
|
|
|
homepage http://pythonpaste.org/
|
|
master_sites pypi:P/Paste/
|
|
distname Paste-${version}
|
|
|
|
checksums rmd160 816728eed3067b1d7b312cd0af3a63f1dae98143 \
|
|
sha256 2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218 \
|
|
size 643935
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-setuptools
|
|
depends_test-append \
|
|
port:py${python.version}-nose \
|
|
port:py${python.version}-six
|
|
test.run yes
|
|
|
|
livecheck.type none
|
|
}
|