Search Criteria
Package Details: semgrep-bin 1.84.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/semgrep-bin.git (read-only, click to copy) |
---|---|
Package Base: | semgrep-bin |
Description: | Fast and syntax-aware semantic code pattern search for many languages: like grep but for code |
Upstream URL: | https://github.com/returntocorp/semgrep |
Keywords: | code grep |
Licenses: | LGPL2.1 |
Provides: | semgrep |
Submitter: | aloxaf |
Maintainer: | username227 (ejedev) |
Last Packager: | username227 |
Votes: | 6 |
Popularity: | 0.072527 |
First Submitted: | 2020-05-23 02:08 (UTC) |
Last Updated: | 2024-08-06 22:38 (UTC) |
Dependencies (24)
- python (python37AUR, python311AUR, python310AUR)
- python-attrs
- python-boltonsAUR
- python-click
- python-click-option-group
- python-colorama (python-colorama-gitAUR)
- python-defusedxml (python-defusedxml-gitAUR)
- python-glomAUR
- python-jsonschema
- python-lsp-jsonrpc
- python-opentelemetry-apiAUR
- python-packaging
- python-peewee
- python-requests
- python-rich (python-rich-gitAUR)
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-tomli
- python-typing_extensions
- python-urllib3
- python-wcmatch
- Show 4 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
ejedev commented on 2024-07-31 23:46 (UTC) (edited on 2024-08-01 07:10 (UTC) by ejedev)
@username227 I believe this is actually caused by changes in Python 3.12 https://docs.python.org/3/whatsnew/3.12.html
Remove many long-deprecated unittest features: > A number of TestCase method aliases:
This matches the error I see when installing
python-opentracing
:AttributeError: 'TestAsyncio' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
username227 commented on 2024-07-28 14:36 (UTC)
Interesting - I am not able to reproduce. I had it installed prior. I uninstalled it and dependents and rebuilt with the added dependency. I was able to successfully build the python-telemetry-api and python-semgrep.
Can you try in a clean chroot and see if that makes a difference?
ejedev commented on 2024-07-27 02:02 (UTC)
@username227 - It unfortunately does not build. There are issues with some of the dependencies (
python-opentelemetry-api
requirespython-opentracing
which seems to be broken.)I did briefly adopt before abandoning since I was not able to solve the issue. I would be happy to co-maintain and can try and work on it more when I'm back home.
username227 commented on 2024-07-26 21:09 (UTC)
@ejedev - OK try again.
Did you briefly take ownership of this recently? Do you want to co-maintain?
ejedev commented on 2024-07-26 18:44 (UTC)
Seems the new version requires opentelemetry.
ModuleNotFoundError: No module named 'opentelemetry'
Kloudignite commented on 2024-04-28 08:41 (UTC) (edited on 2024-04-28 08:41 (UTC) by Kloudignite)
Looks like this needs to be rebuilt following the python 3.12 update because
shulhan commented on 2023-05-10 16:18 (UTC)
Hi, thanks for the package.
I think the latest PKGBUILD missing python-pip in the makedepends.
PSA: Pre-build package is available at https://build.kilabit.info/
jahway603 commented on 2023-03-27 16:58 (UTC)
@aloxaf can you please update this package? It is at Release v1.15.0 now.
0xdbe commented on 2022-11-02 20:23 (UTC)
Thanks aloxaf for updating to 0.118 🙏
Here is file for 0.120.0: https://pastebin.com/5YAJeAnv
0xdbe commented on 2022-10-21 07:13 (UTC)
File for 0.118.0: https://pastebin.com/ecHfK3Fg
1 2 3 4 Next › Last »