Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kalker-1.0.1
@ 2021-12-28  8:11 jake-87
  2021-12-28  8:20 ` [PR PATCH] [Updated] " jake-87
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jake-87 @ 2021-12-28  8:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jake-87/void-packages master
https://github.com/void-linux/void-packages/pull/34727

New package: kalker-1.0.1
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


- I built this PR locally for my native architecture, (x86_64 - GLIBC 2.32)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

- This package does not crossbuild due to use of gmp-mpfr-sys, which is architecture specific. I do not know if it builds on other architectures.


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

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

From 15ac5cf177b481dd5084592baafcc6e986cc2d25 Mon Sep 17 00:00:00 2001
From: jake-87 <jakehfreebsd@gmail.com>
Date: Tue, 28 Dec 2021 18:49:58 +1100
Subject: [PATCH] New package: kalker-1.0.1

---
 srcpkgs/kalker/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/kalker/template

diff --git a/srcpkgs/kalker/template b/srcpkgs/kalker/template
new file mode 100644
index 000000000000..853ac7629f39
--- /dev/null
+++ b/srcpkgs/kalker/template
@@ -0,0 +1,30 @@
+# Template file for 'kalker'
+pkgname=kalker
+version=1.0.1
+revision=1
+build_style="cargo"
+make_install_args="--path cli"
+hostmakedepends="rust cargo gcc m4 diffutils make"
+short_desc="Kalker is a calculator with functions, derivation, and integration"
+maintainer="jake-87 <jakehfreebsd@gmail.com>"
+license="MIT"
+homepage="https://github.com/PaddiM8/kalker"
+distfiles="https://github.com/PaddiM8/kalker/archive/v${version}.tar.gz"
+checksum=952f4ed80a60a1d8fc6391d7bc431135b8243027bd17b7cada2f80cd96c6e549
+
+# Needed because default adds "--path ." to ${make_install_args}
+# whereas we need "--path cli"
+
+do_install() {
+	: ${make_cmd:=cargo}
+	echo ${configure_args}
+	${make_cmd} install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+		--locked ${configure_args} ${make_install_args}
+
+	rm -f "${DESTDIR}"/usr/.crates.toml
+	rm -f "${DESTDIR}"/usr/.crates2.json
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
@ 2021-12-28  8:20 ` jake-87
  2021-12-28 10:39 ` jake-87
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2021-12-28  8:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jake-87/void-packages master
https://github.com/void-linux/void-packages/pull/34727

New package: kalker-1.0.1
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


- I built this PR locally for my native architecture, (x86_64 - GLIBC 2.32)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

- This package does not crossbuild due to use of gmp-mpfr-sys, which is architecture specific. I do not know if it builds on other architectures.


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

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

From 15ac5cf177b481dd5084592baafcc6e986cc2d25 Mon Sep 17 00:00:00 2001
From: jake-87 <jakehfreebsd@gmail.com>
Date: Tue, 28 Dec 2021 18:49:58 +1100
Subject: [PATCH 1/2] New package: kalker-1.0.1

---
 srcpkgs/kalker/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/kalker/template

diff --git a/srcpkgs/kalker/template b/srcpkgs/kalker/template
new file mode 100644
index 000000000000..853ac7629f39
--- /dev/null
+++ b/srcpkgs/kalker/template
@@ -0,0 +1,30 @@
+# Template file for 'kalker'
+pkgname=kalker
+version=1.0.1
+revision=1
+build_style="cargo"
+make_install_args="--path cli"
+hostmakedepends="rust cargo gcc m4 diffutils make"
+short_desc="Kalker is a calculator with functions, derivation, and integration"
+maintainer="jake-87 <jakehfreebsd@gmail.com>"
+license="MIT"
+homepage="https://github.com/PaddiM8/kalker"
+distfiles="https://github.com/PaddiM8/kalker/archive/v${version}.tar.gz"
+checksum=952f4ed80a60a1d8fc6391d7bc431135b8243027bd17b7cada2f80cd96c6e549
+
+# Needed because default adds "--path ." to ${make_install_args}
+# whereas we need "--path cli"
+
+do_install() {
+	: ${make_cmd:=cargo}
+	echo ${configure_args}
+	${make_cmd} install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+		--locked ${configure_args} ${make_install_args}
+
+	rm -f "${DESTDIR}"/usr/.crates.toml
+	rm -f "${DESTDIR}"/usr/.crates2.json
+}
+
+post_install() {
+	vlicense LICENSE
+}

From ad663b14e2288a01da2aa78044711a57332c1bdd Mon Sep 17 00:00:00 2001
From: J87 <68929154+jake-87@users.noreply.github.com>
Date: Tue, 28 Dec 2021 19:20:22 +1100
Subject: [PATCH 2/2] Remove debug line

---
 srcpkgs/kalker/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/kalker/template b/srcpkgs/kalker/template
index 853ac7629f39..68d5b6f1a31c 100644
--- a/srcpkgs/kalker/template
+++ b/srcpkgs/kalker/template
@@ -17,7 +17,6 @@ checksum=952f4ed80a60a1d8fc6391d7bc431135b8243027bd17b7cada2f80cd96c6e549
 
 do_install() {
 	: ${make_cmd:=cargo}
-	echo ${configure_args}
 	${make_cmd} install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
 		--locked ${configure_args} ${make_install_args}
 

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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
  2021-12-28  8:20 ` [PR PATCH] [Updated] " jake-87
