From 07b2f05421720427299e1385d4a4812178f432ab 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:34:16 +0700 Subject: [PATCH] python-github3: drop package --- srcpkgs/python-github3/template | 32 ------------------- srcpkgs/python3-github3 | 1 - srcpkgs/python3-github3/template | 19 +++++++++++ .../update | 0 4 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/python-github3/template delete mode 120000 srcpkgs/python3-github3 create mode 100644 srcpkgs/python3-github3/template rename srcpkgs/{python-github3 => python3-github3}/update (100%) diff --git a/srcpkgs/python-github3/template b/srcpkgs/python-github3/template deleted file mode 100644 index 425fe1b7362..00000000000 --- a/srcpkgs/python-github3/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-github3' -pkgname=python-github3 -version=1.3.0 -revision=2 -archs=noarch -wrksrc="github3.py-${version}" -build_style=python-module -pycompile_module="github3" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-requests python-uritemplate" -short_desc="Wrapper for GitHub's API (Python2)" -maintainer="Joseph LaFreniere " -license="BSD-3-Clause" -homepage="https://github3py.readthedocs.org" -changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst" -distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz" -checksum=15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda - -post_install() { - vlicense LICENSE -} - -python3-github3_package() { - archs=noarch - depends="python3-requests python3-uritemplate" - pycompile_module="github3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-github3 b/srcpkgs/python3-github3 deleted file mode 120000 index 7a5d11df803..00000000000 --- a/srcpkgs/python3-github3 +++ /dev/null @@ -1 +0,0 @@ -python-github3 \ No newline at end of file diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template new file mode 100644 index 00000000000..8873ca5f760 --- /dev/null +++ b/srcpkgs/python3-github3/template @@ -0,0 +1,19 @@ +# Template file for 'python3-github3' +pkgname=python3-github3 +version=1.3.0 +revision=3 +wrksrc="github3.py-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests python3-uritemplate" +short_desc="Wrapper for GitHub's API (Python3)" +maintainer="Joseph LaFreniere " +license="BSD-3-Clause" +homepage="https://github3py.readthedocs.org" +changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst" +distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz" +checksum=15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python-github3/update b/srcpkgs/python3-github3/update similarity index 100% rename from srcpkgs/python-github3/update rename to srcpkgs/python3-github3/update