From c97fb5d452e90ea6d02c72ca84514493134200e8 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:32:06 +0700 Subject: [PATCH] python-alabaster: drop package --- srcpkgs/python-alabaster/template | 31 ------------------------------ srcpkgs/python3-alabaster | 1 - srcpkgs/python3-alabaster/template | 18 +++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-alabaster/template delete mode 120000 srcpkgs/python3-alabaster create mode 100644 srcpkgs/python3-alabaster/template diff --git a/srcpkgs/python-alabaster/template b/srcpkgs/python-alabaster/template deleted file mode 100644 index b33009d5efb..00000000000 --- a/srcpkgs/python-alabaster/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-alabaster' -pkgname=python-alabaster -version=0.7.12 -revision=2 -archs=noarch -wrksrc="alabaster-${version}" -build_style=python-module -pycompile_module="alabaster" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Configurable sidebar-enabled Sphinx theme (Python2)" -maintainer="Alessio Sergi " -homepage="https://alabaster.readthedocs.io/" -license="BSD-3-Clause" -distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz" -checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02 - -post_install() { - vlicense LICENSE -} - -python3-alabaster_package() { - archs=noarch - depends="python3" - pycompile_module="alabaster" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-alabaster b/srcpkgs/python3-alabaster deleted file mode 120000 index 8efee5973a1..00000000000 --- a/srcpkgs/python3-alabaster +++ /dev/null @@ -1 +0,0 @@ -python-alabaster \ No newline at end of file diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template new file mode 100644 index 00000000000..736913e821e --- /dev/null +++ b/srcpkgs/python3-alabaster/template @@ -0,0 +1,18 @@ +# Template file for 'python3-alabaster' +pkgname=python3-alabaster +version=0.7.12 +revision=3 +wrksrc="alabaster-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Configurable sidebar-enabled Sphinx theme (Python3)" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://alabaster.readthedocs.io/" +distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz" +checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02 + +post_install() { + vlicense LICENSE +}