From a62bf5a66aad99a3c598b534f8c89eced4c98583 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.10 --- 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..8b84766c97be --- /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" +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="$PYPI_SITE/b/bson/bson-$version.tar.gz" +checksum="d6511b2ab051139a9123c184de1a04227262173ad593429d21e443d6462d6590" + +post_install() { + vlicense "LICENSE" +}