From 6ac7c2e1282c8ef760dee5468ad5800a0e807e03 Mon Sep 17 00:00:00 2001 From: Kye Shi Date: Tue, 20 Jul 2021 21:33:41 -0700 Subject: [PATCH] New package: python3-bson-0.5.8 --- srcpkgs/python3-bson/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-bson/template diff --git a/srcpkgs/python3-bson/template b/srcpkgs/python3-bson/template new file mode 100644 index 000000000000..9f81fa1a0c49 --- /dev/null +++ b/srcpkgs/python3-bson/template @@ -0,0 +1,18 @@ +# Template file for 'python3-bson' +pkgname=python3-bson +version=0.5.8 +revision=1 +wrksrc="bson-$version" +build_style=python3-module +hostmakedepends="python3-setuptools python3-pip" +depends="python3" +short_desc="Independent BSON codec for Python that doesn't depend on MongoDB" +maintainer="Kye Shi " +license="BSD-2-Clause, Apache-2.0" +homepage="https://github.com/py-bson/bson" +distfiles="https://github.com/py-bson/bson/archive/refs/tags/$version.tar.gz" +checksum="139bd50fb9e1fef26f58c489996093c14d15400f2d1bd0b72f4d1429d89b028f" + +post_install() { + vlicense "LICENSE" +}