mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
parent
0ed55cc391
commit
51d7c1f58b
2 changed files with 15 additions and 5 deletions
9
srcpkgs/python3-dnsrecon/patches/requirements.txt.diff
Normal file
9
srcpkgs/python3-dnsrecon/patches/requirements.txt.diff
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- a/requirements.txt 2023-11-19 15:38:53.078304888 -0600
|
||||
+++ b/requirements.txt 2023-11-19 16:00:30.710566194 -0600
|
||||
@@ -1,6 +1,3 @@
|
||||
dnspython>=2.0.0
|
||||
netaddr
|
||||
lxml
|
||||
-flake8
|
||||
-pytest
|
||||
-
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'python3-dnsrecon'
|
||||
pkgname=python3-dnsrecon
|
||||
version=1.1.4
|
||||
revision=2
|
||||
version=1.1.5
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
make_check_args="-k not(test_zone_transfer)"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8 python3-setuptools"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
depends="python3 python3-netaddr python3-dnspython python3-lxml"
|
||||
checkdepends="${depends} python3-flake8 python3-pyflakes python3-pytest"
|
||||
short_desc="DNS enumeration script"
|
||||
maintainer="Jason Elswick <jason@jasondavid.tv>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/darkoperator/dnsrecon"
|
||||
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=ef3a7969b2cf25d1a65a62043a8dbede73103920e2c17c72e8c1aa7c1cc467b2
|
||||
checksum=528881c6f2cf759ce91c895c19345768902c3fd811b05dbdfba864f5980aef9c
|
||||
|
|
Loading…
Add table
Reference in a new issue