From 4bb09e8615fc9408894fdc0e23deaba7f4f33c76 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Thu, 11 Aug 2022 10:58:35 +0200 Subject: [PATCH] New package: python3-sphinxcontrib-newsfeed-0.1.4 --- .../python3-sphinxcontrib-newsfeed/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sphinxcontrib-newsfeed/template diff --git a/srcpkgs/python3-sphinxcontrib-newsfeed/template b/srcpkgs/python3-sphinxcontrib-newsfeed/template new file mode 100644 index 000000000000..2c36053c9b77 --- /dev/null +++ b/srcpkgs/python3-sphinxcontrib-newsfeed/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sphinxcontrib-newsfeed' +pkgname=python3-sphinxcontrib-newsfeed +version=0.1.4 +revision=1 +wrksrc=sphinxcontrib-newsfeed-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-Sphinx" +short_desc="Adding a Blog, News or Announcements section to a Sphinx website" +maintainer="Orphaned " +license="BSD-2-Clause" +homepage="http://sphinx-doc.org" +distfiles="${PYPI_SITE}/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-${version}.tar.gz" +checksum="f78c865b1a32d249644a9c46f395b547df0dc21ed69b70898d64235b4755efb4" + +post_install() { + vlicense LICENSE +}