python3-pefile: remove dep, edit homepage
This commit is contained in:
parent
2ca3a01895
commit
66275908ab
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python3-pefile'
|
||||
pkgname=python3-pefile
|
||||
version=2023.2.7
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-future"
|
||||
depends="python3"
|
||||
short_desc="Read and work with Portable Executable (PE) files"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://altgraph.readthedocs.io/en/latest/"
|
||||
homepage="https://github.com/erocarrera/pefile"
|
||||
distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz"
|
||||
checksum=82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc
|
||||
make_check=no # tests not included
|
||||
|
|
Loading…
Reference in New Issue