From d00dff5b073ce4c4d7db3148edbd943d6b2f6327 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 | 19 +++++++++++++++++++ 1 file changed, 19 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 00000000000000..8d9070ce6b8285 --- /dev/null +++ b/srcpkgs/python3-bson/template @@ -0,0 +1,19 @@ +# Template file for 'python3-bson' +pkgname=python3-bson +version=0.5.8 +revision=1 +wrksrc="bson-$version" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-six python3-dateutil" +checkdepends="python3-six python3-dateutil" +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" +}