Commits
reneeotten authored and Perry E. Metzger committed bce314e98b3
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-beaker |
7 7 | version 1.10.0 |
8 8 | revision 0 |
9 9 | categories-append www |
10 10 | platforms darwin |
11 11 | license BSD MIT |
12 12 | supported_archs noarch |
13 13 | |
14 - | python.versions 26 27 34 35 36 37 |
14 + | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description A Session and Caching library with WSGI Middleware |
19 19 | |
20 20 | long_description Beaker is a web session and general caching library that \ |
21 21 | includes WSGI middleware for use in web applications. \ |
22 22 | \ |
23 23 | As a general caching library, Beaker can handle storing \ |
24 24 | for various times any Python object that can be pickled \ |