diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-06-17 10:25:48 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-06-17 18:49:05 +0200 |
| commit | 82cff40a9c5733bdf7eb5e5d6089c39c0011643b (patch) | |
| tree | 690f0f3ab1312e5b92e66cce6a116a632581a26c /gnu | |
| parent | 8e19e3a3331a8251789aea5a977ec4e7b5dc5c25 (diff) | |
gnu: Add python-pefile.
* gnu/packages/python-xyz.scm (python-pefile): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 285863df075..723980420f2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -17964,6 +17964,28 @@ JSON) codec.") | |||
| 17964 | Record Format (DWARF).") | 17964 | Record Format (DWARF).") |
| 17965 | (license license:public-domain))) | 17965 | (license license:public-domain))) |
| 17966 | 17966 | ||
| 17967 | (define-public python-pefile | ||
| 17968 | (package | ||
| 17969 | (name "python-pefile") | ||
| 17970 | (version "2022.5.30") | ||
| 17971 | (source (origin | ||
| 17972 | (method git-fetch) | ||
| 17973 | (uri (git-reference | ||
| 17974 | (url "https://github.com/erocarrera/pefile") | ||
| 17975 | (commit (string-append "v" version)))) | ||
| 17976 | (file-name (git-file-name name version)) | ||
| 17977 | (sha256 | ||
| 17978 | (base32 | ||
| 17979 | "1qj90a0s2gd5hn2zggypqc1077inid5dcl1fp5973b04kf2b9z8a")))) | ||
| 17980 | (build-system python-build-system) | ||
| 17981 | (propagated-inputs (list python-future)) | ||
| 17982 | (home-page "https://github.com/erocarrera/pefile") | ||
| 17983 | (synopsis "Portable Executable (PE) file parser") | ||
| 17984 | (description "This python library provides interfaces for parsing and | ||
| 17985 | working with Portable Executable (PE) files. It makes to most information | ||
| 17986 | from the header, as well as section details and data available.") | ||
| 17987 | (license license:expat))) | ||
| 17988 | |||
| 17967 | (define-public python-pyev | 17989 | (define-public python-pyev |
| 17968 | (package | 17990 | (package |
| 17969 | (name "python-pyev") | 17991 | (name "python-pyev") |
