From bb991bf484ed0278211ec071dbb659fc7ffe8973 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 16:59:02 +0700 Subject: [PATCH] python-bitbucket-api: drop package --- srcpkgs/python-bitbucket-api/template | 31 -------------------------- srcpkgs/python3-bitbucket-api | 1 - srcpkgs/python3-bitbucket-api/template | 18 +++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-bitbucket-api/template delete mode 120000 srcpkgs/python3-bitbucket-api create mode 100644 srcpkgs/python3-bitbucket-api/template diff --git a/srcpkgs/python-bitbucket-api/template b/srcpkgs/python-bitbucket-api/template deleted file mode 100644 index 448ea60d53d..00000000000 --- a/srcpkgs/python-bitbucket-api/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-bitbucket-api' -pkgname=python-bitbucket-api -version=0.5.0 -revision=4 -archs=noarch -wrksrc="bitbucket-api-${version}" -build_style=python-module -pycompile_module="bitbucket" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-requests-oauthlib python-sh" -short_desc="Wrapper for BitBucket's REST API (Python2)" -maintainer="Joseph LaFreniere " -homepage="https://github.com/Sheeprider/BitBucket-api" -license="ISC" -distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz" -checksum=b541d9d7f234074a74214505aff1846eb21e5dd6d3915139e817d4675d34f4e3 - -post_install() { - vlicense LICENSE -} - -python3-bitbucket-api_package() { - archs=noarch - depends="python3-requests-oauthlib python3-sh" - pycompile_module="bitbucket" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vlicense LICENSE - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-bitbucket-api b/srcpkgs/python3-bitbucket-api deleted file mode 120000 index e8c63bc4633..00000000000 --- a/srcpkgs/python3-bitbucket-api +++ /dev/null @@ -1 +0,0 @@ -python-bitbucket-api \ No newline at end of file diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template new file mode 100644 index 00000000000..2de7f55e837 --- /dev/null +++ b/srcpkgs/python3-bitbucket-api/template @@ -0,0 +1,18 @@ +# Template file for 'python3-bitbucket-api' +pkgname=python3-bitbucket-api +version=0.5.0 +revision=5 +wrksrc="bitbucket-api-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests-oauthlib python3-sh" +short_desc="Wrapper for BitBucket's REST API (Python3)" +maintainer="Joseph LaFreniere " +license="ISC" +homepage="https://github.com/Sheeprider/BitBucket-api" +distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz" +checksum=b541d9d7f234074a74214505aff1846eb21e5dd6d3915139e817d4675d34f4e3 + +post_install() { + vlicense LICENSE +}