Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku + python3-keyring update
@ 2021-05-19  9:09 not-chicken
  2021-06-08 13:16 ` [PR PATCH] [Updated] " not-chicken
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: not-chicken @ 2021-05-19  9:09 UTC (permalink / raw)
  To: ml

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

There is a new 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 51ca10db1b8742394ed4431697c51d55453e73a0 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 9c0fa75f256cfd9910bb107116fc50ff45cb5566 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 df70f3490f5484afda3485078cd6aa768f3380cf 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 0a8961a168e46fbb0f0ab9c6a7df7ca235758a80 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.28.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..2e30435cb895 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.28.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=03d0d438257d12ce770e237b77ddc8a7f68c91cd08ad4a6f690910f3ec563b1e

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

end of thread, other threads:[~2021-06-15 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19  9:09 [PR PATCH] Komikku + python3-keyring update not-chicken
2021-06-08 13:16 ` [PR PATCH] [Updated] " not-chicken
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

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