Skip to content
Permalink
Browse files

py-pylons: update to 1.0.3, deprecated

  • Loading branch information
reneeotten authored and cjones051073 committed Apr 5, 2019
1 parent 37768de commit fb72dded4f826abdb25d3e9985b40f9c5f90b7d4
Showing with 16 additions and 8 deletions.
  1. +16 −8 python/py-pylons/Portfile
@@ -2,11 +2,12 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-pylons
set real_name Pylons
version 1.0.1rc1
python.versions 27
version 1.0.3
revision 0
categories-append devel
license BSD
platforms darwin
@@ -20,22 +21,27 @@ long_description \
The Pylons web framework is designed for building web applications and sites \
in an easy and concise manner. They can range from as small as a single Python \
module, to a substantial directory layout for larger and more complex web \
applications. \n\n\
applications.\n\n\
\
Pylons comes with project templates that help boot-strap a new web application \
project, or you can start from scratch and set things up exactly as desired.

homepage http://www.pylonsproject.org/
homepage https://github.com/Pylons/pylons
master_sites pypi:P/${real_name}

distname ${real_name}-${version}

checksums rmd160 1079ef300f4a8839b2ea479163617c001f7278a9 \
sha256 d5b643b5021457fe7d2f6bb777c2eae85026e557289ef5421e37ae6f5696da33
checksums rmd160 9e9fd5e7e7017f40d2b43a5c1f72524b8557cf53 \
sha256 49291401cef1bea680499dd5e3b5906cfdfe52d65f6f396f6f6b90842ff70da8 \
size 190744

deprecated.upstream_support no
python.versions 27

if {${name} ne ${subport}} {
depends_lib-append \
depends_build-append \
port:py${python.version}-setuptools \

depends_lib-append \
port:py${python.version}-routes \
port:py${python.version}-webhelpers \
port:py${python.version}-beaker \
@@ -52,4 +58,6 @@ if {${name} ne ${subport}} {
port:py${python.version}-tempita \
port:py${python.version}-markupsafe \
port:py${python.version}-webob

livecheck.type none
}

0 comments on commit fb72dde

Please sign in to comment.
You can’t perform that action at this time.