# -*- 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
maintainers {petr @petrrr} openmaintainer
description Friendly, RFC 6265-compliant cookie parser/renderer module
Python module for working with HTTP cookies: parsing and rendering \
'Cookie:' request headers and 'Set-Cookie:' response headers, and \
exposing a convenient API for creating and modifying cookies. \
It can be used as a replacement of Python's `Cookie` or `http.cookies`.
homepage https://github.com/sashahart/cookies
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 a942793a1d643cb30ddf5d161e4c4b1e5c8dcf31 \
sha256 d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e \
python.versions 27 35 36 37
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
port:py${python.version}-pytest
test.cmd py.test-${python.branch}
test.env PYTHONPATH=${worksrcpath}/build/lib
set dest_doc ${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 -W ${worksrcpath} README ${dest_doc}