Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oil: update to 0.8.4
@ 2020-11-16 15:32 ndowens
  2020-11-16 15:36 ` [PR PATCH] [Updated] " ndowens
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: ndowens @ 2020-11-16 15:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages oil-shell
https://github.com/void-linux/void-packages/pull/26432

oil: update to 0.8.4


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

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

From 6800a29460c715721eb88a2cd6a7f13b08d4d465 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 16 Nov 2020 09:31:48 -0600
Subject: [PATCH] oil: update to 0.8.4

---
 srcpkgs/oil/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 0e13b5d103f..e5b6f0fb424 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,10 +10,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb
-python_version=2 #unverified
+checksum=08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879
+python_version=2
 register_shell="/usr/bin/osh"
-nocross="oil is nocross"
 nostrip=yes
 
 build_options="readline"

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

* Re: [PR PATCH] [Updated] oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
@ 2020-11-16 15:36 ` ndowens
  2020-11-16 15:39 ` ndowens
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-16 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages oil-shell
https://github.com/void-linux/void-packages/pull/26432

oil: update to 0.8.4


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

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

From 42a66899a3d776eaaabcca64a3e9890f7f01b15f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 16 Nov 2020 09:31:48 -0600
Subject: [PATCH] oil: update to 0.8.4

---
 srcpkgs/oil/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 0e13b5d103f..40ea65f6610 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,19 +1,19 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
-makedepends="$(vopt_if readline readline-devel)"
+hostmakedepends="$(vopt_if readline readline-devel)"
+makedepends="$hostmakedepends"
 short_desc="Oil, a new unix shell"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb
-python_version=2 #unverified
+checksum=08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879
+python_version=2
 register_shell="/usr/bin/osh"
-nocross="oil is nocross"
 nostrip=yes
 
 build_options="readline"

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

* Re: [PR PATCH] [Updated] oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
  2020-11-16 15:36 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-16 15:39 ` ndowens
  2020-11-19  3:28 ` ericonr
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-16 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages oil-shell
https://github.com/void-linux/void-packages/pull/26432

oil: update to 0.8.4


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

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

From 913058fa200e747be684592382b6b597933a2714 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 16 Nov 2020 09:31:48 -0600
Subject: [PATCH] oil: update to 0.8.4

---
 srcpkgs/oil/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 0e13b5d103f..8463662a0ef 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,19 +1,20 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
-makedepends="$(vopt_if readline readline-devel)"
+hostmakedepends="$(vopt_if readline readline-devel)"
+makedepends="$hostmakedepends"
 short_desc="Oil, a new unix shell"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb
-python_version=2 #unverified
+checksum=08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879
+python_version=2
 register_shell="/usr/bin/osh"
-nocross="oil is nocross"
+nocross="Binaries doesn't build if cross built"
 nostrip=yes
 
 build_options="readline"

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

* Re: oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
  2020-11-16 15:36 ` [PR PATCH] [Updated] " ndowens
  2020-11-16 15:39 ` ndowens
@ 2020-11-19  3:28 ` ericonr
  2020-11-19 12:19 ` ndowens
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-19  3:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26432#issuecomment-730105621

Comment:
Can you make it use system python?

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

* Re: oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
                   ` (2 preceding siblings ...)
  2020-11-19  3:28 ` ericonr
@ 2020-11-19 12:19 ` ndowens
  2020-11-19 21:57 ` [PR PATCH] [Updated] " ndowens
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-19 12:19 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26432#issuecomment-730338476

Comment:
> Can you make it use system python?

I will attempt so later today

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

* Re: [PR PATCH] [Updated] oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
                   ` (3 preceding siblings ...)
  2020-11-19 12:19 ` ndowens
@ 2020-11-19 21:57 ` ndowens
  2020-11-19 21:57 ` ndowens
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-19 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages oil-shell
https://github.com/void-linux/void-packages/pull/26432

oil: update to 0.8.4


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

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

From dfad90db80e15743d9145734ab3964e7e659dc0f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 16 Nov 2020 09:31:48 -0600
Subject: [PATCH] oil: update to 0.8.4

Use system python instead of internal
---
 srcpkgs/oil/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 0e13b5d103f..b68eca52034 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,19 +1,20 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
-makedepends="$(vopt_if readline readline-devel)"
+hostmakedepends="$(vopt_if readline readline-devel) python"
+makedepends="$hostmakedepends"
 short_desc="Oil, a new unix shell"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb
-python_version=2 #unverified
+checksum=08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879
+python_version=2
 register_shell="/usr/bin/osh"
-nocross="oil is nocross"
+nocross="Binaries doesn't build if cross built"
 nostrip=yes
 
 build_options="readline"
@@ -22,6 +23,8 @@ build_options_default="readline"
 pre_build() {
 	# Remove the strip wrapper
 	rm -f "${XBPS_WRAPPERDIR}"/strip
+	# Use system python
+	vsed -i 's|$PREPARE_DIR/python|python|g' build/actions.sh
 }
 
 do_install() {

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

* Re: oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
                   ` (4 preceding siblings ...)
  2020-11-19 21:57 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-19 21:57 ` ndowens
  2020-11-19 21:58 ` ndowens
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-19 21:57 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26432#issuecomment-730338476

