Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dtrx: update to 8.0.1.
@ 2020-11-25  3:38 travankor
  2020-11-25  4:11 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: travankor @ 2020-11-25  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/26688

dtrx: update to 8.0.1.
closes #26586

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

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

From 4ca35589dcb1080ecde722619291c28d439171e5 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 24 Nov 2020 20:37:04 -0700
Subject: [PATCH] dtrx: update to 8.0.1.

closes #26586
---
 srcpkgs/dtrx/template | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index 6ccec18f5b2..84cf0ed2b38 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,14 +1,12 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=7.1
-revision=2
-archs=noarch
-build_style=python2-module
-hostmakedepends="python-setuptools"
-depends="python"
+version=8.0.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-wheel"
 short_desc="Tool that takes all the hassle out of extracting archives"
-maintainer="Logen K <logen@sudotask.com>"
-license="GPL-3"
-homepage="http://brettcsmith.org/2007/dtrx/"
-distfiles="http://brettcsmith.org/2007/dtrx/${pkgname}-${version}.tar.gz"
-checksum=1c9afe48e9d9d4a1caa4c9b0c50593c6fe427942716ce717d81bae7f8425ce97
+maintainer="travankor <travankor@tuta.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dtrx-py/dtrx/"
+distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
+checksum=4c37b16b741785d1db17c4561da647a52a182472f12758a39a9f03518b9dd17f

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

* Re: dtrx: update to 8.0.1.
  2020-11-25  3:38 [PR PATCH] dtrx: update to 8.0.1 travankor
@ 2020-11-25  4:11 ` ericonr
  2020-11-25  5:24 ` travankor
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-25  4:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26688#issuecomment-733451623

Comment:
Build errors on musl about missing Python headers, kinda weird.

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

* Re: dtrx: update to 8.0.1.
  2020-11-25  3:38 [PR PATCH] dtrx: update to 8.0.1 travankor
  2020-11-25  4:11 ` ericonr
@ 2020-11-25  5:24 ` travankor
  2020-11-25 13:38 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: travankor @ 2020-11-25  5:24 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/26688#issuecomment-733473579

Comment:
I successfully cross-build `x86_64-musl` locally and didn't run into that error.

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

* Re: dtrx: update to 8.0.1.
  2020-11-25  3:38 [PR PATCH] dtrx: update to 8.0.1 travankor
  2020-11-25  4:11 ` ericonr
  2020-11-25  5:24 ` travankor
@ 2020-11-25 13:38 ` ericonr
  2020-11-25 15:41 ` sgn
  2020-11-25 15:51 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-25 13:38 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26688#issuecomment-733711720

Comment:
Fails on native build, I just tried locally.

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

* Re: dtrx: update to 8.0.1.
  2020-11-25  3:38 [PR PATCH] dtrx: update to 8.0.1 travankor
                   ` (2 preceding siblings ...)
  2020-11-25 13:38 ` ericonr
@ 2020-11-25 15:41 ` sgn
  2020-11-25 15:51 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-11-25 15:41 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/26688#issuecomment-733783730

Comment:
On 2020-11-24 20:12:03-0800, Érico Nogueira Rolim <notifications@github.com> wrote:
> Build errors on musl about missing Python headers, kinda weird.

Nothing is weird!

If a template has pip and wheel in hostmakedepends, it's just plain wrong.


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

* Re: dtrx: update to 8.0.1.
  2020-11-25  3:38 [PR PATCH] dtrx: update to 8.0.1 travankor
                   ` (3 preceding siblings ...)
  2020-11-25 15:41 ` sgn
@ 2020-11-25 15:51 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-25 15:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26688#issuecomment-733790375

Comment:
> If a template has pip and wheel in hostmakedepends, it's just plain wrong.

Oops, hadn't noticed! I hunted for easy install messages, but didn't see any :D 

So yeah, it probably needs `python3-devel` 

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

end of thread, other threads:[~2020-11-25 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25  3:38 [PR PATCH] dtrx: update to 8.0.1 travankor
2020-11-25  4:11 ` ericonr
2020-11-25  5:24 ` travankor
2020-11-25 13:38 ` ericonr
2020-11-25 15:41 ` sgn
2020-11-25 15:51 ` ericonr

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