python3-pefile: remove dep, edit homepage

This commit is contained in:
chrysos349 2023-12-01 04:58:32 +03:00 committed by classabbyamp
parent 2ca3a01895
commit 66275908ab

View file

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