diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 10:38:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 10:38:58 +0000 |
commit | 3f42fc43cbcf31513529315fbbbc7b952fe9e0a4 (patch) | |
tree | a2bffdcc54152c49715906f180157227f24a1777 | |
parent | 83a4d5834900f51b659dd1a154a721a4437a9c84 (diff) |
automatic import of python-vivisectopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-vivisect.spec | 186 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 188 insertions, 0 deletions
@@ -0,0 +1 @@ +/vivisect-1.1.1.tar.gz diff --git a/python-vivisect.spec b/python-vivisect.spec new file mode 100644 index 0000000..4a6ed15 --- /dev/null +++ b/python-vivisect.spec @@ -0,0 +1,186 @@ +%global _empty_manifest_terminate_build 0 +Name: python-vivisect +Version: 1.1.1 +Release: 1 +Summary: Pure python disassembler, debugger, emulator, and static analysis framework +License: Apache Software License +URL: https://github.com/vivisect/vivisect +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/60/22/fe29db51bcf2b1cb68e31468826487dea895df9b6af287e58c512dc2d161/vivisect-1.1.1.tar.gz +BuildArch: noarch + +Requires: python3-pyasn1 +Requires: python3-pyasn1-modules +Requires: python3-cxxfilt +Requires: python3-msgpack +Requires: python3-pycparser +Requires: python3-sphinx +Requires: python3-sphinx-rtd-theme +Requires: python3-pyqt5 +Requires: python3-pyqtwebengine + +%description +# Vivisect / Vdb / Vtrace + +A combined disassembler/static analysis/symbolic execution/debugger framework. + +## Usage + +Please see the quickstart/usage docs over at our [docs page](https://vivisect.readthedocs.io/en/latest/) + +## Installing + +For most use cases, you should just be able to run `pip install "vivisect[gui]"` to get both the vivisect/vdb libraries and UI components. For other use cases, please see our [documentation](https://vivisect.readthedocs.io/en/latest/). + + +## Versioning + +All releases prior to v1.0.0 are python2 only. As of v1.0.0, vivisect/vdb/vstruct +are all python3 compatible. Please report any bugs/issues to the [issue tracker](https://github.com/vivisect/vivisect/issues) +or hit us up in the #vivisect room in the [synapse slack](http://slackinvite.vertex.link/) + +Please see v0.x.x-support branch for the current python2 version, or pip install +the v.0.2.x version of vivisect. + +## Upgrading + +Due to fun pickle shenanigans, old python2 vivisect workspaces are not typically +compatible with python3. In what will be one of (if not, the) final release of the +python2 compatible vivisect, v0.2.1 will include a conversion script that can migrate +the basicfile-based vivisect workspaces files to the msgpack-back ones, which should +be loadable in python3 vivisect. + +## Build Status + +[](https://circleci.com/gh/vivisect/vivisect/tree/master) + +[](https://vivisect.readthedocs.io/en/latest/?badge=latest) + + +%package -n python3-vivisect +Summary: Pure python disassembler, debugger, emulator, and static analysis framework +Provides: python-vivisect +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-vivisect +# Vivisect / Vdb / Vtrace + +A combined disassembler/static analysis/symbolic execution/debugger framework. + +## Usage + +Please see the quickstart/usage docs over at our [docs page](https://vivisect.readthedocs.io/en/latest/) + +## Installing + +For most use cases, you should just be able to run `pip install "vivisect[gui]"` to get both the vivisect/vdb libraries and UI components. For other use cases, please see our [documentation](https://vivisect.readthedocs.io/en/latest/). + + +## Versioning + +All releases prior to v1.0.0 are python2 only. As of v1.0.0, vivisect/vdb/vstruct +are all python3 compatible. Please report any bugs/issues to the [issue tracker](https://github.com/vivisect/vivisect/issues) +or hit us up in the #vivisect room in the [synapse slack](http://slackinvite.vertex.link/) + +Please see v0.x.x-support branch for the current python2 version, or pip install +the v.0.2.x version of vivisect. + +## Upgrading + +Due to fun pickle shenanigans, old python2 vivisect workspaces are not typically +compatible with python3. In what will be one of (if not, the) final release of the +python2 compatible vivisect, v0.2.1 will include a conversion script that can migrate +the basicfile-based vivisect workspaces files to the msgpack-back ones, which should +be loadable in python3 vivisect. + +## Build Status + +[](https://circleci.com/gh/vivisect/vivisect/tree/master) + +[](https://vivisect.readthedocs.io/en/latest/?badge=latest) + + +%package help +Summary: Development documents and examples for vivisect +Provides: python3-vivisect-doc +%description help +# Vivisect / Vdb / Vtrace + +A combined disassembler/static analysis/symbolic execution/debugger framework. + +## Usage + +Please see the quickstart/usage docs over at our [docs page](https://vivisect.readthedocs.io/en/latest/) + +## Installing + +For most use cases, you should just be able to run `pip install "vivisect[gui]"` to get both the vivisect/vdb libraries and UI components. For other use cases, please see our [documentation](https://vivisect.readthedocs.io/en/latest/). + + +## Versioning + +All releases prior to v1.0.0 are python2 only. As of v1.0.0, vivisect/vdb/vstruct +are all python3 compatible. Please report any bugs/issues to the [issue tracker](https://github.com/vivisect/vivisect/issues) +or hit us up in the #vivisect room in the [synapse slack](http://slackinvite.vertex.link/) + +Please see v0.x.x-support branch for the current python2 version, or pip install +the v.0.2.x version of vivisect. + +## Upgrading + +Due to fun pickle shenanigans, old python2 vivisect workspaces are not typically +compatible with python3. In what will be one of (if not, the) final release of the +python2 compatible vivisect, v0.2.1 will include a conversion script that can migrate +the basicfile-based vivisect workspaces files to the msgpack-back ones, which should +be loadable in python3 vivisect. + +## Build Status + +[](https://circleci.com/gh/vivisect/vivisect/tree/master) + +[](https://vivisect.readthedocs.io/en/latest/?badge=latest) + + +%prep +%autosetup -n vivisect-1.1.1 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-vivisect -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +- Package Spec generated @@ -0,0 +1 @@ +1d985c749f0f5348339b1b574f13b44e vivisect-1.1.1.tar.gz |