Github messages for voidlinux
 help / color / mirror / Atom feed
From: cpixl <cpixl@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python-guessit: update to 3.1.1.
Date: Sat, 05 Sep 2020 06:11:50 +0200	[thread overview]
Message-ID: <20200905041150.SI1yda5PLnEa2RUN20cE5bg6HGqFNWQkG3hZLoPJ88w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21754@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2020-09-05  4:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 15:09 [PR PATCH] " 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 ` cpixl [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200905041150.SI1yda5PLnEa2RUN20cE5bg6HGqFNWQkG3hZLoPJ88w@z \
    --to=cpixl@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).