pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-cookies Add py-cookies-2.2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1bb0292e4b3
branches:  trunk
changeset: 369433:f1bb0292e4b3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 14:33:38 2017 +0000

description:
Add py-cookies-2.2.1:

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).

diffstat:

 www/py-cookies/DESCR    |   4 ++++
 www/py-cookies/Makefile |  16 ++++++++++++++++
 www/py-cookies/PLIST    |  11 +++++++++++
 www/py-cookies/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 801e09073f88 -r f1bb0292e4b3 www/py-cookies/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cookies/DESCR      Fri Sep 29 14:33:38 2017 +0000
@@ -0,0 +1,4 @@
+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).
diff -r 801e09073f88 -r f1bb0292e4b3 www/py-cookies/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cookies/Makefile   Fri Sep 29 14:33:38 2017 +0000
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff -r 801e09073f88 -r f1bb0292e4b3 www/py-cookies/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cookies/PLIST      Fri Sep 29 14:33:38 2017 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:33:38 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cookies.py
+${PYSITELIB}/cookies.pyc
+${PYSITELIB}/cookies.pyo
+${PYSITELIB}/test_cookies.py
+${PYSITELIB}/test_cookies.pyc
+${PYSITELIB}/test_cookies.pyo
diff -r 801e09073f88 -r f1bb0292e4b3 www/py-cookies/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cookies/distinfo   Fri Sep 29 14:33:38 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 14:33:38 joerg Exp $
+
+SHA1 (cookies-2.2.1.tar.gz) = c6b342273c47c510799de31b3db277ec8d761731
+RMD160 (cookies-2.2.1.tar.gz) = a942793a1d643cb30ddf5d161e4c4b1e5c8dcf31
+SHA512 (cookies-2.2.1.tar.gz) = 76f362a9a1d74b87c90c5b91ad806d872612d31f487e4067a627409316f6099602c9e5a429f85ce20adcb0a7b63dd131b9e1ecc5c0c6444d1569367432a719de
+Size (cookies-2.2.1.tar.gz) = 40704 bytes



Home | Main Index | Thread Index | Old Index