@ 2021-12-28 10:39 ` jake-87
  2021-12-28 11:24 ` jake-87
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2021-12-28 10:39 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1002003880

Comment:
I am unsure why xlint is failing; it passes fine on my machine.

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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
  2021-12-28  8:20 ` [PR PATCH] [Updated] " jake-87
  2021-12-28 10:39 ` jake-87
@ 2021-12-28 11:24 ` jake-87
  2022-01-02  1:49 ` jake-87
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2021-12-28 11:24 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1002035861

Comment:
Additionally, the current version is a patch out of date; this is due to kalker not properly following the semver standard, and xbps-src enforcing it, so I cannot use the correct up to date version of "1.0.1-2".

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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
                   ` (2 preceding siblings ...)
  2021-12-28 11:24 ` jake-87
@ 2022-01-02  1:49 ` jake-87
  2022-01-02  1:53 ` jake-87
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2022-01-02  1:49 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1002035861

Comment:
Additionally, the current version is a patch out of date; this is due to kalker not properly following the semver standard, and xbps-src enforcing it, so I cannot use the correct up to date version of "1.0.1-2".

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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
                   ` (3 preceding siblings ...)
  2022-01-02  1:49 ` jake-87
@ 2022-01-02  1:53 ` jake-87
  2022-01-02  1:53 ` jake-87
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2022-01-02  1:53 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1002003880

Comment:
I am unsure why xlint is failing; it passes fine on my machine.
`[master][~/documents/git-clones/void-packages]$ xlint kalker
[master][~/documents/git-clones/void-packages]$`

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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
                   ` (4 preceding siblings ...)
  2022-01-02  1:53 ` jake-87
@ 2022-01-02  1:53 ` jake-87
  2022-01-02  1:53 ` jake-87
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2022-01-02  1:53 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1002003880

Comment:
I am unsure why xlint is failing; it passes fine on my machine.
```[master][~/documents/git-clones/void-packages]$ xlint kalker
[master][~/documents/git-clones/void-packages]$```

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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
                   ` (5 preceding siblings ...)
  2022-01-02  1:53 ` jake-87
@ 2022-01-02  1:53 ` jake-87
  2022-01-06  3:26 ` [PR PATCH] [Closed]: " jake-87
  2022-01-06  3:27 ` jake-87
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2022-01-02  1:53 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1002003880

Comment:
I am unsure why xlint is failing; it passes fine on my machine.
`[master][~/documents/git-clones/void-packages]$ xlint kalker`
`[master][~/documents/git-clones/void-packages]$`

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

* Re: [PR PATCH] [Closed]: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
                   ` (6 preceding siblings ...)
  2022-01-02  1:53 ` jake-87
@ 2022-01-06  3:26 ` jake-87
  2022-01-06  3:27 ` jake-87
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2022-01-06  3:26 UTC (permalink / raw)
  To: ml

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

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

New package: kalker-1.0.1
https://github.com/void-linux/void-packages/pull/34727

Description:
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


- I built this PR locally for my native architecture, (x86_64 - GLIBC 2.32)

- This package does not crossbuild due to use of gmp-mpfr-sys, which is architecture specific. I am unable to test if it builds on other architectures.


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

* Re: New package: kalker-1.0.1
  2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
                   ` (7 preceding siblings ...)
  2022-01-06  3:26 ` [PR PATCH] [Closed]: " jake-87
@ 2022-01-06  3:27 ` jake-87
  8 siblings, 0 replies; 10+ messages in thread
From: jake-87 @ 2022-01-06  3:27 UTC (permalink / raw)
  To: ml

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

New comment by jake-87 on void-packages repository

https://github.com/void-linux/void-packages/pull/34727#issuecomment-1006256235

Comment:
closed due to new version being available, and tests failing for unknown reasons

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

end of thread, other threads:[~2022-01-06  3:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28  8:11 [PR PATCH] New package: kalker-1.0.1 jake-87
2021-12-28  8:20 ` [PR PATCH] [Updated] " jake-87
2021-12-28 10:39 ` jake-87
2021-12-28 11:24 ` jake-87
2022-01-02  1:49 ` jake-87
2022-01-02  1:53 ` jake-87
2022-01-02  1:53 ` jake-87
2022-01-02  1:53 ` jake-87
2022-01-06  3:26 ` [PR PATCH] [Closed]: " jake-87
2022-01-06  3:27 ` jake-87

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