summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2023-06-30 19:40:19 -0400
committerGordian Edenhofer2023-06-30 19:40:19 -0400
commita3deaf1cd1fe13d4020ffec69bba81de3a01245a (patch)
tree2d8317ea14005bb999b1ffe91f675e074cb0f4dc
parent42bf3a2d1eb617b7a35dd52e8611cb66cc517d6d (diff)
downloadaur-a3deaf1cd1fe13d4020ffec69bba81de3a01245a.tar.gz
upgpkg: python-smart_open 6.3.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb7ca9fe2764..43536a37beac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-smart_open
pkgdesc = Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files
pkgver = 6.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RaRe-Technologies/smart_open
arch = any
license = MIT
makedepends = python-setuptools
- depends = python-boto3
+ optdepends = python-boto3: AWS support
optdepends = python-bz2file: Handling bz2 files
optdepends = python-requests: HTTP support
optdepends = python-paramiko: SSH support
diff --git a/PKGBUILD b/PKGBUILD
index 6152b5c0f5f2..03a19bfe8caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=python-smart_open
_pkgname=smart_open
pkgver=6.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files"
arch=('any')
license=('MIT')
url="https://github.com/RaRe-Technologies/smart_open"
-depends=('python-boto3')
-optdepends=("python-bz2file: Handling bz2 files"
+depends=()
+optdepends=("python-boto3: AWS support"
+ "python-bz2file: Handling bz2 files"
"python-requests: HTTP support"
"python-paramiko: SSH support")
makedepends=('python-setuptools')