From 8f2b70c4e0d082f7faab7d399601adc6f33e91c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 22:32:09 -0400 Subject: [PATCH] New package: python3-websockets-8.1 --- srcpkgs/python3-websockets/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-websockets/template diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template new file mode 100644 index 0000000000..70a4239ab2 --- /dev/null +++ b/srcpkgs/python3-websockets/template @@ -0,0 +1,19 @@ +# Template file for 'python3-websockets' +pkgname=python3-websockets +version=8.1 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +depends="python3" +short_desc="Library for building WebSocket clients and servers in Python" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://websockets.readthedocs.io/en/stable/" +distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz" +checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f + +post_install() { + vlicense LICENSE +}