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
|
2006-09-16 05:14:13 +00:00
|
|
|
|
2008-06-15 14:52:55 +00:00
|
|
|
PortSystem 1.0
|
2012-01-19 20:40:20 +00:00
|
|
|
PortGroup python 1.0
|
2008-03-15 04:28:52 +00:00
|
|
|
|
2008-06-15 14:52:55 +00:00
|
|
|
name py-paste
|
2018-04-30 12:48:46 +02:00
|
|
|
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
|
2014-07-03 17:50:11 +00:00
|
|
|
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.
|
2006-09-16 05:14:13 +00:00
|
|
|
|
2008-06-15 14:52:55 +00:00
|
|
|
platforms darwin
|
2006-09-16 05:14:13 +00:00
|
|
|
|
2008-06-15 14:52:55 +00:00
|
|
|
homepage http://pythonpaste.org/
|
2016-05-24 07:48:05 +00:00
|
|
|
master_sites pypi:P/Paste/
|
2008-06-15 14:52:55 +00:00
|
|
|
distname Paste-${version}
|
2018-04-30 12:48:46 +02:00
|
|
|
|
|
|
|
|
checksums rmd160 816728eed3067b1d7b312cd0af3a63f1dae98143 \
|
|
|
|
|
sha256 2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218 \
|
|
|
|
|
size 643935
|
2006-09-16 05:14:13 +00:00
|
|
|
|
2013-12-05 08:44:51 +00:00
|
|
|
if {${name} ne ${subport}} {
|
2012-01-20 04:21:38 +00:00
|
|
|
depends_lib-append \
|
2013-06-11 14:40:14 +00:00
|
|
|
port:py${python.version}-setuptools
|
2018-04-30 12:48:46 +02:00
|
|
|
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
|
|
|
}
|