From ecb1ab62b27c68e050df259883d5d20934a67c0a 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:16:27 +0700 Subject: [PATCH] python-botocore: drop package --- srcpkgs/python-botocore/template | 24 ------------------------ srcpkgs/python3-botocore | 1 - srcpkgs/python3-botocore/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/python-botocore/template delete mode 120000 srcpkgs/python3-botocore create mode 100644 srcpkgs/python3-botocore/template diff --git a/srcpkgs/python-botocore/template b/srcpkgs/python-botocore/template deleted file mode 100644 index 600559839d2..00000000000 --- a/srcpkgs/python-botocore/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'python-botocore' -pkgname=python-botocore -version=1.17.28 -revision=1 -archs=noarch -wrksrc="botocore-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-dateutil python-docutils python-jmespath python-urllib3" -short_desc="Core functionality library of boto 3 (Python2)" -maintainer="Robert Lowry " -license="Apache-2.0" -homepage="https://github.com/boto/botocore" -distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz" -checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936 - -python3-botocore_package() { - archs=noarch - depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove "usr/lib/python3*" - } -} diff --git a/srcpkgs/python3-botocore b/srcpkgs/python3-botocore deleted file mode 120000 index e4216cb4265..00000000000 --- a/srcpkgs/python3-botocore +++ /dev/null @@ -1 +0,0 @@ -python-botocore \ No newline at end of file diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template new file mode 100644 index 00000000000..d4ac8e92f37 --- /dev/null +++ b/srcpkgs/python3-botocore/template @@ -0,0 +1,14 @@ +# Template file for 'python3-botocore' +pkgname=python3-botocore +version=1.17.28 +revision=2 +wrksrc="botocore-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3" +short_desc="Core functionality library of boto 3 (Python3)" +maintainer="Robert Lowry " +license="Apache-2.0" +homepage="https://github.com/boto/botocore" +distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz" +checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936