From 1b9dfa734aac50947631f838d2bf0d2ed48068d3 Mon Sep 17 00:00:00 2001 From: k4leg Date: Sun, 29 Dec 2019 21:43:31 +0300 Subject: [PATCH] New package: python3-autopep8-1.4.4. --- srcpkgs/python3-autopep8/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-autopep8/template diff --git a/srcpkgs/python3-autopep8/template b/srcpkgs/python3-autopep8/template new file mode 100644 index 00000000000..88e9801da52 --- /dev/null +++ b/srcpkgs/python3-autopep8/template @@ -0,0 +1,17 @@ +# Template file for 'python3-autopep8' +pkgname=python3-autopep8 +version=1.4.4 +revision=1 +wrksrc="${pkgname/*-}-${version}" +build_style=python3-module +hostmakedepends="python3-pycodestyle" +short_desc="Automatically formats Python code to conform to the PEP 8 style guide" +maintainer="k4leg " +license="MIT" +homepage="https://github.com/hhatto/autopep8" +distfiles="${PYPI_SITE}/a/${pkgname/*-}/${pkgname/*-}-${version}.tar.gz" +checksum=4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee + +post_install() { + vlicense LICENSE +}