summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2018-12-07 12:41:30 +0100
committerPhilipp A2018-12-07 12:41:30 +0100
commit43431e7262e177414d3677407e0c0e71f2c0d51c (patch)
tree41f4c7264de78a30f2c3d1b398aa4a3e6908cc61 /PKGBUILD
parent7aec7a17ad8638c514584c91ef8faf12266e78bf (diff)
downloadaur-43431e7262e177414d3677407e0c0e71f2c0d51c.tar.gz
optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 13 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fed5851420e5..123925ebbcef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=snakemake
pkgver=5.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
url='https://snakemake.readthedocs.io'
@@ -14,9 +14,18 @@ depends=(
)
makedepends=(python-setuptools python-gitpython)
optdepends=(
- 'graphviz: For DAG visualization'
- 'python-jinja: For report generation'
- 'python-networkx: For report generation'
+ 'graphviz: For DAG visualization'
+ 'python-jinja: For report generation'
+ 'python-networkx: For report generation'
+ 'python-biopython: For GenBank/NCBI Entrez support'
+ 'python-python-easywebdav: For WebDAV support'
+ 'python-pysftp: For SFTP support'
+ 'python-boto3: For AWS support'
+ 'python-moto: For AWS support'
+ 'python-dropbox: For Dropbox support'
+ 'python-ftputil: For FTP support'
+ 'xrootd: For XRootD support'
+ 'python-psutil: For benchmarking'
)
license=(MIT)
source=("snakemake-$pkgver.tar.gz::https://bitbucket.org/snakemake/snakemake/get/v$pkgver.tar.gz")