Search Criteria
Package Details: python-rebulk 3.0.1-2
Git Clone URL: | https://aur.archlinux.org/python-rebulk.git (read-only, click to copy) |
---|---|
Package Base: | python-rebulk |
Description: | Define simple search patterns in bulk to perform advanced matching on any string. |
Upstream URL: | https://github.com/Toilal/rebulk |
Licenses: | |
Submitter: | sleduc |
Maintainer: | fryfrog |
Last Packager: | fryfrog |
Votes: | 28 |
Popularity: | 0.162912 |
First Submitted: | 2016-01-24 10:18 |
Last Updated: | 2020-12-27 20:18 |
Dependencies (3)
- python (python-dbg)
- python-setuptools (make)
- python-regex (python-regex-git) (optional)
Latest Comments
1 2 3 Next › Last »
fryfrog commented on 2020-12-27 20:18
@simonzack, thanks for figuring it out. Punted python-six from depends.
simonzack commented on 2020-12-27 07:06
Thanks for the updates fryfrog! Another small issue, I don't think this package needs
python-six
, after runningpip show rebulk
andpipdeptree
.A lot of other Python packages still depend on
python-six
I think, but the less the better. Hopefully there will fewer and fewer in the future.fryfrog commented on 2020-12-25 16:40
Ha, duh! The whole point of removing python2! Fixed. :)
simonzack commented on 2020-12-25 06:49
Oh
python2-setuptools
is still in thePKGBUILD
can it be removed? Turns out the commit feat: add python 3.8/3.9 support, drop python 2.7/3.4 support · Toilal/rebulk@048a15f dropped Python 2 anyway.fryfrog commented on 2020-12-25 05:27
Sure, I don't see any packages needing python2-rebulk. I'll punt it.
simonzack commented on 2020-12-25 03:35
Can
python2-rebulk
be removed? Python 2 is deprecated now. I only use this package forsubliminal
, and installing Python 2 every time is rather unnecessary. It's probably the case that no other package requirespython2-rebulk
either.tyrannis.hawk commented on 2020-06-26 09:59
When building, I get:
However, the rebulk package is available on pip: https://pypi.org/project/rebulk/
fryfrog commented on 2020-05-09 14:56
Done. The requirements.txt file links to a blog post that 404s, so who knows what is required and what isn't. :/
dkasak commented on 2020-05-09 10:54
This patch works for me:
dkasak commented on 2020-05-09 10:49
Since this breaking change was made in
python-regex
, many packages usingpython-rebulk
are broken.Since the
rebulk
Python package does not depend onregex
(it's an optional dependency), could we makepython-regex
an optional dependency here as well?