Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Komikku + python3-keyring update
Date: Tue, 08 Jun 2021 15:16:15 +0200	[thread overview]
Message-ID: <20210608131615.rmJ4ZH5MwoZldmDs8W0OouNwOnMCw55qHRCQhiwEbT4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30987@inbox.vuxu.org>

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

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

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/30987

Komikku + python3-keyring update
<!-- Mark items with [x] where applicable -->
#### Komikku:
 This version needs `python3-keyring` >= 21.6.0

#### python3-keyring:
update dependencies

#### python3-importlib_metadata:
This package was dropped earlier as its functionality was added into Python 3.8 standard library.
However, this package contains features that are not (yet) part of Python's standard library.
Those features are needed by `python3-keyring` package. So, re-introduce this package.

See: jaraco/keyring#499 (comment)

#### python3-zipp:
re-introduce since `python3-importlib_metadata` needs it.



#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

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

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

From 11227b8ff59eeeab0a8e1b9a2eea35d86e5a8b10 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 May 2021 13:57:15 +0530
Subject: [PATCH 1/4] New package: python3-zipp-3.4.1

re-introduce since python3-importlib_metadata needs it.
---
 srcpkgs/python3-zipp/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-zipp/template

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
new file mode 100644
index 000000000000..06e5ce2ecf98
--- /dev/null
+++ b/srcpkgs/python3-zipp/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-zipp'
+pkgname=python3-zipp
+version=3.4.1
+revision=1
+wrksrc="zipp-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm python3-toml"
+checkdepends="python3-jaraco"
+short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/jaraco/zipp"
+changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
+checksum=3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76
+# Needs unpackaged "jaraco.itertools"
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

From 30e7e9fb2566e748926a319a662636cdea93a406 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 May 2021 13:57:26 +0530
Subject: [PATCH 2/4] New package: python3-importlib_metadata-4.0.1

This package was dropped earlier as its functionality was
added into Python 3.8 standard library.
However, this package contains features that are not (yet) part
of Python's standard library. Those features are needed by
python3-keyring package. So, re-introduce this package.

See: https://github.com/jaraco/keyring/issues/499#issuecomment-798973597
---
 srcpkgs/python3-importlib_metadata/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-importlib_metadata/template

diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
new file mode 100644
index 000000000000..51fed1d1bcf5
--- /dev/null
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-importlib_metadata'
+pkgname=python3-importlib_metadata
+version=4.0.1
+revision=1
+wrksrc="importlib_metadata-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm python3-toml"
+depends="python3-zipp"
+short_desc="Read metadata from Python packages (Python 3)"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/python/importlib_metadata"
+distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
+checksum=8c501196e49fb9df5df43833bdb1e4328f64847763ec8a50703148b73784d581
+# Needs unpackaged "pyfakefs"
+make_check=no

From 34b28fb2f43ed4339ab1dc4765f1cc208f20f359 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 May 2021 13:57:30 +0530
Subject: [PATCH 3/4] python3-keyring: update to 23.0.1.

- update dependencies
---
 srcpkgs/python3-keyring/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 89783fc3036a..4038c5907f3c 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
-version=21.2.1
-revision=3
+version=23.0.1
+revision=1
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm python3-toml"
-depends="python3-setuptools python3-SecretStorage python3-entrypoints"
+depends="python3-SecretStorage python3-importlib_metadata"
+checkdepends="python3-importlib_metadata python3-pytest
+ python3-pytest-flake8 python3-pytest-cov"
 short_desc="Python interface to the system keyring service"
 maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
 license="MIT"
 homepage="https://github.com/jaraco/keyring"
 changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
-checksum=c53e0e5ccde3ad34284a40ce7976b5b3a3d6de70344c3f8ee44364cc340976ec
+checksum=045703609dd3fccfcdb27da201684278823b72af515aedec1a8515719a038cb8
 
 post_install() {
 	vlicense LICENSE

From a2e201edee26e935eadf668432c6d3603b9210d0 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Wed, 19 May 2021 13:57:36 +0530
Subject: [PATCH 4/4] Komikku: update to 0.29.1.

This version needs python3-keyring >= 21.6.0
---
 srcpkgs/Komikku/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 44cbbdf30b5b..a1bc9201f146 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.27.0
+version=0.29.1
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -15,4 +15,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=d4ecd12d7fc3a6a3e5fde3ed03608ff48045c2e7425b66ef0fadf04941643da2
+checksum=a811d31dde0e6bd7d3cfb8167edd2fbc9d3237ca69d1e9e21345c52706b9620a

  reply	other threads:[~2021-06-08 13:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  9:09 [PR PATCH] " not-chicken
2021-06-08 13:16 ` not-chicken [this message]
2021-06-12 20:45 ` ericonr
2021-06-13  1:39 ` [PR PATCH] [Updated] " not-chicken
2021-06-13  1:42 ` not-chicken
2021-06-15 14:47 ` [PR PATCH] [Closed]: " ericonr

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=20210608131615.rmJ4ZH5MwoZldmDs8W0OouNwOnMCw55qHRCQhiwEbT4@z \
    --to=not-chicken@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).