Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] File conflict between cmark and python3-commonmark
@ 2021-11-10 11:20 travankor
  2021-11-11  1:50 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: travankor @ 2021-11-10 11:20 UTC (permalink / raw)
  To: ml

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

New issue by travankor on void-packages repository

https://github.com/void-linux/void-packages/issues/34007

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:
  Void 5.10.73_1 x86_64 GenuineIntel uptodate hold rrrmDDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
* package:
  `cmark-0.30.2_1` and `python3-commonmark-0.9.1_2`

### Expected behavior
No file conflicts

### Actual behavior
File conflicts

```
xbps-query -Rf cmark
/usr/bin/cmark
...
xbps-quer -Rf python3-commonmark
/usr/bin/cmark
...
```

### Steps to reproduce the behavior
```
xbps-query -Rf cmark
xbps-quer -Rf python3-commonmark
```


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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
@ 2021-11-11  1:50 ` ericonr
  2021-11-11  1:51 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-11-11  1:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-965918845

Comment:
Thoughts on preference? Are the command line flags similar?

I can see a case for alternatives or just renaming the script from the python package.

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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
  2021-11-11  1:50 ` ericonr
@ 2021-11-11  1:51 ` ericonr
  2021-12-15  2:01 ` bobertlo
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-11-11  1:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-965919264

Comment:
(assuming python3-commonmark is depended on by other packages, having it conflict would be far from ideal)

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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
  2021-11-11  1:50 ` ericonr
  2021-11-11  1:51 ` ericonr
@ 2021-12-15  2:01 ` bobertlo
  2021-12-15  2:59 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bobertlo @ 2021-12-15  2:01 UTC (permalink / raw)
  To: ml

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

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-994218317

Comment:
arch just renamed the python3-commonmark binary to `/usr/bin/py3-cmark` fwiw. I really think between the two noone is installing python3-commonmark to use that `cmark` cli.

If the commands were separate from the libraries I doubt this conflict would come up often, but with both packages providing libraries it's not a great situation.

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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
                   ` (2 preceding siblings ...)
  2021-12-15  2:01 ` bobertlo
@ 2021-12-15  2:59 ` ericonr
  2021-12-15  2:59 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-12-15  2:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-994244383

Comment:
I think we usually spell out "python3-" in these executable names, but if other distros uses py3 it might help to go with the flow. I will check them out.

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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
                   ` (3 preceding siblings ...)
  2021-12-15  2:59 ` ericonr
@ 2021-12-15  2:59 ` ericonr
  2021-12-15  3:04 ` bobertlo
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-12-15  2:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-994244383

Comment:
I think we usually spell out "python3-" in these executable names, but if other distros use py3 it might help to go with the flow. I will check them out.

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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
                   ` (4 preceding siblings ...)
  2021-12-15  2:59 ` ericonr
@ 2021-12-15  3:04 ` bobertlo
  2022-07-06  2:13 ` github-actions
  2022-07-21  2:14 ` [ISSUE] [CLOSED] " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: bobertlo @ 2021-12-15  3:04 UTC (permalink / raw)
  To: ml

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

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-994246680

Comment:
Yeah, that was just an example I was also thinking python3 might be more appropriate.

I noticed alpine and fedora both appear to have this conflict. I really don't think anyone will have an issue about the filename, but I could see someone installing both of these packages.

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

* Re: File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
                   ` (5 preceding siblings ...)
  2021-12-15  3:04 ` bobertlo
@ 2022-07-06  2:13 ` github-actions
  2022-07-21  2:14 ` [ISSUE] [CLOSED] " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-07-06  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/34007#issuecomment-1175700467

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] File conflict between cmark and python3-commonmark
  2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
                   ` (6 preceding siblings ...)
  2022-07-06  2:13 ` github-actions
@ 2022-07-21  2:14 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-07-21  2:14 UTC (permalink / raw)
  To: ml

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

Closed issue by travankor on void-packages repository

https://github.com/void-linux/void-packages/issues/34007

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:
  Void 5.10.73_1 x86_64 GenuineIntel uptodate hold rrrmDDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
* package:
  `cmark-0.30.2_1` and `python3-commonmark-0.9.1_2`

### Expected behavior
No file conflicts

### Actual behavior
File conflicts

```
xbps-query -Rf cmark
/usr/bin/cmark
...
xbps-query -Rf python3-commonmark
/usr/bin/cmark
...
```

### Steps to reproduce the behavior
```
xbps-query -Rf cmark
xbps-query -Rf python3-commonmark
```


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

end of thread, other threads:[~2022-07-21  2:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 11:20 [ISSUE] File conflict between cmark and python3-commonmark travankor
2021-11-11  1:50 ` ericonr
2021-11-11  1:51 ` ericonr
2021-12-15  2:01 ` bobertlo
2021-12-15  2:59 ` ericonr
2021-12-15  2:59 ` ericonr
2021-12-15  3:04 ` bobertlo
2022-07-06  2:13 ` github-actions
2022-07-21  2:14 ` [ISSUE] [CLOSED] " github-actions

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