From 59219e6e01df7e084cc54275dcbcb3fa06be56fa 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:36:29 +0700 Subject: [PATCH] python-Markups: drop package --- srcpkgs/python3-Markups | 1 - .../template | 25 ++++++------------- 2 files changed, 7 insertions(+), 19 deletions(-) delete mode 120000 srcpkgs/python3-Markups rename srcpkgs/{python-Markups => python3-Markups}/template (55%) diff --git a/srcpkgs/python3-Markups b/srcpkgs/python3-Markups deleted file mode 120000 index 1d5fbeec9ce..00000000000 --- a/srcpkgs/python3-Markups +++ /dev/null @@ -1 +0,0 @@ -python-Markups \ No newline at end of file diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python3-Markups/template similarity index 55% rename from srcpkgs/python-Markups/template rename to srcpkgs/python3-Markups/template index 1eb15b49301..b72e25c6f64 100644 --- a/srcpkgs/python-Markups/template +++ b/srcpkgs/python3-Markups/template @@ -1,13 +1,12 @@ -# Template file for 'python-Markups' -pkgname=python-Markups +# Template file for 'python3-Markups' +pkgname=python3-Markups version=3.0.0 -revision=3 -archs=noarch +revision=4 wrksrc="Markups-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Wrapper around the various text markup languages (Python2)" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-markdown-math" +short_desc="Wrapper around the various text markup languages (Python3)" maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://github.com/mitya57/pymarkups" @@ -18,13 +17,3 @@ checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39 post_install() { vlicense LICENSE } - -python3-Markups_package() { - archs=noarch - depends="python3 python3-markdown-math" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vlicense LICENSE - vmove usr/lib/python3* - } -}