# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-cookies version 2.2.1 revision 0 categories-append devel platforms darwin supported_archs noarch license MIT maintainers {petr @petrrr} openmaintainer description Friendly, RFC 6265-compliant cookie parser/renderer module long_description \ 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 \ size 40704 python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_build-append \ port:py${python.version}-pytest test.run yes test.cmd py.test-${python.branch} test.target test.env PYTHONPATH=${worksrcpath}/build/lib post-destroot { set dest_doc ${destroot}${prefix}/share/doc/${subport} xinstall -d ${dest_doc} xinstall -m 0644 -W ${worksrcpath} README ${dest_doc} } livecheck.type none }