pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-cookies
Module Name: pkgsrc
Committed By: joerg
Date: Fri Sep 29 14:33:38 UTC 2017
Added Files:
pkgsrc/www/py-cookies: DESCR Makefile PLIST distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-cookies/DESCR \
pkgsrc/www/py-cookies/Makefile pkgsrc/www/py-cookies/PLIST \
pkgsrc/www/py-cookies/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/py-cookies/DESCR
diff -u /dev/null pkgsrc/www/py-cookies/DESCR:1.1
--- /dev/null Fri Sep 29 14:33:38 2017
+++ pkgsrc/www/py-cookies/DESCR Fri Sep 29 14:33:38 2017
@@ -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).
Index: pkgsrc/www/py-cookies/Makefile
diff -u /dev/null pkgsrc/www/py-cookies/Makefile:1.1
--- /dev/null Fri Sep 29 14:33:38 2017
+++ pkgsrc/www/py-cookies/Makefile Fri Sep 29 14:33:38 2017
@@ -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"
Index: pkgsrc/www/py-cookies/PLIST
diff -u /dev/null pkgsrc/www/py-cookies/PLIST:1.1
--- /dev/null Fri Sep 29 14:33:38 2017
+++ pkgsrc/www/py-cookies/PLIST Fri Sep 29 14:33:38 2017
@@ -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
Index: pkgsrc/www/py-cookies/distinfo
diff -u /dev/null pkgsrc/www/py-cookies/distinfo:1.1
--- /dev/null Fri Sep 29 14:33:38 2017
+++ pkgsrc/www/py-cookies/distinfo Fri Sep 29 14:33:38 2017
@@ -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