From 466612ce91d6a695b6b35566bb0df468e80d65d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 10 Jul 2020 19:48:22 +0700 Subject: [PATCH] python3-sphinxcontrib-websupport: update to 1.2.3 Drop Python 2 version. --- .../python-sphinxcontrib-websupport/template | 31 ------------------- srcpkgs/python3-sphinxcontrib-websupport | 1 - .../python3-sphinxcontrib-websupport/template | 19 ++++++++++++ .../update | 0 4 files changed, 19 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-sphinxcontrib-websupport/template delete mode 120000 srcpkgs/python3-sphinxcontrib-websupport create mode 100644 srcpkgs/python3-sphinxcontrib-websupport/template rename srcpkgs/{python-sphinxcontrib-websupport => python3-sphinxcontrib-websupport}/update (100%) diff --git a/srcpkgs/python-sphinxcontrib-websupport/template b/srcpkgs/python-sphinxcontrib-websupport/template deleted file mode 100644 index 5387dec651..0000000000 --- a/srcpkgs/python-sphinxcontrib-websupport/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-sphinxcontrib-websupport' -pkgname=python-sphinxcontrib-websupport -version=1.1.2 -revision=2 -archs=noarch -wrksrc="sphinxcontrib-websupport-${version}" -build_style=python-module -pycompile_module="sphinxcontrib/websupport" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-sphinxcontrib" -short_desc="Sphinx API for Web Apps (Python2)" -maintainer="Alessio Sergi " -homepage="http://sphinx-doc.org/" -license="BSD-2-Clause" -distfiles="${PYPI_SITE}/s/sphinxcontrib-websupport/sphinxcontrib-websupport-${version}.tar.gz" -checksum=1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc - -post_install() { - vlicense LICENSE -} - -python3-sphinxcontrib-websupport_package() { - archs=noarch - depends="python3-sphinxcontrib" - pycompile_module="sphinxcontrib/websupport" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-sphinxcontrib-websupport b/srcpkgs/python3-sphinxcontrib-websupport deleted file mode 120000 index 3b1a0fe202..0000000000 --- a/srcpkgs/python3-sphinxcontrib-websupport +++ /dev/null @@ -1 +0,0 @@ -python-sphinxcontrib-websupport \ No newline at end of file diff --git a/srcpkgs/python3-sphinxcontrib-websupport/template b/srcpkgs/python3-sphinxcontrib-websupport/template new file mode 100644 index 0000000000..1d153377e3 --- /dev/null +++ b/srcpkgs/python3-sphinxcontrib-websupport/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sphinxcontrib-websupport' +pkgname=python3-sphinxcontrib-websupport +version=1.2.3 +revision=1 +archs=noarch +wrksrc="sphinxcontrib-websupport-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-sphinxcontrib" +short_desc="Sphinx API for Web Apps - Python 3" +maintainer="Đoàn Trần Công Danh " +license="BSD-2-Clause" +homepage="http://sphinx-doc.org/" +distfiles="${PYPI_SITE}/s/sphinxcontrib-websupport/sphinxcontrib-websupport-${version}.tar.gz" +checksum=1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python-sphinxcontrib-websupport/update b/srcpkgs/python3-sphinxcontrib-websupport/update similarity index 100% rename from srcpkgs/python-sphinxcontrib-websupport/update rename to srcpkgs/python3-sphinxcontrib-websupport/update