Github messages for voidlinux
 help / color / mirror / Atom feed
From: Chocimier <Chocimier@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Remove python-subliminal, python-stevedore
Date: Wed, 02 Sep 2020 22:16:26 +0200	[thread overview]
Message-ID: <20200902201626.w99YS6ax4ydzBCB9d3Kbpadu5SU9BZ4F68bnoqs2mHA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24513@inbox.vuxu.org>

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

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

https://github.com/Chocimier/void-packages-org subliminal
https://github.com/void-linux/void-packages/pull/24513

Remove python-subliminal, python-stevedore
Subliminal depends on stevedore>=3 and dogpile.cache, that do not work anymore with py2.

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

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

From 0ec0204cce4638cbce140028b24b9a7ecce743bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 27 Aug 2020 19:13:55 +0200
Subject: [PATCH 1/2] python-stevedore: remove

---
 srcpkgs/python3-stevedore                     |  1 -
 .../template                                  | 22 +++++--------------
 2 files changed, 6 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-stevedore
 rename srcpkgs/{python-stevedore => python3-stevedore}/template (52%)

diff --git a/srcpkgs/python3-stevedore b/srcpkgs/python3-stevedore
deleted file mode 120000
index 8b75fb5ae1b..00000000000
--- a/srcpkgs/python3-stevedore
+++ /dev/null
@@ -1 +0,0 @@
-python-stevedore
\ No newline at end of file
diff --git a/srcpkgs/python-stevedore/template b/srcpkgs/python3-stevedore/template
similarity index 52%
rename from srcpkgs/python-stevedore/template
rename to srcpkgs/python3-stevedore/template
index 4f781304d3f..481dc073397 100644
--- a/srcpkgs/python-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,14 +1,14 @@
-# Template file for 'python-stevedore'
-pkgname=python-stevedore
+# Template file for 'python3-stevedore'
+pkgname=python3-stevedore
 version=1.30.1
 revision=2
 archs=noarch
 wrksrc="stevedore-${version}"
-build_style=python-module
+build_style=python3-module
 pycompile_module="stevedore"
-hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
-depends="python-six"
-short_desc="Manage dynamic plugins for Python2 applications"
+hostmakedepends="python3-setuptools python3-pbr"
+depends="python3-six"
+short_desc="Manage dynamic plugins for Python3 applications"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="Apache-2.0"
 homepage="https://git.openstack.org/cgit/openstack/stevedore"
@@ -19,13 +19,3 @@ pre_build() {
 	# remove dependency on pbr; it's not a runtime dependency
 	sed -i '/pbr/d' requirements.txt
 }
-
-python3-stevedore_package() {
-	archs=noarch
-	depends="python3-six"
-	pycompile_module="stevedore"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-	}
-}

From aed3b728f8268978027655c66c98d9ec2b025819 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 27 Aug 2020 19:37:18 +0200
Subject: [PATCH 2/2] python3-stevedore: update to 3.2.0.

---
 srcpkgs/python3-stevedore/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 481dc073397..2b23d77c09b 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
-version=1.30.1
-revision=2
+version=3.2.0
+revision=1
 archs=noarch
 wrksrc="stevedore-${version}"
 build_style=python3-module
-pycompile_module="stevedore"
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-six"
 short_desc="Manage dynamic plugins for Python3 applications"
@@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="Apache-2.0"
 homepage="https://git.openstack.org/cgit/openstack/stevedore"
 distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
-checksum=7be098ff53d87f23d798a7ce7ae5c31f094f3deb92ba18059b1aeb1ca9fec0a0
+checksum=38791aa5bed922b0a844513c5f9ed37774b68edc609e5ab8ab8d8fe0ce4315e5
 
 pre_build() {
 	# remove dependency on pbr; it's not a runtime dependency

  reply	other threads:[~2020-09-02 20:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27 17:54 [PR PATCH] " Chocimier
2020-09-02 20:16 ` Chocimier [this message]
2020-09-02 20:17 ` [PR PATCH] [Merged]: " Chocimier
2020-09-02 20:17 ` 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=20200902201626.w99YS6ax4ydzBCB9d3Kbpadu5SU9BZ4F68bnoqs2mHA@z \
    --to=chocimier@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).