mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python3-pefile: update to 2023.2.7, adopt.
This commit is contained in:
parent
a2ecb84451
commit
eb8da13840
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-pefile'
|
# Template file for 'python3-pefile'
|
||||||
pkgname=python3-pefile
|
pkgname=python3-pefile
|
||||||
version=2019.4.18
|
version=2023.2.7
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pefile.py peutils.py ordlookup"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-future"
|
depends="python3-future"
|
||||||
short_desc="Read and work with Portable Executable (PE) files"
|
short_desc="Read and work with Portable Executable (PE) files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://altgraph.readthedocs.io/en/latest/"
|
homepage="https://altgraph.readthedocs.io/en/latest/"
|
||||||
distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz"
|
||||||
checksum=a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645
|
checksum=82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc
|
||||||
|
make_check=no # tests not included
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue