From 00c4a8a101b52dcc2a8432968108294a1589ff62 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Sat, 7 Jan 2023 15:03:52 -0600 Subject: [PATCH] new package: python3-sphinx-copybutton --- srcpkgs/python3-sphinx-copybutton/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sphinx-copybutton/template diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template new file mode 100644 index 000000000000..2d130ed2dcbc --- /dev/null +++ b/srcpkgs/python3-sphinx-copybutton/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sphinx-copybutton' +pkgname=python3-sphinx-copybutton +version=0.5.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-Sphinx" +checkdepends="python3-Sphinx python3-pip" +short_desc="Add a copy button to code blocks in Sphinx" +maintainer="Zach Dykstra " +license="MIT" +homepage="https://sphinx-copybutton.readthedocs.io/en/latest/" +changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md" +distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz" +checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a + +post_install() { + vlicense LICENSE +}