mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/py-boto: upgrade to 2.49.0
This commit is contained in:
parent
9e6a30f2ab
commit
6ce172033e
@ -2,7 +2,7 @@
|
||||
# Maintainer: Matt Smith <mcs@darkregion.net>
|
||||
pkgname=py-boto
|
||||
_pkgname=boto
|
||||
pkgver=2.47.0
|
||||
pkgver=2.49.0
|
||||
pkgrel=0
|
||||
pkgdesc="An interface to infrastructural services offered by Amazon Web Services"
|
||||
url="http://docs.pythonboto.org/en/latest/index.html"
|
||||
@ -17,12 +17,12 @@ builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build || return 1
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python2 setup.py install --root "$pkgdir" || return 1
|
||||
python2 setup.py install --root "$pkgdir"
|
||||
}
|
||||
|
||||
doc() {
|
||||
@ -42,4 +42,4 @@ doc() {
|
||||
find "$subpkgdir"/usr/share/doc/$pkgname/ -type d -exec chmod 755 '{}' \;
|
||||
}
|
||||
|
||||
sha512sums="66d3e8ca89ccba69105bee7072f7b6e21728a834c468989f1806235f84aa9484dd8d3a311754b3132cdafa0fc9291c12d0d3fdea72e3d31bd62a01109d43ec40 boto-2.47.0.tar.gz"
|
||||
sha512sums="2175cf30cd25bbc05812e83e5ade7668c3e21b1bb09aa1b43f0f0ac7d6967a646394fb52c9be673ebb65618c5b33a52d6f31f6da702f5cd1d6c9a18169476dd4 boto-2.49.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user