6213b5a604
cookies.py is a 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.py (aka http.cookies).
16 lines
432 B
Makefile
16 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/09/29 14:33:38 joerg Exp $
|
|
|
|
DISTNAME= cookies-2.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookies/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sashahart/cookies
|
|
COMMENT= RFC 6265-compliant cookie parser/renderer
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|