New Package:py-cookies (#24084)

This commit is contained in:
Desmond Orton 2021-06-02 22:20:56 -05:00 committed by GitHub
parent e1d578299e
commit b4e347d2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyCookies(PythonPackage):
"""Friendlier RFC 6265-compliant cookie parser/renderer"""
homepage = "https://github.com/sashahart/cookies"
pypi = "cookies/cookies-2.2.1.tar.gz"
maintainers = ['dorton21']
version('2.2.1', sha256='d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e')
depends_on('py-setuptools', type='build')