aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-15 13:04:52 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-18 10:39:48 +0000
commit7f7500363219da09528081c7359e26d241ae3b8d (patch)
tree83dad9556ae9caae79a17e63e6621c0471c8a04c /testing
parent1d8811ff248141557c28bd00df977d1a3820ba90 (diff)
downloadaports-7f7500363219da09528081c7359e26d241ae3b8d.tar.bz2
aports-7f7500363219da09528081c7359e26d241ae3b8d.tar.xz
testing/fabric: remove
- Python2 only
Diffstat (limited to 'testing')
-rw-r--r--testing/fabric/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/fabric/APKBUILD b/testing/fabric/APKBUILD
deleted file mode 100644
index 37bb3448cc..0000000000
--- a/testing/fabric/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Danilo Falcão <danilo@falcao.org>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=fabric
-_pkgname=Fabric
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="A simple pythonic remote deployment tool"
-options="net" # Needs to fetch the 'fudge' pymodule that is not packaged
-url="http://www.fabfile.org"
-arch="noarch"
-license="BSD-2-Clause"
-depends="py-paramiko py-crypto py-setuptools"
-checkdepends="py-nose py-jinja2"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-builddir="$srcdir"/$_pkgname-$pkgver
-build() {
- python2 setup.py build
-}
-
-check() {
- python2 setup.py test
-}
-
-package() {
- python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="3bb90597356ac033e5a9bba668ec8b080ee10cac31f54b1e89b6e2e21550ba5f2341e774ed9ff52c3a4ecbc3bae3206d155c6bfe6678576caca8e439c7810ed9 Fabric-1.14.0.tar.gz"