aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-fs/APKBUILD
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-07 00:39:18 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-20 10:02:22 -0300
commit468d3f1b31440a21b82a73bb24ad2982cdd46401 (patch)
tree1b17653620ea91a8f6fd521d5ca8c501c0d8abcb /testing/py-fs/APKBUILD
parent80e8026f75594b2a72c83d50e6117c6bde7b6bdd (diff)
downloadaports-468d3f1b31440a21b82a73bb24ad2982cdd46401.tar.bz2
aports-468d3f1b31440a21b82a73bb24ad2982cdd46401.tar.xz
testing/py3-fs: rename from py-fs
Diffstat (limited to 'testing/py-fs/APKBUILD')
-rw-r--r--testing/py-fs/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py-fs/APKBUILD b/testing/py-fs/APKBUILD
deleted file mode 100644
index da7dbe2796..0000000000
--- a/testing/py-fs/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-fs
-_pkgname=fs
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A Python Filesystem abstraction layer"
-url="https://pypi.python.org/pypi/fs"
-arch="noarch"
-license="BSD-3-Clause"
-depends="python2 py-boto py-paramiko py-six py-django py-dexml"
-makedepends="py-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- python2 setup.py build
-}
-
-package() {
- python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-md5sums="7abd892a7534cab3a81775b92ca949ad fs-0.5.1.tar.gz"
-sha256sums="18e0f3b183bedb326a3c95a320ad202730aa1358affdebedb27b939a18f87f8b fs-0.5.1.tar.gz"
-sha512sums="237e8352c9b070b8ffc7e14db38ad442edd463c212851b1be569c84134052d2c1b58c9f32988c7500a1363e459abb99ca47a4908186f681fc9fcac8c1c55cbd4 fs-0.5.1.tar.gz"