mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pefile: remove dep, edit homepage
This commit is contained in:
parent
2ca3a01895
commit
66275908ab
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue