From 511bc7a324ba0dcbc5b6ffc92891583ae6be8c42 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 11 Oct 2022 21:51:55 -0400 Subject: [PATCH] New package: python3-deprecated-1.2.13 --- srcpkgs/python3-deprecated/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-deprecated/template diff --git a/srcpkgs/python3-deprecated/template b/srcpkgs/python3-deprecated/template new file mode 100644 index 00000000000..4eb400ffd0d --- /dev/null +++ b/srcpkgs/python3-deprecated/template @@ -0,0 +1,20 @@ +# Template file for 'python3-deprecated' +pkgname=python3-deprecated +version=1.2.13 +revision=1 +wrksrc="deprecated-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-wrapt" +checkdepends="python3-pytest-xdist python3-wrapt" +short_desc="Python decorator to deprecate old clases, functions or methods" +maintainer="Andrew J. Hesford " +license="MIT" +homepage="https://github.com/tantale/deprecated" +changelog="https://raw.githubusercontent.com/tantale/deprecated/master/CHANGELOG.rst" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9 + +post_install() { + vlicense LICENSE.rst +}