Comment:
> Can you make it use system python?

I will attempt so later today

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

* Re: oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
                   ` (5 preceding siblings ...)
  2020-11-19 21:57 ` ndowens
@ 2020-11-19 21:58 ` ndowens
  2020-11-20 23:50 ` [PR PATCH] [Updated] " ndowens
  2020-11-21 19:30 ` [PR PATCH] [Merged]: " the-maldridge
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-19 21:58 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26432#issuecomment-730662636

Comment:
> Can you make it use system python?

I've made it use python instead of $PREPARE_DIR/python


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

* Re: [PR PATCH] [Updated] oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
                   ` (6 preceding siblings ...)
  2020-11-19 21:58 ` ndowens
@ 2020-11-20 23:50 ` ndowens
  2020-11-21 19:30 ` [PR PATCH] [Merged]: " the-maldridge
  8 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-20 23:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages oil-shell
https://github.com/void-linux/void-packages/pull/26432

oil: update to 0.8.4


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

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

From cf229ea68c61a724e0d35bc0fa2a30acb5e3c3ec Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 16 Nov 2020 09:31:48 -0600
Subject: [PATCH] oil: update to 0.8.4

Use system python instead of internal
---
 srcpkgs/oil/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 0e13b5d103f..b68eca52034 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,19 +1,20 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
-makedepends="$(vopt_if readline readline-devel)"
+hostmakedepends="$(vopt_if readline readline-devel) python"
+makedepends="$hostmakedepends"
 short_desc="Oil, a new unix shell"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb
-python_version=2 #unverified
+checksum=08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879
+python_version=2
 register_shell="/usr/bin/osh"
-nocross="oil is nocross"
+nocross="Binaries doesn't build if cross built"
 nostrip=yes
 
 build_options="readline"
@@ -22,6 +23,8 @@ build_options_default="readline"
 pre_build() {
 	# Remove the strip wrapper
 	rm -f "${XBPS_WRAPPERDIR}"/strip
+	# Use system python
+	vsed -i 's|$PREPARE_DIR/python|python|g' build/actions.sh
 }
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: oil: update to 0.8.4
  2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
                   ` (7 preceding siblings ...)
  2020-11-20 23:50 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-21 19:30 ` the-maldridge
  8 siblings, 0 replies; 10+ messages in thread
From: the-maldridge @ 2020-11-21 19:30 UTC (permalink / raw)
  To: ml

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

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

oil: update to 0.8.4
https://github.com/void-linux/void-packages/pull/26432

Description:


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

end of thread, other threads:[~2020-11-21 19:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 15:32 [PR PATCH] oil: update to 0.8.4 ndowens
2020-11-16 15:36 ` [PR PATCH] [Updated] " ndowens
2020-11-16 15:39 ` ndowens
2020-11-19  3:28 ` ericonr
2020-11-19 12:19 ` ndowens
2020-11-19 21:57 ` [PR PATCH] [Updated] " ndowens
2020-11-19 21:57 ` ndowens
2020-11-19 21:58 ` ndowens
2020-11-20 23:50 ` [PR PATCH] [Updated] " ndowens
2020-11-21 19:30 ` [PR PATCH] [Merged]: " the-maldridge

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