From 25a3cc042f85aabbb4ea321a937b08fbc041ddac 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 22:02:23 +0700 Subject: [PATCH] python-mistune: drop package --- srcpkgs/python-mistune/template | 31 ------------------------------- srcpkgs/python3-mistune | 1 - srcpkgs/python3-mistune/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-mistune/template delete mode 120000 srcpkgs/python3-mistune create mode 100644 srcpkgs/python3-mistune/template diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template deleted file mode 100644 index ef5c054ba75..00000000000 --- a/srcpkgs/python-mistune/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-mistune' -pkgname=python-mistune -version=0.8.4 -revision=2 -archs=noarch -wrksrc="mistune-${version}" -build_style=python-module -pycompile_module="mistune.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="The fastest markdown parser for Python2" -maintainer="Alessio Sergi " -homepage="https://github.com/lepture/mistune" -license="BSD-3-Clause" -distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz" -checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e - -post_install() { - vlicense LICENSE -} - -python3-mistune_package() { - archs=noarch - depends="python3" - pycompile_module="mistune.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-mistune b/srcpkgs/python3-mistune deleted file mode 120000 index 26ea68379b8..00000000000 --- a/srcpkgs/python3-mistune +++ /dev/null @@ -1 +0,0 @@ -python-mistune \ No newline at end of file diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template new file mode 100644 index 00000000000..9a7f9826e0a --- /dev/null +++ b/srcpkgs/python3-mistune/template @@ -0,0 +1,18 @@ +# Template file for 'python3-mistune' +pkgname=python3-mistune +version=0.8.4 +revision=3 +wrksrc="mistune-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Fast markdown parser for Python3" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/lepture/mistune" +distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz" +checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e + +post_install() { + vlicense LICENSE +}