components/python/dogpile.cache/dogpile.cache-PYVER.p5m
branchs11-update
changeset 3661 47545fb8aed4
parent 3166 a76983bc2aeb
child 3704 69ab8eca01c5
equal deleted inserted replaced
3658:52dff2005c9b 3661:47545fb8aed4
    27     value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="A 'dogpile lock' based caching API"
    28 set name=pkg.summary value="A 'dogpile lock' based caching API"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="dogpile.cache is a caching API built around the concept of a 'dogpile lock', which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the 'dogpile.core' locking system, which implements the idea of 'allow one creator to write while others read' in the abstract."
    30     value="dogpile.cache is a caching API built around the concept of a 'dogpile lock', which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the 'dogpile.core' locking system, which implements the idea of 'allow one creator to write while others read' in the abstract."
    31 set name=com.oracle.info.description value="the Python dogpile.cache module"
    31 set name=com.oracle.info.description value="the Python dogpile.cache module"
    32 set name=com.oracle.info.tpno value=17712
    32 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=info.classification \
    33 set name=info.classification \
    34     value=org.opensolaris.category.2008:Development/Python \
    34     value=org.opensolaris.category.2008:Development/Python \
    35     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    35     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream value="Mike Bayer https://bitbucket.org/zzzeek"
    37 set name=info.upstream value="Mike Bayer https://bitbucket.org/zzzeek"