From 96146a5191c8faf527193ea473a93b4373a2adfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Mon, 27 May 2013 13:01:44 +0200 Subject: main/py-paramiko: moved from testing --- testing/py-paramiko/APKBUILD | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 testing/py-paramiko/APKBUILD (limited to 'testing') diff --git a/testing/py-paramiko/APKBUILD b/testing/py-paramiko/APKBUILD deleted file mode 100644 index c851936bf..000000000 --- a/testing/py-paramiko/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Contributor: Fabian Affolter -# Maintainer: Fabian Affolter -pkgname=py-paramiko -_pkgname=paramiko -pkgver=1.9.0 -pkgrel=0 -pkgdesc="SSH2 protocol library for Python" -url="https://github.com/paramiko/paramiko/" -arch="noarch" -license="LGPL2+" -depends="py-crypto" -depends_dev="" -makedepends="python-dev py-setuptools" -install="" -subpackages="$pkgname-demos $pkgname-docs" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -build() { - cd "$_builddir" - python setup.py build || return 1 - python ./test.py || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -demos() { - # Put the demo files into a seperate package - mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname"/demos || return 1 - mv "$_builddir"/demos "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1 -} - -docs() { - # Put the documentation files into a seperate package - mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname"/docs || return 1 - mv "$_builddir"/docs "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1 -} - -md5sums="b78472021ff6586dd61ad6972032f54f paramiko-1.9.0.tar.gz" -sha256sums="cb99b74d9c53a23b92803c1c97fdb2bfdab7cd4fea888bd3b6438c127e3b29f5 paramiko-1.9.0.tar.gz" -sha512sums="2f91b68b8a652aa773d14cded7a5f17cf6d758624f981c68510ee3b1302b64ee9290830440dca1a1000b7974ef9dca4f0acd13d01958433b6f35ae8a13e1c0a2 paramiko-1.9.0.tar.gz" -- cgit v1.2.3