From 04d0787f0cdd9b0187df89fc07fb34f293ffc149 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Sun, 24 Jul 2022 14:52:14 -0700 Subject: [PATCH] New package: python3-pycotap-1.2.2 --- srcpkgs/python3-pycotap/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-pycotap/template diff --git a/srcpkgs/python3-pycotap/template b/srcpkgs/python3-pycotap/template new file mode 100644 index 00000000000..8f998fd8e1b --- /dev/null +++ b/srcpkgs/python3-pycotap/template @@ -0,0 +1,17 @@ +# Template file for 'python3-pycotap' +pkgname=python3-pycotap +version=1.2.2 +revision=1 +wrksrc="pycotap-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Tiny test runner that outputs TAP results to standard output" +maintainer="Orphaned " +license="GPL-2.0-or-later" +homepage="https://el-tramo.be/pycotap/" +distfiles="${PYPI_SITE}/p/pycotap/pycotap-${version}.tar.gz" +checksum=f938ecd4931ccd19d9598fb633d5eabb7938f08b84717315e52526aa6277c9ec + +post_install() { + rm -f ${DESTDIR}/usr/COPYING +}