NOTICE: This package has been removed from pkgsrc

./wip/py-pylons, Pylons Web Framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.3, Package name: py27-pylons-1.0.3, Maintainer: kamelderouiche

The Pylons web framework is aimed at making webapps and large
programmatic website development in Python easy. Several key points:

* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
to expand on
* Harness existing knowledge about Python

Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:

* The Controller is just a basic Python class, called for each
request. Customizing the response is as easy as overriding __call__
to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
and utilizes Python for template control rather than creating its
own template syntax for "for, while, etc"


Required to run:
[devel/py-setuptools] [devel/py-cheetah] [www/py-paste] [converters/py-simplejson] [devel/py-nose] [lang/python27] [www/py-WebOb]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 9e9fd5e7e7017f40d2b43a5c1f72524b8557cf53
Filesize: 186.273 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-16 13:47:14 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-paste now supports python-3.
   2014-08-20 15:28:30 by Thomas Klausner | Files touched by this commit (9)
Log message:
Remove py-webob, and use www/py-WebOb instead.
   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-11-11 23:42:06 by Sergey Svishchev | Files touched by this commit (17)
Log message:
Follow HTTP redirects to new HOMEPAGEs and MASTER_SITES.
   2010-07-14 15:23:37 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-pylons-1.0 as wip/py-pylons.

The Pylons web framework is aimed at making webapps and large
programmatic website development in Python easy. Several key points:

* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
  to expand on
* Harness existing knowledge about Python

Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:

* The Controller is just a basic Python class, called for each
  request. Customizing the response is as easy as overriding __call__
  to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
  and utilizes Python for template control rather than creating its
  own template syntax for "for, while, etc"