From 72c1d98ca7130d391ff2a4a0f1ff434e4f826e6c 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:17:29 +0700 Subject: [PATCH] python-babelfish: drop package --- srcpkgs/python-babelfish/template | 30 ------------------------------ srcpkgs/python3-babelfish | 1 - srcpkgs/python3-babelfish/template | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 srcpkgs/python-babelfish/template delete mode 120000 srcpkgs/python3-babelfish create mode 100644 srcpkgs/python3-babelfish/template diff --git a/srcpkgs/python-babelfish/template b/srcpkgs/python-babelfish/template deleted file mode 100644 index 47d5bb176cc..00000000000 --- a/srcpkgs/python-babelfish/template +++ /dev/null @@ -1,30 +0,0 @@ -# Template file for 'python-babelfish' -pkgname=python-babelfish -version=0.5.5 -revision=2 -archs=noarch -wrksrc="babelfish-${version}" -build_style=python-module -pycompile_module="babelfish" -hostmakedepends="python-setuptools python3-setuptools" -short_desc="A module to work with countries and languages (Python2)" -maintainer="Daniel Santana " -license="BSD-3-Clause" -homepage="https://github.com/Diaoul/babelfish" -distfiles="${PYPI_SITE}/b/babelfish/babelfish-${version}.tar.gz" -checksum=8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104 - -post_install() { - vlicense LICENSE -} - -python3-babelfish_package() { - archs=noarch - pycompile_module="babelfish" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-babelfish b/srcpkgs/python3-babelfish deleted file mode 120000 index eae373b49f6..00000000000 --- a/srcpkgs/python3-babelfish +++ /dev/null @@ -1 +0,0 @@ -python-babelfish \ No newline at end of file diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template new file mode 100644 index 00000000000..57dedc929f0 --- /dev/null +++ b/srcpkgs/python3-babelfish/template @@ -0,0 +1,17 @@ +# Template file for 'python3-babelfish' +pkgname=python3-babelfish +version=0.5.5 +revision=3 +wrksrc="babelfish-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Module to work with countries and languages (Python3)" +maintainer="Daniel Santana " +license="BSD-3-Clause" +homepage="https://github.com/Diaoul/babelfish" +distfiles="${PYPI_SITE}/b/babelfish/babelfish-${version}.tar.gz" +checksum=8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104 + +post_install() { + vlicense LICENSE +}