Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scryer-prolog: update to 0.9.2
@ 2023-09-01  4:18 cinerea0
  2023-09-01  4:46 ` triska
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2023-09-01  4:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages scry
https://github.com/void-linux/void-packages/pull/45861

scryer-prolog: update to 0.9.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From dd978929dfc3dde8d2fa4b1a21d39d73e8485ee7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 1 Sep 2023 00:17:25 -0400
Subject: [PATCH] scryer-prolog: update to 0.9.2

---
 srcpkgs/scryer-prolog/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/scryer-prolog/template b/srcpkgs/scryer-prolog/template
index a5804ed01a5a5..ecd15239fdaa7 100644
--- a/srcpkgs/scryer-prolog/template
+++ b/srcpkgs/scryer-prolog/template
@@ -1,22 +1,19 @@
 # Template file for 'scryer-prolog'
 pkgname=scryer-prolog
-version=0.9.1
-revision=2
+version=0.9.2
+revision=1
 build_style=cargo
-hostmakedepends="m4 pkg-config"
-makedepends="gmp-devel libmpc-devel libsodium-devel mpfr-devel openssl-devel"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
 short_desc="Modern Prolog implementation written mostly in Rust"
 maintainer="Hans-J. Schmid <knock@myopendoor.de>"
 license="BSD-3-Clause"
 homepage="https://github.com/mthom/scryer-prolog"
 distfiles="https://github.com/mthom/scryer-prolog/archive/refs/tags/v${version}.tar.gz"
-checksum=e69109af51f81568cec1137842cd438cb675f9fb966ba90b6a4ee85b469cd37d
-nocross="executes gmp header https://gitlab.com/tspiteri/gmp-mpfr-sys/-/blob/v1.5.3/build.rs#L1309"
-export CARGO_FEATURE_USE_SYSTEM_LIBS=1
+checksum=d8e89e0d6c54fdd34104513e231bba4c8499659b1dd3ae6abe187606e443a82c
 
 case "$XBPS_TARGET_MACHINE" in
-	x86_64*|aarch64*) ;;
-	i686*|arm*) broken="upstream dropped 32 bit support" ;;
+	x86_64*|i686*|arm*|aarch64*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 

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

* Re: scryer-prolog: update to 0.9.2
  2023-09-01  4:18 [PR PATCH] scryer-prolog: update to 0.9.2 cinerea0
@ 2023-09-01  4:46 ` triska
  2023-09-01  4:57 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: triska @ 2023-09-01  4:46 UTC (permalink / raw)
  To: ml

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

New comment by triska on void-packages repository

https://github.com/void-linux/void-packages/pull/45861#issuecomment-1702151177

Comment:
I think `openssl-devel` is also no longer a dependency and can be removed from the list!

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

* Re: scryer-prolog: update to 0.9.2
  2023-09-01  4:18 [PR PATCH] scryer-prolog: update to 0.9.2 cinerea0
  2023-09-01  4:46 ` triska
@ 2023-09-01  4:57 ` classabbyamp
  2023-09-01  4:58 ` classabbyamp
  2023-09-07  0:47 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-01  4:57 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45861#issuecomment-1702158324

Comment:
nope, openssl-sys exists somewhere in the dependency tree

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

* Re: scryer-prolog: update to 0.9.2
  2023-09-01  4:18 [PR PATCH] scryer-prolog: update to 0.9.2 cinerea0
  2023-09-01  4:46 ` triska
  2023-09-01  4:57 ` classabbyamp
@ 2023-09-01  4:58 ` classabbyamp
  2023-09-07  0:47 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-01  4:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45861#issuecomment-1702158324

Comment:
nope, openssl-sys exists somewhere in the dependency tree (https://github.com/void-linux/void-packages/actions/runs/6045354540/job/16405284995?pr=45861#step:7:139)

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

* Re: [PR PATCH] [Merged]: scryer-prolog: update to 0.9.2
  2023-09-01  4:18 [PR PATCH] scryer-prolog: update to 0.9.2 cinerea0
                   ` (2 preceding siblings ...)
  2023-09-01  4:58 ` classabbyamp
@ 2023-09-07  0:47 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-07  0:47 UTC (permalink / raw)
  To: ml

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

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

scryer-prolog: update to 0.9.2
https://github.com/void-linux/void-packages/pull/45861

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


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

end of thread, other threads:[~2023-09-07  0:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01  4:18 [PR PATCH] scryer-prolog: update to 0.9.2 cinerea0
2023-09-01  4:46 ` triska
2023-09-01  4:57 ` classabbyamp
2023-09-01  4:58 ` classabbyamp
2023-09-07  0:47 ` [PR PATCH] [Merged]: " classabbyamp

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