Updated to 139.
Search Criteria
Package Details: python2-pefile 1.2.10_139-1
Package Actions
| Package Base: | python2-pefile |
|---|---|
| Description: | This is a Python library for PE file support and investigation. |
| Upstream URL: | http://code.google.com/p/pefile/ |
| Category: | devel |
| Licenses: | |
| Submitter: | wesbrown18 |
| Maintainer: | wesbrown18 |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2011-11-23 03:32 |
| Last Updated: | 2014-01-21 16:05 |
Dependencies (1)
Required by (2)
Sources
Latest Comments
Comment by wesbrown18
Comment by wesbrown18
Updated -- UserDB fetch works, and from more than one source.
Comment by wesbrown18
Thanks for the update -- this is my first time crafting and uploading AUR packages, so thanks for the feedback. I see that I should also be using python2-distribute instead of python2-setuptools for dependencies?
UserDB.TXT is essential to the use of pefile in some contexts. It's used to identify signatures of PE's, and is freely redistributable with for the purposes of pefile.
I've applied your patch, tested it, and updated the PKGBUILD.
Anonymous comment
Hi! Thanks for this package!
I made a patch that fixes a few issues with your PKGBUILD:
- pkgver is now the complete version 1.2.10_114,
- pkgrel should start with 1, not 0,
- change arch to 'any',
- install the package into /usr instead of /usr/local,
- install the MIT license.
I'm not sure if UserDB.TXT should be included in this package, it doesn't seem to be related with pefile.
Link: https://gist.github.com/1404005