diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-24 14:33:21 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-24 14:33:21 +0200 |
commit | 15f79028b07da93ee902b5ad09ad15da5e3bb3ab (patch) | |
tree | f295cb03a9bd6e0dfa8f255d4d71ef23aeeb5209 /testing/py-boto | |
parent | 3fa0941116845b35e71dc22dc800bf731b904614 (diff) | |
download | aports-15f79028b07da93ee902b5ad09ad15da5e3bb3ab.tar.bz2 aports-15f79028b07da93ee902b5ad09ad15da5e3bb3ab.tar.xz |
testing/py-boto: remove, duplicate of main/py-boto
Diffstat (limited to 'testing/py-boto')
-rw-r--r-- | testing/py-boto/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/py-boto/APKBUILD b/testing/py-boto/APKBUILD deleted file mode 100644 index 1e5fc1bed1..0000000000 --- a/testing/py-boto/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Valery Kartel <valery.kartel@gmail.com> -# Contributor: Valery Kartel <valery.kartel@gmail.com> -pkgname=py-boto -_pkgname=boto -pkgver=2.39.0 -pkgrel=0 -pkgdesc="Python interface to Amazon Web Services" -url="https://github.com/boto/boto" -arch="noarch" -license="MIT" -depends="python py-requests py-rsa py-simplejson py-paramiko py-yaml" -depends_dev= -makedepends="python-dev py-setuptools" -install= -subpackages="$pkgname-tools" -source="$_pkgname-$pkgver.tar.gz::https://github.com/boto/$_pkgname/archive/$pkgver.tar.gz" - -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python setup.py build || return 1 -} - -package() { - cd "$builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -tools() { - pkgdesc="Command line tools to deal with Amazon Web Services" - depends="$pkgname" - mkdir -p "$subpkgdir"/usr - mv "$pkgdir"/usr/bin "$subpkgdir"/usr -} - -md5sums="0ffc0c59b2b468bab9491881194db4df boto-2.39.0.tar.gz" -sha256sums="bfde8bb2fc0222168c3397a22941dd4ae1f69e52db51085b308c912464df9b59 boto-2.39.0.tar.gz" -sha512sums="323d2366f45978c218a295bf08e46e26024a2a1b0ab193a43f90a9a50d2f87f61aebaddfc5ea9c4d84feec6eb9ade1fcb369135e435358ce40e26e5c15fbeb3b boto-2.39.0.tar.gz" |