Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-dnsrecon: update to 1.1.4.
@ 2023-05-31 21:14 jason1987d
  2023-05-31 21:16 ` [PR PATCH] [Closed]: " jason1987d
  0 siblings, 1 reply; 2+ messages in thread
From: jason1987d @ 2023-05-31 21:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

There is a new pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages python3-dnsrecon
https://github.com/void-linux/void-packages/pull/44197

python3-dnsrecon: update to 1.1.4.
#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
-->


A patch file from https://github.com/void-linux/void-packages/pull/44197.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dnsrecon-44197.patch --]
[-- Type: text/x-diff, Size: 4018 bytes --]

From cdac2adeb8f320647f5a52d68fd3f2dc497c2cda Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 12:27:38 -0600
Subject: [PATCH 1/2] New package: KataGo-1.13.2

---
 srcpkgs/KataGo-OpenCL/template | 30 ++++++++++++++++++++++++++++++
 srcpkgs/KataGo-eigen/template  | 31 +++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)
 create mode 100644 srcpkgs/KataGo-OpenCL/template
 create mode 100644 srcpkgs/KataGo-eigen/template

diff --git a/srcpkgs/KataGo-OpenCL/template b/srcpkgs/KataGo-OpenCL/template
new file mode 100644
index 000000000000..7bb3c153b2ef
--- /dev/null
+++ b/srcpkgs/KataGo-OpenCL/template
@@ -0,0 +1,30 @@
+# Template file for 'KataGo-OpenCL'
+pkgname=KataGo-OpenCL
+version=1.13.2
+revision=1
+build_wrksrc=cpp
+build_style=cmake
+configure_args="-DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1"
+makedepends="ocl-icd-devel zlib-devel libzip-devel"
+short_desc="KataGo Go/Weiqi/Baduk analysis engine (OpenCL backend)"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/lightvector/KataGo/"
+distfiles="https://github.com/lightvector/KataGo/archive/refs/tags/v${version}.tar.gz"
+checksum=f1a5659ff6dcec246f11bd250dcb41f1879dbbd41d4e909ae030954acfebde41
+
+alternatives="katago:katago:/usr/bin/katago-opencl"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
+	makedepends+=" libatomic-devel"
+fi
+
+do_check() {
+	build/katago runtests
+}
+
+do_install() {
+	vbin build/katago katago-opencl
+	vlicense "${wrksrc}"/LICENSE
+}
diff --git a/srcpkgs/KataGo-eigen/template b/srcpkgs/KataGo-eigen/template
new file mode 100644
index 000000000000..14325244524b
--- /dev/null
+++ b/srcpkgs/KataGo-eigen/template
@@ -0,0 +1,31 @@
+# Template file for 'KataGo-eigen'
+pkgname=KataGo-eigen
+version=1.13.2
+revision=1
+build_wrksrc=cpp
+build_style=cmake
+configure_args="-DUSE_BACKEND=EIGEN -DNO_GIT_REVISION=1"
+make_check_target="check"
+makedepends="zlib-devel libzip-devel eigen"
+short_desc="KataGo Go/Weiqi/Baduk analysis engine (eigen backend)"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/lightvector/KataGo/"
+distfiles="https://github.com/lightvector/KataGo/archive/refs/tags/v${version}.tar.gz"
+checksum=f1a5659ff6dcec246f11bd250dcb41f1879dbbd41d4e909ae030954acfebde41
+
+alternatives="katago:katago:/usr/bin/katago-eigen"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
+	makedepends+=" libatomic-devel"
+fi
+
+do_check() {
+	build/katago runtests
+}
+
+do_install() {
+	vbin build/katago katago-eigen
+	vlicense "${wrksrc}"/LICENSE
+}

From d8621ed79caafd4a208ceb8206278004e642b296 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Wed, 31 May 2023 16:08:17 -0500
Subject: [PATCH 2/2] python3-dnsrecon: update to 1.1.4.

---
 srcpkgs/python3-dnsrecon/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
index 32979df704f7..ed46e10d17cd 100644
--- a/srcpkgs/python3-dnsrecon/template
+++ b/srcpkgs/python3-dnsrecon/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-dnsrecon'
 pkgname=python3-dnsrecon
-version=1.1.3
-revision=2
+version=1.1.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8 python3-setuptools"
 checkdepends="${depends} python3-pytest"
 short_desc="DNS enumeration script"
-maintainer="Jason Manley <jason@jasondavid.tv>"
+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=076aa0745ab956b278f535f17fd002bd8be838e00fd18a639c30e9cd37ec9eb0
+checksum=ef3a7969b2cf25d1a65a62043a8dbede73103920e2c17c72e8c1aa7c1cc467b2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: python3-dnsrecon: update to 1.1.4.
  2023-05-31 21:14 [PR PATCH] python3-dnsrecon: update to 1.1.4 jason1987d
@ 2023-05-31 21:16 ` jason1987d
  0 siblings, 0 replies; 2+ messages in thread
From: jason1987d @ 2023-05-31 21:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

There's a closed pull request on the void-packages repository

python3-dnsrecon: update to 1.1.4.
https://github.com/void-linux/void-packages/pull/44197

Description:
#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-31 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 21:14 [PR PATCH] python3-dnsrecon: update to 1.1.4 jason1987d
2023-05-31 21:16 ` [PR PATCH] [Closed]: " jason1987d

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).