Search Criteria
Package Details: python-smart_open 7.5.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-smart_open.git (read-only, click to copy) |
|---|---|
| Package Base: | python-smart_open |
| Description: | Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files |
| Upstream URL: | https://github.com/RaRe-Technologies/smart_open |
| Keywords: | compatible fall-back handy util |
| Licenses: | MIT |
| Conflicts: | python-smart-open |
| Provides: | python-smart-open |
| Submitter: | edh |
| Maintainer: | edh |
| Last Packager: | edh |
| Votes: | 5 |
| Popularity: | 0.029561 |
| First Submitted: | 2018-08-24 09:45 (UTC) |
| Last Updated: | 2026-03-15 23:58 (UTC) |
Dependencies (10)
- python-wrapt
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-boto3 (python-boto3-gitAUR) (optional) – AWS support
- python-paramiko (python-paramiko-ngAUR) (optional) – SSH support
- python-requests (optional) – HTTP support
- python-zstandard (optional) – zstd support
Required by (9)
- python-gensim
- python-pathy
- python-ray (requires python-smart-open) (optional)
- python-s3path
- python-s3path (check)
- python-spacy-bin
- python-streaming-form-data
- python-weasel
- snakemake
Latest Comments
1 2 Next › Last »
edh commented on 2026-03-15 23:58 (UTC)
@mschu Thanks for the poke. I updated the package.
mschu commented on 2026-03-14 13:22 (UTC)
Please consider bumping the release by one to trigger rebuilds with the Python 3.14 switch (otherwise all users will get an error about the package not being found).
xiota commented on 2023-10-20 16:05 (UTC)
For next update, also consider using PEP517 install method.
edh commented on 2023-10-16 08:32 (UTC)
@xiota
You're right. I am mainly arguing for
conflictsandprovides. I'll removereplaceswith the next update.xiota commented on 2023-10-16 08:19 (UTC)
replacesprobably doesn't work how you think it does. It is intended to force users to use this specific package.providesandconflictscover the case you describe.replacesalso usually doesn't work with AUR packages. In some corner cases, it just causes problems.AUR package guidelines say not to use with. There is an allowed exception, but it doesn't apply here.
edh commented on 2023-10-16 06:11 (UTC)
@xiota
May I ask for your line of thought behind this suggestion? In
pipyou can installsmart_openboth viasmart-openas well as viasmart_open. Furthermore, I suppose a significant number of people will assume the name to be spelled with a hyphen instead of with an underscore when they first hear it (as most other python packages use hyphens) and given there is no conflict with a similarly name hyphenated package, allowing both names IMO makes sense.xiota commented on 2023-10-16 02:44 (UTC)
Please remove
replacesdirective.edh commented on 2023-07-28 20:13 (UTC)
@MarsSeed Thanks for the ping. I removed the dependency but did not increase the pkgrel as to not force users to rebuild the package just to get rid of one optional dependency.
MarsSeed commented on 2023-07-28 19:33 (UTC)
The legacy python-bz2file, which has been discontinued since 2014, seems not to be used by this application anymore.
wlhlm commented on 2023-06-30 23:38 (UTC)
@edh
Thanks for the quick response! I've had a look at the upstream repo and GH org and it seems like development has slowed down. I'm not sure when a new release is made upstream, but I'm expecting it to be a while. Plus, this is a python package, there's no long build/compile step and it should be a quick process. I don't see an issue with a pkgrel bump.
1 2 Next › Last »