python{,3}-boto: remove package.
with the update of GCP-Guest-Environment to python3, no longer needed.
This commit is contained in:
parent
035c532dc7
commit
24c8287688
|
@ -1,71 +0,0 @@
|
|||
# Template file for 'python-boto'
|
||||
pkgname=python-boto
|
||||
version=2.49.0
|
||||
revision=5
|
||||
wrksrc="boto-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="boto"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python interface to Amazon Web Services (Python2)"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://docs.pythonboto.org/"
|
||||
changelog="https://raw.githubusercontent.com/boto/boto/develop/docs/source/releasenotes/v${version}.rst"
|
||||
distfiles="https://github.com/boto/boto/archive/${version}.tar.gz"
|
||||
checksum=3dbefd4f4542f85a323d4f54601f31ed4d362fc87945245f32e4a85029513314
|
||||
alternatives="
|
||||
boto:asadmin:/usr/bin/asadmin2
|
||||
boto:bundle_image:/usr/bin/bundle_image2
|
||||
boto:cfadmin:/usr/bin/cfadmin2
|
||||
boto:cq:/usr/bin/cq2
|
||||
boto:cwutil:/usr/bin/cwutil2
|
||||
boto:dynamodb_dump:/usr/bin/dynamodb_dump2
|
||||
boto:dynamodb_load:/usr/bin/dynamodb_load2
|
||||
boto:elbadmin:/usr/bin/elbadmin2
|
||||
boto:fetch_file:/usr/bin/fetch_file2
|
||||
boto:glacier:/usr/bin/glacier2
|
||||
boto:instance_events:/usr/bin/instance_events2
|
||||
boto:kill_instance:/usr/bin/kill_instance2
|
||||
boto:launch_instance:/usr/bin/launch_instance2
|
||||
boto:list_instances:/usr/bin/list_instances2
|
||||
boto:mturk:/usr/bin/mturk2
|
||||
boto:pyami_sendmail:/usr/bin/pyami_sendmail2
|
||||
boto:s3put:/usr/bin/s3put2
|
||||
boto:sdbadmin:/usr/bin/sdbadmin2
|
||||
boto:taskadmin:/usr/bin/taskadmin2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-boto_package() {
|
||||
depends="python3"
|
||||
pycompile_module="boto"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="
|
||||
boto:asadmin:/usr/bin/asadmin3
|
||||
boto:bundle_image:/usr/bin/bundle_image3
|
||||
boto:cfadmin:/usr/bin/cfadmin3
|
||||
boto:cq:/usr/bin/cq3
|
||||
boto:cwutil:/usr/bin/cwutil3
|
||||
boto:dynamodb_dump:/usr/bin/dynamodb_dump3
|
||||
boto:dynamodb_load:/usr/bin/dynamodb_load3
|
||||
boto:elbadmin:/usr/bin/elbadmin3
|
||||
boto:fetch_file:/usr/bin/fetch_file3
|
||||
boto:glacier:/usr/bin/glacier3
|
||||
boto:instance_events:/usr/bin/instance_events3
|
||||
boto:kill_instance:/usr/bin/kill_instance3
|
||||
boto:launch_instance:/usr/bin/launch_instance3
|
||||
boto:list_instances:/usr/bin/list_instances3
|
||||
boto:mturk:/usr/bin/mturk3
|
||||
boto:pyami_sendmail:/usr/bin/pyami_sendmail3
|
||||
boto:s3put:/usr/bin/s3put3
|
||||
boto:sdbadmin:/usr/bin/sdbadmin3
|
||||
boto:taskadmin:/usr/bin/taskadmin3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-boto
|
|
@ -332,6 +332,7 @@ replaces="
|
|||
python-Pygments<=2.5.2_4
|
||||
python-SecretStorage<=2.3.1_4
|
||||
python-audit<=2.8.5_2
|
||||
python-boto<=2.49.0_5
|
||||
python-chardet<=4.0.0_3
|
||||
python-configobj<=5.0.6_9
|
||||
python-crypto<=3.9.7_3
|
||||
|
@ -381,6 +382,7 @@ replaces="
|
|||
python3-aiohttp-cors2<=0.7.0_3
|
||||
python3-aiohttp2<=2.3.10_4
|
||||
python3-bluez<=0.23_2
|
||||
python3-boto<=2.49.0_5
|
||||
python3-docker-pycreds<=0.4.0_4
|
||||
python3-grako<=3.99.9_7
|
||||
python3-idna-ssl<=1.1.0_3
|
||||
|
|
Loading…
Reference in New Issue