From db369ba449006d5bdab530dd0cd651f8b21b09fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 23:33:49 +0700 Subject: [PATCH] python-WTForms: drop package --- srcpkgs/python-WTForms/template | 32 -------------------------------- srcpkgs/python3-WTForms | 1 - srcpkgs/python3-WTForms/template | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/python-WTForms/template delete mode 120000 srcpkgs/python3-WTForms create mode 100644 srcpkgs/python3-WTForms/template diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template deleted file mode 100644 index 33f16940cb8..00000000000 --- a/srcpkgs/python-WTForms/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-WTForms' -pkgname=python-WTForms -version=2.2.1 -revision=2 -archs=noarch -wrksrc="WTForms-${version}" -build_style=python-module -pycompile_module="wtforms" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Forms validation and rendering library for Python2" -maintainer="Orphaned " -license="BSD-3-Clause" -homepage="http://wtforms.simplecodes.com/" -#changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst" -distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz" -checksum=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61 - -post_install() { - vlicense LICENSE.rst LICENSE -} - -python3-WTForms_package() { - archs=noarch - depends="python3" - pycompile_module="wtforms" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.rst LICENSE - } -} diff --git a/srcpkgs/python3-WTForms b/srcpkgs/python3-WTForms deleted file mode 120000 index 64195c4de29..00000000000 --- a/srcpkgs/python3-WTForms +++ /dev/null @@ -1 +0,0 @@ -python-WTForms \ No newline at end of file diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template new file mode 100644 index 00000000000..6e2d13e84b3 --- /dev/null +++ b/srcpkgs/python3-WTForms/template @@ -0,0 +1,19 @@ +# Template file for 'python3-WTForms' +pkgname=python3-WTForms +version=2.2.1 +revision=3 +wrksrc="WTForms-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Forms validation and rendering library for Python3" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="http://wtforms.simplecodes.com/" +#changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst" +distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz" +checksum=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61 + +post_install() { + vlicense LICENSE.rst LICENSE +}