Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-subliminal: update to 2.1.0.
@ 2020-05-02 21:07 cpixl
  2020-05-02 21:35 ` [PR PATCH] [Updated] " cpixl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cpixl @ 2020-05-02 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-subliminal
https://github.com/void-linux/void-packages/pull/21567

python-subliminal: update to 2.1.0.


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

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

From 5e86c2092089716bc48fab4987bc171380105bcb Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 2 May 2020 18:07:03 -0300
Subject: [PATCH] python-subliminal: update to 2.1.0.

---
 srcpkgs/python-subliminal/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-subliminal/template b/srcpkgs/python-subliminal/template
index 216c11bb4c0..3c8b0194461 100644
--- a/srcpkgs/python-subliminal/template
+++ b/srcpkgs/python-subliminal/template
@@ -1,6 +1,6 @@
 # Template file for 'python-subliminal'
 pkgname=python-subliminal
-version=2.0.5
+version=2.1.0
 revision=2
 archs=noarch
 wrksrc="subliminal-${version}"
@@ -16,13 +16,9 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="MIT"
 homepage="http://subliminal.readthedocs.org"
 distfiles="${PYPI_SITE}/s/subliminal/subliminal-${version}.tar.gz"
-checksum=147aa54f54de62d6fcafa213bb9ea89319600c133dab1a5532ff7126352bfbb7
+checksum=c6439cc733a4f37f01f8c14c096d44fd28d75d1f6f6e2d1d1003b1b82c65628b
 alternatives="subliminal:subliminal:/usr/bin/subliminal2"
-
-post_extract() {
-	# Remove extraneous files, they are not used and they doen't work on python3
-	rm -r subliminal/subtitles
-}
+changelog="https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-subliminal: update to 2.1.0.
  2020-05-02 21:07 [PR PATCH] python-subliminal: update to 2.1.0 cpixl
@ 2020-05-02 21:35 ` cpixl
  2020-05-03  0:48 ` cpixl
  2020-05-03  9:55 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: cpixl @ 2020-05-02 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-subliminal
https://github.com/void-linux/void-packages/pull/21567

python-subliminal: update to 2.1.0.


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

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

From d65ffbaca99b0cdbb6afdc1c4fe6c81360ca202d Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 2 May 2020 18:07:03 -0300
Subject: [PATCH] python-subliminal: update to 2.1.0.

---
 srcpkgs/python-subliminal/template | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python-subliminal/template b/srcpkgs/python-subliminal/template
index 216c11bb4c0..87ead076711 100644
--- a/srcpkgs/python-subliminal/template
+++ b/srcpkgs/python-subliminal/template
@@ -1,11 +1,10 @@
 # Template file for 'python-subliminal'
 pkgname=python-subliminal
-version=2.0.5
+version=2.1.0
 revision=2
 archs=noarch
 wrksrc="subliminal-${version}"
 build_style=python-module
-pycompile_module="subliminal"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-guessit python-babelfish python-enzyme
  python-BeautifulSoup4 python-requests python-click python-dogpile.cache
@@ -16,13 +15,9 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="MIT"
 homepage="http://subliminal.readthedocs.org"
 distfiles="${PYPI_SITE}/s/subliminal/subliminal-${version}.tar.gz"
-checksum=147aa54f54de62d6fcafa213bb9ea89319600c133dab1a5532ff7126352bfbb7
+checksum=c6439cc733a4f37f01f8c14c096d44fd28d75d1f6f6e2d1d1003b1b82c65628b
 alternatives="subliminal:subliminal:/usr/bin/subliminal2"
-
-post_extract() {
-	# Remove extraneous files, they are not used and they doen't work on python3
-	rm -r subliminal/subtitles
-}
+changelog="https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst"
 
 post_install() {
 	vlicense LICENSE
@@ -30,7 +25,6 @@ post_install() {
 
 python3-subliminal_package() {
 	archs=noarch
-	pycompile_module="subliminal"
 	depends="python3 python3-guessit python3-babelfish python3-enzyme
 	 python3-BeautifulSoup4 python3-requests python3-click python3-dogpile.cache
 	 python3-stevedore python3-chardet python3-pysrt python3-six python3-appdirs

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

* Re: [PR PATCH] [Updated] python-subliminal: update to 2.1.0.
  2020-05-02 21:07 [PR PATCH] python-subliminal: update to 2.1.0 cpixl
  2020-05-02 21:35 ` [PR PATCH] [Updated] " cpixl
@ 2020-05-03  0:48 ` cpixl
  2020-05-03  9:55 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: cpixl @ 2020-05-03  0:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages python-subliminal
https://github.com/void-linux/void-packages/pull/21567

python-subliminal: update to 2.1.0.


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

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

From bda82a3ec57d0f17dc6d688d18c4ea93cb0559a6 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 2 May 2020 18:07:03 -0300
Subject: [PATCH] python-subliminal: update to 2.1.0.

---
 srcpkgs/python-subliminal/template | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python-subliminal/template b/srcpkgs/python-subliminal/template
index 216c11bb4c0..74dcf00ebdd 100644
--- a/srcpkgs/python-subliminal/template
+++ b/srcpkgs/python-subliminal/template
@@ -1,11 +1,10 @@
 # Template file for 'python-subliminal'
 pkgname=python-subliminal
-version=2.0.5
+version=2.1.0
 revision=2
 archs=noarch
 wrksrc="subliminal-${version}"
 build_style=python-module
-pycompile_module="subliminal"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-guessit python-babelfish python-enzyme
  python-BeautifulSoup4 python-requests python-click python-dogpile.cache
@@ -15,22 +14,17 @@ short_desc="Subtitles, faster than your thoughts (Python2)"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="MIT"
 homepage="http://subliminal.readthedocs.org"
+changelog="https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst"
 distfiles="${PYPI_SITE}/s/subliminal/subliminal-${version}.tar.gz"
-checksum=147aa54f54de62d6fcafa213bb9ea89319600c133dab1a5532ff7126352bfbb7
+checksum=c6439cc733a4f37f01f8c14c096d44fd28d75d1f6f6e2d1d1003b1b82c65628b
 alternatives="subliminal:subliminal:/usr/bin/subliminal2"
 
-post_extract() {
-	# Remove extraneous files, they are not used and they doen't work on python3
-	rm -r subliminal/subtitles
-}
-
 post_install() {
 	vlicense LICENSE
 }
 
 python3-subliminal_package() {
 	archs=noarch
-	pycompile_module="subliminal"
 	depends="python3 python3-guessit python3-babelfish python3-enzyme
 	 python3-BeautifulSoup4 python3-requests python3-click python3-dogpile.cache
 	 python3-stevedore python3-chardet python3-pysrt python3-six python3-appdirs

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

* Re: [PR PATCH] [Merged]: python-subliminal: update to 2.1.0.
  2020-05-02 21:07 [PR PATCH] python-subliminal: update to 2.1.0 cpixl
  2020-05-02 21:35 ` [PR PATCH] [Updated] " cpixl
  2020-05-03  0:48 ` cpixl
@ 2020-05-03  9:55 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-03  9:55 UTC (permalink / raw)
  To: ml

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

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

python-subliminal: update to 2.1.0.
https://github.com/void-linux/void-packages/pull/21567

Description:


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

end of thread, other threads:[~2020-05-03  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 21:07 [PR PATCH] python-subliminal: update to 2.1.0 cpixl
2020-05-02 21:35 ` [PR PATCH] [Updated] " cpixl
2020-05-03  0:48 ` cpixl
2020-05-03  9:55 ` [PR PATCH] [Merged]: " Hoshpak

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