python-botocore: drop package
This commit is contained in:
parent
d2a17ea794
commit
ecb1ab62b2
3 changed files with 14 additions and 25 deletions
|
@ -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 <bobertlo@gmail.com>"
|
|
||||||
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*"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-botocore
|
|
14
srcpkgs/python3-botocore/template
Normal file
14
srcpkgs/python3-botocore/template
Normal file
|
@ -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 <bobertlo@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/boto/botocore"
|
||||||
|
distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
|
||||||
|
checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936
|
Loading…
Add table
Add a link
Reference in a new issue