Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-guessit: update to 3.1.1.
@ 2020-05-08 15:09 cpixl
  2020-05-08 18:45 ` Chocimier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: cpixl @ 2020-05-08 15:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/21754

python-guessit: update to 3.1.1.


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

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

From 8fadeb723e0393d7331ec5411f6f3599775a4ed2 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:09:13 -0300
Subject: [PATCH] python-guessit: update to 3.1.1.

---
 srcpkgs/python-guessit/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
index a962f14522f..95a3b0f0cdf 100644
--- a/srcpkgs/python-guessit/template
+++ b/srcpkgs/python-guessit/template
@@ -1,11 +1,10 @@
 # Template file for 'python-guessit'
 pkgname=python-guessit
-version=3.1.0
-revision=2
+version=3.1.1
+revision=1
 archs=noarch
 wrksrc="guessit-${version}"
 build_style=python-module
-pycompile_module="guessit"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-rebulk python-babelfish python-dateutil"
 short_desc="Library for guessing information from video filenames (Python2)"
@@ -13,12 +12,11 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="LGPL-3.0-only"
 homepage="https://guessit.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
+checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0
 alternatives="guessit:guessit:/usr/bin/guessit2"
 
 python3-guessit_package() {
 	archs=noarch
-	pycompile_module="guessit"
 	depends="python3 python3-rebulk python3-babelfish python3-dateutil"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="guessit:guessit:/usr/bin/guessit3"

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

* Re: python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
@ 2020-05-08 18:45 ` Chocimier
  2020-05-19  5:31 ` [PR PATCH] [Updated] " cpixl
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-05-08 18:45 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21754#issuecomment-625960882

Comment:
Please add checkdepends. Now tests fail because they use more-itertools from pip in version that do not work in py2.

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

* Re: [PR PATCH] [Updated] python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
  2020-05-08 18:45 ` Chocimier
@ 2020-05-19  5:31 ` cpixl
  2020-05-19  5:51 ` cpixl
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cpixl @ 2020-05-19  5:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/21754

python-guessit: update to 3.1.1.


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

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

From 9432a7451f0b714c49cf6bd0465bd188c7943acb Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:09:13 -0300
Subject: [PATCH] python-guessit: update to 3.1.1.

---
 srcpkgs/python-guessit/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
index a962f14522f..95a3b0f0cdf 100644
--- a/srcpkgs/python-guessit/template
+++ b/srcpkgs/python-guessit/template
@@ -1,11 +1,10 @@
 # Template file for 'python-guessit'
 pkgname=python-guessit
-version=3.1.0
-revision=2
+version=3.1.1
+revision=1
 archs=noarch
 wrksrc="guessit-${version}"
 build_style=python-module
-pycompile_module="guessit"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-rebulk python-babelfish python-dateutil"
 short_desc="Library for guessing information from video filenames (Python2)"
@@ -13,12 +12,11 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="LGPL-3.0-only"
 homepage="https://guessit.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
+checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0
 alternatives="guessit:guessit:/usr/bin/guessit2"
 
 python3-guessit_package() {
 	archs=noarch
-	pycompile_module="guessit"
 	depends="python3 python3-rebulk python3-babelfish python3-dateutil"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="guessit:guessit:/usr/bin/guessit3"

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

* Re: [PR PATCH] [Updated] python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
  2020-05-08 18:45 ` Chocimier
  2020-05-19  5:31 ` [PR PATCH] [Updated] " cpixl
@ 2020-05-19  5:51 ` cpixl
  2020-05-19  6:06 ` cpixl
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cpixl @ 2020-05-19  5:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/21754

python-guessit: update to 3.1.1.


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

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

From 831a9031dfd7b1807a119503756923bf2528edfd Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:09:13 -0300
Subject: [PATCH] python-guessit: update to 3.1.1.

---
 srcpkgs/python-guessit/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
index a962f14522f..95a3b0f0cdf 100644
--- a/srcpkgs/python-guessit/template
+++ b/srcpkgs/python-guessit/template
@@ -1,11 +1,10 @@
 # Template file for 'python-guessit'
 pkgname=python-guessit
-version=3.1.0
-revision=2
+version=3.1.1
+revision=1
 archs=noarch
 wrksrc="guessit-${version}"
 build_style=python-module
-pycompile_module="guessit"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-rebulk python-babelfish python-dateutil"
 short_desc="Library for guessing information from video filenames (Python2)"
@@ -13,12 +12,11 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="LGPL-3.0-only"
 homepage="https://guessit.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
+checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0
 alternatives="guessit:guessit:/usr/bin/guessit2"
 
 python3-guessit_package() {
 	archs=noarch
-	pycompile_module="guessit"
 	depends="python3 python3-rebulk python3-babelfish python3-dateutil"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="guessit:guessit:/usr/bin/guessit3"

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

* Re: python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (2 preceding siblings ...)
  2020-05-19  5:51 ` cpixl
@ 2020-05-19  6:06 ` cpixl
  2020-05-19 18:16 ` Chocimier
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cpixl @ 2020-05-19  6:06 UTC (permalink / raw)
  To: ml

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

New comment by cpixl on void-packages repository

https://github.com/void-linux/void-packages/pull/21754#issuecomment-630602460

Comment:
I can't see the `more-itertools` dependency on this package, and I couldn't reproduce this error as this package doesn't contain any tests... are you sure you referred to the right PR @Chocimier ?

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

* Re: python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (3 preceding siblings ...)
  2020-05-19  6:06 ` cpixl
@ 2020-05-19 18:16 ` Chocimier
  2020-09-05  4:11 ` [PR PATCH] [Updated] " cpixl
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-05-19 18:16 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21754#issuecomment-630993856

Comment:
python-module provides do_check phase.

> => python-guessit-3.1.1_1: running do_check ...
running pytest
...
Searching for more-itertools>=4.0.0
Reading https://pypi.org/simple/more-itertools/
Downloading https://files.pythonhosted.org/packages/16/e8/b371710ad458e56b6c74b82352fdf1625e75c03511c66a75314f1084f057/more-itertools-8.3.0.tar.gz#sha256=558bb897a2232f5e4f8e2399089e35aecb746e1f9191b6584a151647e89267be
Best match: more-itertools 8.3.0
...
  File "/tmp/easy_install-3PHeUQ/more-itertools-8.3.0/more_itertools/__init__.py", line 1, in <module>
  File "/tmp/easy_install-3PHeUQ/more-itertools-8.3.0/more_itertools/more.py", line 482
    yield from iterable
             ^
SyntaxError: invalid syntax
=> ERROR: python-guessit-3.1.1_1: do_check: 'python${pyver} setup.py ${make_check_target:-test} ${make_check_args}' exited with 1


```

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

* Re: [PR PATCH] [Updated] python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (4 preceding siblings ...)
  2020-05-19 18:16 ` Chocimier
@ 2020-09-05  4:11 ` cpixl
  2020-09-05  4:14 ` cpixl
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cpixl @ 2020-09-05  4:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/21754

python-guessit: update to 3.1.1.


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

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

From 0e42dce7fdcb9f84bde6de1dde9385abbb6e635c Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:09:13 -0300
Subject: [PATCH] python3-guessit: update to 3.1.1.

This commit also removes python-guessit that was only used by
python-subliminal, recently removed.
---
 srcpkgs/python-guessit/template  | 29 -----------------------------
 srcpkgs/python3-guessit          |  1 -
 srcpkgs/python3-guessit/template | 15 +++++++++++++++
 3 files changed, 15 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/python-guessit/template
 delete mode 120000 srcpkgs/python3-guessit
 create mode 100644 srcpkgs/python3-guessit/template

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
deleted file mode 100644
index a962f14522f..00000000000
--- a/srcpkgs/python-guessit/template
+++ /dev/null
@@ -1,29 +0,0 @@
-# Template file for 'python-guessit'
-pkgname=python-guessit
-version=3.1.0
-revision=2
-archs=noarch
-wrksrc="guessit-${version}"
-build_style=python-module
-pycompile_module="guessit"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python python-rebulk python-babelfish python-dateutil"
-short_desc="Library for guessing information from video filenames (Python2)"
-maintainer="Daniel Santana <daniel@santana.tech>"
-license="LGPL-3.0-only"
-homepage="https://guessit.readthedocs.io/en/latest/"
-distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
-alternatives="guessit:guessit:/usr/bin/guessit2"
-
-python3-guessit_package() {
-	archs=noarch
-	pycompile_module="guessit"
-	depends="python3 python3-rebulk python3-babelfish python3-dateutil"
-	short_desc="${short_desc/Python2/Python3}"
-	alternatives="guessit:guessit:/usr/bin/guessit3"
-	pkg_install() {
-		vmove usr/bin/guessit3
-		vmove usr/lib/python3*
-	}
-}
diff --git a/srcpkgs/python3-guessit b/srcpkgs/python3-guessit
deleted file mode 120000
index ff4d6773332..00000000000
--- a/srcpkgs/python3-guessit
+++ /dev/null
@@ -1 +0,0 @@
-python-guessit
\ No newline at end of file
diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
new file mode 100644
index 00000000000..6e1b70e6944
--- /dev/null
+++ b/srcpkgs/python3-guessit/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-guessit'
+pkgname=python3-guessit
+version=3.1.1
+revision=1
+archs=noarch
+wrksrc="guessit-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-rebulk python3-babelfish python3-dateutil"
+short_desc="Library for guessing information from video filenames (Python3)"
+maintainer="Daniel Santana <daniel@santana.tech>"
+license="LGPL-3.0-only"
+homepage="https://guessit.readthedocs.io/en/latest/"
+distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
+checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0

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

* Re: python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (5 preceding siblings ...)
  2020-09-05  4:11 ` [PR PATCH] [Updated] " cpixl
@ 2020-09-05  4:14 ` cpixl
  2020-09-14 18:52 ` [PR PATCH] [Updated] " Chocimier
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cpixl @ 2020-09-05  4:14 UTC (permalink / raw)
  To: ml

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

New comment by cpixl on void-packages repository

https://github.com/void-linux/void-packages/pull/21754#issuecomment-687545331

Comment:
I removed python-guessit as it was only a dependency of `python-subliminal` (now `subliminal` with only Python 3 support), so it should solve the test issues.

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

* Re: [PR PATCH] [Updated] python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (6 preceding siblings ...)
  2020-09-05  4:14 ` cpixl
@ 2020-09-14 18:52 ` Chocimier
  2020-09-14 18:54 ` [PR PATCH] [Merged]: " Chocimier
  2020-09-14 18:54 ` Chocimier
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-09-14 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/21754

python-guessit: update to 3.1.1.


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

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

From 1d498c7a6e60c6c77e4b86503bd473092b9c38b9 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Fri, 8 May 2020 12:09:13 -0300
Subject: [PATCH] python3-guessit: update to 3.1.1.

This commit also removes python-guessit that was only used by
python-subliminal, recently removed.
---
 srcpkgs/python-guessit/template  | 29 -----------------------------
 srcpkgs/python3-guessit          |  1 -
 srcpkgs/python3-guessit/template | 14 ++++++++++++++
 3 files changed, 14 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/python-guessit/template
 delete mode 120000 srcpkgs/python3-guessit
 create mode 100644 srcpkgs/python3-guessit/template

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
deleted file mode 100644
index a962f14522f..00000000000
--- a/srcpkgs/python-guessit/template
+++ /dev/null
@@ -1,29 +0,0 @@
-# Template file for 'python-guessit'
-pkgname=python-guessit
-version=3.1.0
-revision=2
-archs=noarch
-wrksrc="guessit-${version}"
-build_style=python-module
-pycompile_module="guessit"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python python-rebulk python-babelfish python-dateutil"
-short_desc="Library for guessing information from video filenames (Python2)"
-maintainer="Daniel Santana <daniel@santana.tech>"
-license="LGPL-3.0-only"
-homepage="https://guessit.readthedocs.io/en/latest/"
-distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
-alternatives="guessit:guessit:/usr/bin/guessit2"
-
-python3-guessit_package() {
-	archs=noarch
-	pycompile_module="guessit"
-	depends="python3 python3-rebulk python3-babelfish python3-dateutil"
-	short_desc="${short_desc/Python2/Python3}"
-	alternatives="guessit:guessit:/usr/bin/guessit3"
-	pkg_install() {
-		vmove usr/bin/guessit3
-		vmove usr/lib/python3*
-	}
-}
diff --git a/srcpkgs/python3-guessit b/srcpkgs/python3-guessit
deleted file mode 120000
index ff4d6773332..00000000000
--- a/srcpkgs/python3-guessit
+++ /dev/null
@@ -1 +0,0 @@
-python-guessit
\ No newline at end of file
diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
new file mode 100644
index 00000000000..ec5525b12d4
--- /dev/null
+++ b/srcpkgs/python3-guessit/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-guessit'
+pkgname=python3-guessit
+version=3.1.1
+revision=1
+wrksrc="guessit-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-rebulk python3-babelfish python3-dateutil"
+short_desc="Library for guessing information from video filenames (Python3)"
+maintainer="Daniel Santana <daniel@santana.tech>"
+license="LGPL-3.0-only"
+homepage="https://guessit.readthedocs.io/en/latest/"
+distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
+checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0

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

* Re: [PR PATCH] [Merged]: python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (7 preceding siblings ...)
  2020-09-14 18:52 ` [PR PATCH] [Updated] " Chocimier
@ 2020-09-14 18:54 ` Chocimier
  2020-09-14 18:54 ` Chocimier
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-09-14 18:54 UTC (permalink / raw)
  To: ml

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

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

python-guessit: update to 3.1.1.
https://github.com/void-linux/void-packages/pull/21754

Description:


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

* Re: python-guessit: update to 3.1.1.
  2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
                   ` (8 preceding siblings ...)
  2020-09-14 18:54 ` [PR PATCH] [Merged]: " Chocimier
@ 2020-09-14 18:54 ` Chocimier
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-09-14 18:54 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21754#issuecomment-692246976

Comment:
Merged with removed noarch, which is deprecated now.

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

end of thread, other threads:[~2020-09-14 18:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 15:09 [PR PATCH] python-guessit: update to 3.1.1 cpixl
2020-05-08 18:45 ` Chocimier
2020-05-19  5:31 ` [PR PATCH] [Updated] " cpixl
2020-05-19  5:51 ` cpixl
2020-05-19  6:06 ` cpixl
2020-05-19 18:16 ` Chocimier
2020-09-05  4:11 ` [PR PATCH] [Updated] " cpixl
2020-09-05  4:14 ` cpixl
2020-09-14 18:52 ` [PR PATCH] [Updated] " Chocimier
2020-09-14 18:54 ` [PR PATCH] [Merged]: " Chocimier
2020-09-14 18:54 ` Chocimier

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