* [PR PATCH] New package: python-iced-x86-1.21.0
@ 2024-07-26 15:44 MIvanchev
2024-10-25 2:00 ` github-actions
2024-10-27 12:38 ` MIvanchev
0 siblings, 2 replies; 3+ messages in thread
From: MIvanchev @ 2024-07-26 15:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
There is a new pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-iced-x86
https://github.com/void-linux/void-packages/pull/51472
New package: python-iced-x86-1.21.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
A patch file from https://github.com/void-linux/void-packages/pull/51472.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-iced-x86-51472.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]
From 606452e46b5ec0dbe4bfc16bf87eb57279d8a8d6 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 26 Jul 2024 15:24:06 +0200
Subject: [PATCH] New package: python-iced-x86-1.21.0
---
srcpkgs/python3-iced-x86/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/python3-iced-x86/template
diff --git a/srcpkgs/python3-iced-x86/template b/srcpkgs/python3-iced-x86/template
new file mode 100644
index 00000000000000..6999e7b18fb320
--- /dev/null
+++ b/srcpkgs/python3-iced-x86/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-iced-x86'
+pkgname=python3-iced-x86
+version=1.21.0
+revision=1
+build_style=python3-module
+build_helper=rust
+hostmakedepends="python3-setuptools-rust cargo"
+depends="python3"
+short_desc="Fast and correct x86/x64 disassembler, assembler, decoder, encoder"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/icedland/iced"
+distfiles="https://github.com/icedland/iced/archive/refs/tags/v${version}.tar.gz"
+checksum=abd6aab6393283bd435051ccb4b00d432bb4fd548832a7905dd87d815b72685c
+build_wrksrc="src/rust/iced-x86-py"
+
+if [ "$CROSS_BUILD" ]; then
+ makedepends+=" rust-std"
+fi
+
+post_install() {
+ vlicense LICENSE.txt
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-27 12:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-26 15:44 [PR PATCH] New package: python-iced-x86-1.21.0 MIvanchev
2024-10-25 2:00 ` github-actions
2024-10-27 12:38 ` MIvanchev
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).