Files

38 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2008-06-15 14:52:55 +00:00
# -*- 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
2008-06-15 14:52:55 +00:00
PortSystem 1.0
2012-01-19 20:40:20 +00:00
PortGroup python 1.0
2008-06-15 14:52:55 +00:00
name py-paste
version 2.0.3
2018-08-31 09:56:01 -04:00
python.versions 27 35 36
2008-06-15 14:52:55 +00:00
categories-append www
2012-06-13 15:25:21 +00:00
license MIT ZPL-2 PSF
maintainers nomaintainer
2008-06-15 14:52:55 +00:00
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.
2008-06-15 14:52:55 +00:00
platforms darwin
2008-06-15 14:52:55 +00:00
homepage http://pythonpaste.org/
master_sites pypi:P/Paste/
2008-06-15 14:52:55 +00:00
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
2012-01-19 20:40:20 +00:00
}