Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] khard: update to 0.18.0.
@ 2022-12-26 19:34 icp1994
  2022-12-26 19:44 ` [PR PATCH] [Updated] " icp1994
  2023-01-14  0:56 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2022-12-26 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages khard
https://github.com/void-linux/void-packages/pull/41304

khard: update to 0.18.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From c88d66c7b9111e02b755131e690f0a4feb660a37 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 23 Dec 2022 21:27:16 +0530
Subject: [PATCH] khard: update to 0.18.0.

---
 srcpkgs/khard/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 3f8ec969adf8..af9fff2ac440 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,21 +1,23 @@
 # Template file for 'khard'
 pkgname=khard
-version=0.17.0
-revision=5
+version=0.18.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-atomicwrites python3-configobj
+depends="python3-atomicwrites python3-configobj
  python3-vobject python3-Unidecode python3-ruamel.yaml"
 short_desc="Command-line addressbook built around CardDAV"
+checkdepends="${depends} python3-pytest"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
-homepage="https://github.com/scheibler/khard"
+homepage="https://khard.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/lucc/khard/develop/CHANGES"
 distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
-checksum=164e1aee9264735ec0473a74a38842e6272bbb814d949a66084c6a373bd95618
+checksum=fe88d4b47fdd948610ac573c01fa13d1b7996265cbc44391085761af9a030615
 
 post_install() {
 	vsconf doc/source/examples/khard.conf.example
 	vsconf khard/data/template.yaml
-	vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
-	vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
+	vcompletion misc/zsh/_khard zsh
+	vcompletion misc/zsh/_email-khard zsh email-khard
 }

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

* Re: [PR PATCH] [Updated] khard: update to 0.18.0.
  2022-12-26 19:34 [PR PATCH] khard: update to 0.18.0 icp1994
@ 2022-12-26 19:44 ` icp1994
  2023-01-14  0:56 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2022-12-26 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages khard
https://github.com/void-linux/void-packages/pull/41304

khard: update to 0.18.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 7a541e64b3f761e95c5a05ad8590ec3ef89cb657 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 23 Dec 2022 21:27:16 +0530
Subject: [PATCH] khard: update to 0.18.0.

---
 srcpkgs/khard/template | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 3f8ec969adf8..6dabbf668daa 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,21 +1,25 @@
 # Template file for 'khard'
 pkgname=khard
-version=0.17.0
-revision=5
+version=0.18.0
+revision=1
 build_style=python3-module
+# fails in CI
+make_check_args="--deselect test/test_command_line_interface.py::MiscCommands"
 hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-atomicwrites python3-configobj
+depends="python3-atomicwrites python3-configobj
  python3-vobject python3-Unidecode python3-ruamel.yaml"
+checkdepends="${depends} python3-pytest"
 short_desc="Command-line addressbook built around CardDAV"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
-homepage="https://github.com/scheibler/khard"
+homepage="https://khard.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/lucc/khard/develop/CHANGES"
 distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
-checksum=164e1aee9264735ec0473a74a38842e6272bbb814d949a66084c6a373bd95618
+checksum=fe88d4b47fdd948610ac573c01fa13d1b7996265cbc44391085761af9a030615
 
 post_install() {
 	vsconf doc/source/examples/khard.conf.example
 	vsconf khard/data/template.yaml
-	vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
-	vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
+	vcompletion misc/zsh/_khard zsh
+	vcompletion misc/zsh/_email-khard zsh email-khard
 }

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

* Re: [PR PATCH] [Merged]: khard: update to 0.18.0.
  2022-12-26 19:34 [PR PATCH] khard: update to 0.18.0 icp1994
  2022-12-26 19:44 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-14  0:56 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-01-14  0:56 UTC (permalink / raw)
  To: ml

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

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

khard: update to 0.18.0.
https://github.com/void-linux/void-packages/pull/41304

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-01-14  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 19:34 [PR PATCH] khard: update to 0.18.0 icp1994
2022-12-26 19:44 ` [PR PATCH] [Updated] " icp1994
2023-01-14  0:56 ` [PR PATCH] [Merged]: " classabbyamp

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