From d48b18650034d28d522ec9fbda272279ff91c5c3 Mon Sep 17 00:00:00 2001 From: darmac Date: Mon, 19 Oct 2020 17:42:48 +0800 Subject: py-coapthon3: added new package at v1.0.1 (#18990) * Add new package: py-coapthon3 * remove mistake version --- .../repos/builtin/packages/py-coapthon3/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-coapthon3/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-coapthon3/package.py b/var/spack/repos/builtin/packages/py-coapthon3/package.py new file mode 100644 index 0000000000..2697b8e16a --- /dev/null +++ b/var/spack/repos/builtin/packages/py-coapthon3/package.py @@ -0,0 +1,21 @@ +# Copyright 2013-2020 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 PyCoapthon3(PythonPackage): + """CoAPthon3 is a porting to python3 of my CoAPthon library. + CoAPthon3 is a python3 library to the CoAP protocol compliant + with the RFC. Branch is available for the Twisted framework.""" + + homepage = "https://github.com/Tanganelli/CoAPthon3/" + url = "https://github.com/Tanganelli/CoAPthon3/archive/1.0.1.tar.gz" + + version('1.0.1', sha256='331150a581708d47b208cee3b067ced80a00f0cc1278e913ec546e6c6b28bffd') + version('1.0', sha256='63eb083269c2a286aedd206d3df17ab67fa978dc43caf34eaab9498da15c497a') + + depends_on('py-sphinx', type=('build', 'run')) + depends_on('py-cachetools', type=('build', 'run')) -- cgit v1.2.3-60-g2f50