From 247a9f913791db0628afea30f63a19e9d212980a 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..e388659d97cc --- /dev/null +++ b/srcpkgs/python3-bson/template @@ -0,0 +1,18 @@ +# Template file for 'python3-bson' +pkgname=python3-bson +version=0.5.10 +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="d6511b2ab051139a9123c184de1a04227262173ad593429d21e443d6462d6590" + +post_install() { + vlicense "LICENSE" +}