Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] botan: fix pycompile_module
@ 2021-11-28 14:08 paper42
  2021-11-28 14:22 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2021-11-28 14:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages botan-pycompile-module
https://github.com/void-linux/void-packages/pull/34285

botan: fix pycompile_module
#### Testing the changes
- I tested the changes in this PR:**briefly**

before:
```
Byte-compiling python3.10 code for module botan.py...
Can't list 'usr/lib/python3.10/site-packages/botan.py'
Can't list 'usr/lib/python3.10/site-packages/botan.py'
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-botan-pycompile-module-34285.patch --]
[-- Type: text/x-diff, Size: 820 bytes --]

From eeab4130f4c79787b9ed02fd6f5700ad2dfb5137 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 28 Nov 2021 15:04:27 +0100
Subject: [PATCH] botan: fix pycompile_module

---
 srcpkgs/botan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template
index 282bceabd3ce..1b9180c16f19 100644
--- a/srcpkgs/botan/template
+++ b/srcpkgs/botan/template
@@ -1,10 +1,10 @@
 # Template file for 'botan'
 pkgname=botan
 version=2.16.0
-revision=4
+revision=5
 wrksrc="${pkgname^}-${version}"
 build_style=gnu-makefile
-pycompile_module="botan.py"
+pycompile_module="botan2.py"
 hostmakedepends="doxygen python3"
 makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
 short_desc="Crypto library written in C++"

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

* Re: [PR PATCH] [Updated] botan: fix pycompile_module
  2021-11-28 14:08 [PR PATCH] botan: fix pycompile_module paper42
@ 2021-11-28 14:22 ` paper42
  2021-11-29 10:46 ` sgn
  2022-04-12 22:10 ` [PR PATCH] [Closed]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-11-28 14:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages botan-pycompile-module
https://github.com/void-linux/void-packages/pull/34285

botan: fix pycompile_module
#### Testing the changes
- I tested the changes in this PR:**briefly**

before:
```
Byte-compiling python3.10 code for module botan.py...
Can't list 'usr/lib/python3.10/site-packages/botan.py'
Can't list 'usr/lib/python3.10/site-packages/botan.py'
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-botan-pycompile-module-34285.patch --]
[-- Type: text/x-diff, Size: 824 bytes --]

From d391b6ecfed23a27b2a9f0c1eae113ab243e2e03 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 28 Nov 2021 15:04:27 +0100
Subject: [PATCH] botan: remove pycompile_module

removes a warning at install time
---
 srcpkgs/botan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template
index 282bceabd3ce..e38ecea1dd4e 100644
--- a/srcpkgs/botan/template
+++ b/srcpkgs/botan/template
@@ -1,10 +1,9 @@
 # Template file for 'botan'
 pkgname=botan
 version=2.16.0
-revision=4
+revision=5
 wrksrc="${pkgname^}-${version}"
 build_style=gnu-makefile
-pycompile_module="botan.py"
 hostmakedepends="doxygen python3"
 makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
 short_desc="Crypto library written in C++"

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

* Re: [PR PATCH] [Updated] botan: fix pycompile_module
  2021-11-28 14:08 [PR PATCH] botan: fix pycompile_module paper42
  2021-11-28 14:22 ` [PR PATCH] [Updated] " paper42
@ 2021-11-29 10:46 ` sgn
  2022-04-12 22:10 ` [PR PATCH] [Closed]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-11-29 10:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/paper42/void-packages botan-pycompile-module
https://github.com/void-linux/void-packages/pull/34285

botan: fix pycompile_module
#### Testing the changes
- I tested the changes in this PR:**briefly**

before:
```
Byte-compiling python3.10 code for module botan.py...
Can't list 'usr/lib/python3.10/site-packages/botan.py'
Can't list 'usr/lib/python3.10/site-packages/botan.py'
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-botan-pycompile-module-34285.patch --]
[-- Type: text/x-diff, Size: 1865 bytes --]

From d391b6ecfed23a27b2a9f0c1eae113ab243e2e03 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 28 Nov 2021 15:04:27 +0100
Subject: [PATCH 1/2] botan: remove pycompile_module

removes a warning at install time
---
 srcpkgs/botan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template
index 282bceabd3ce..e38ecea1dd4e 100644
--- a/srcpkgs/botan/template
+++ b/srcpkgs/botan/template
@@ -1,10 +1,9 @@
 # Template file for 'botan'
 pkgname=botan
 version=2.16.0
-revision=4
+revision=5
 wrksrc="${pkgname^}-${version}"
 build_style=gnu-makefile
-pycompile_module="botan.py"
 hostmakedepends="doxygen python3"
 makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
 short_desc="Crypto library written in C++"

From b56523f90df28fe65182f99ca2fb92365c8cd828 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 29 Nov 2021 17:45:57 +0700
Subject: [PATCH 2/2] enable do_check

---
 srcpkgs/botan/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template
index e38ecea1dd4e..bac1bd0873a7 100644
--- a/srcpkgs/botan/template
+++ b/srcpkgs/botan/template
@@ -2,7 +2,7 @@
 pkgname=botan
 version=2.16.0
 revision=5
-wrksrc="${pkgname^}-${version}"
+wrksrc="Botan-${version}"
 build_style=gnu-makefile
 hostmakedepends="doxygen python3"
 makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
@@ -15,7 +15,6 @@ checksum=92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628
 python_version=3
 
 LDFLAGS="-pthread"
-CXXFLAGS="-O3"
 
 do_configure() {
 	local _args _cpu
@@ -77,7 +76,7 @@ do_configure() {
 }
 
 do_check() {
-	./botan-test
+	make check
 }
 
 post_install() {

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

* Re: [PR PATCH] [Closed]: botan: fix pycompile_module
  2021-11-28 14:08 [PR PATCH] botan: fix pycompile_module paper42
  2021-11-28 14:22 ` [PR PATCH] [Updated] " paper42
  2021-11-29 10:46 ` sgn
@ 2022-04-12 22:10 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2022-04-12 22:10 UTC (permalink / raw)
  To: ml

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

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

botan: fix pycompile_module
https://github.com/void-linux/void-packages/pull/34285

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

before:
```
Byte-compiling python3.10 code for module botan.py...
Can't list 'usr/lib/python3.10/site-packages/botan.py'
Can't list 'usr/lib/python3.10/site-packages/botan.py'
```

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

end of thread, other threads:[~2022-04-12 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28 14:08 [PR PATCH] botan: fix pycompile_module paper42
2021-11-28 14:22 ` [PR PATCH] [Updated] " paper42
2021-11-29 10:46 ` sgn
2022-04-12 22:10 ` [PR PATCH] [Closed]: " Piraty

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).