You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
36 lines
1.1 KiB
Tcl
36 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-pastedeploy
|
|
version 1.5.2
|
|
python.versions 27 35 36 37
|
|
categories-append www
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
description Paste Deployment is a system for finding and \
|
|
configuring WSGI applications and servers.
|
|
|
|
long_description ${description}
|
|
|
|
homepage http://pythonpaste.org/deploy/
|
|
master_sites pypi:P/PasteDeploy/
|
|
distname PasteDeploy-${version}
|
|
|
|
checksums rmd160 e81b3ab8118bee9b9e06072ba1b804494c85b30e \
|
|
sha256 d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_test-append \
|
|
port:py${python.version}-nose
|
|
test.run yes
|
|
|
|
livecheck.type none
|
|
}
|