Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pyelftools: don't provides readelf alternatives
@ 2020-10-03  3:36 sgn
  2020-10-03  3:41 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2020-10-03  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages pyelftools-no-readelf
https://github.com/void-linux/void-packages/pull/25307

python3-pyelftools: don't provides readelf alternatives
`/usr/bin/readelf` is provided by binutils.
This alternatives were incorrect from very begining.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pyelftools-no-readelf-25307.patch --]
[-- Type: text/x-diff, Size: 1332 bytes --]

From 16403680baba0d954dfc7c93bfc58444beac449f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 3 Oct 2020 10:26:27 +0700
Subject: [PATCH] python3-pyelftools: don't provides readelf alternatives

`/usr/bin/readelf` is provided by binutils.
This alternatives were incorrect from very begining.
---
 srcpkgs/python3-pyelftools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index dbd62331b0c..cf3013215fc 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=4
+revision=5
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="Public Domain"
 homepage="https://github.com/eliben/pyelftools"
 distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
 checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
-alternatives="pyelftools:readelf:/usr/bin/readelf.py3"
+alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
 
 post_install() {
 	mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3

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

* Re: [PR PATCH] [Merged]: python3-pyelftools: don't provides readelf alternatives
  2020-10-03  3:36 [PR PATCH] python3-pyelftools: don't provides readelf alternatives sgn
@ 2020-10-03  3:41 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-10-03  3:41 UTC (permalink / raw)
  To: ml

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

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

python3-pyelftools: don't provides readelf alternatives
https://github.com/void-linux/void-packages/pull/25307

Description:
`/usr/bin/readelf` is provided by binutils.
This alternatives were incorrect from very begining.

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

end of thread, other threads:[~2020-10-03  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  3:36 [PR PATCH] python3-pyelftools: don't provides readelf alternatives sgn
2020-10-03  3:41 ` [PR PATCH] [Merged]: " sgn

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