From: Barbarossa93 <Barbarossa93@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] New package: python3-tasklib-2.4.3_1 Date: Wed, 12 Jan 2022 20:36:09 +0100 [thread overview] Message-ID: <20220112193609.VM5cu0VzwOPoI2R3jQIjLh_8ZQpsH6ZcqJc6XVr_gHo@z> (raw) In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35016@inbox.vuxu.org> [-- Attachment #1: Type: text/plain, Size: 1079 bytes --] There is an updated pull request by Barbarossa93 against master on the void-packages repository https://github.com/Barbarossa93/void-packages python3-tasklib https://github.com/void-linux/void-packages/pull/35016 New package: python3-tasklib-2.4.3_1 <!-- Uncomment relevant sections and delete options which are not applicable --> #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** <!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration) and test at least one native build and, if supported, at least one cross build. Ignore this section if this PR is not skipping CI. --> #### 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/35016.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-python3-tasklib-35016.patch --] [-- Type: text/x-diff, Size: 5280 bytes --] From c8e855d71d5284a86f711de9587177669fc4396d Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Wed, 12 Jan 2022 13:29:59 -0500 Subject: [PATCH 1/6] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/python3-tasklib/template diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template new file mode 100644 index 000000000000..ac662ef65f07 --- /dev/null +++ b/srcpkgs/python3-tasklib/template @@ -0,0 +1,14 @@ +# Template file for 'python3-tasklib' +pkgname=python3-tasklib +version=2.4.3 +revision=1 +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Library for interacting with taskwarrior databases (Python3)" +maintainer="Cullen Ross <cullenrss@gmail.com>" +license="BSD-3-Clause" +homepage="https://github.com/robgolding/tasklib" +distfiles="${PYPI_SITE}/t/tasklib/tasklib-${version}.tar.gz" +checksum=b523bc12893d26c8173a6b8d84b16259c9a9c5acaaf8932bc018117f907b3bc5 From d2d9bccf940dcf439341b41ab7bdc79cb6aac454 Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Wed, 12 Jan 2022 13:46:07 -0500 Subject: [PATCH 2/6] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template index ac662ef65f07..275c0abb3494 100644 --- a/srcpkgs/python3-tasklib/template +++ b/srcpkgs/python3-tasklib/template @@ -12,3 +12,7 @@ license="BSD-3-Clause" homepage="https://github.com/robgolding/tasklib" distfiles="${PYPI_SITE}/t/tasklib/tasklib-${version}.tar.gz" checksum=b523bc12893d26c8173a6b8d84b16259c9a9c5acaaf8932bc018117f907b3bc5 + +post_install() { + vlicense LICENSE +} From 531180c2f1b83fe3078b4cab7f337dc87546a590 Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Wed, 12 Jan 2022 13:59:29 -0500 Subject: [PATCH 3/6] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template index 275c0abb3494..709c9cb34738 100644 --- a/srcpkgs/python3-tasklib/template +++ b/srcpkgs/python3-tasklib/template @@ -5,7 +5,7 @@ revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3" +depends="python3 task" short_desc="Library for interacting with taskwarrior databases (Python3)" maintainer="Cullen Ross <cullenrss@gmail.com>" license="BSD-3-Clause" From fed865944a2b89ca108a2aa2d6673c4fac92aac2 Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Wed, 12 Jan 2022 14:01:33 -0500 Subject: [PATCH 4/6] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template index 709c9cb34738..fe3f3ef2efa3 100644 --- a/srcpkgs/python3-tasklib/template +++ b/srcpkgs/python3-tasklib/template @@ -4,7 +4,7 @@ version=2.4.3 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-wheel" depends="python3 task" short_desc="Library for interacting with taskwarrior databases (Python3)" maintainer="Cullen Ross <cullenrss@gmail.com>" From 91df3cd726b875b31d0873973310529fe6fa97cd Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Wed, 12 Jan 2022 14:06:04 -0500 Subject: [PATCH 5/6] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template index fe3f3ef2efa3..8992c316338b 100644 --- a/srcpkgs/python3-tasklib/template +++ b/srcpkgs/python3-tasklib/template @@ -4,7 +4,7 @@ version=2.4.3 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools python3-wheel" +hostmakedepends="python3-setuptools python3-wheel python3-pip" depends="python3 task" short_desc="Library for interacting with taskwarrior databases (Python3)" maintainer="Cullen Ross <cullenrss@gmail.com>" From bc8a4e01181d9dd6730fa2a38e1b50d961905b71 Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Wed, 12 Jan 2022 14:09:52 -0500 Subject: [PATCH 6/6] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template index 8992c316338b..3ad3ca161a14 100644 --- a/srcpkgs/python3-tasklib/template +++ b/srcpkgs/python3-tasklib/template @@ -4,7 +4,7 @@ version=2.4.3 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools python3-wheel python3-pip" +hostmakedepends="python3-setuptools python3-wheel python3-pip task" depends="python3 task" short_desc="Library for interacting with taskwarrior databases (Python3)" maintainer="Cullen Ross <cullenrss@gmail.com>"
next prev parent reply other threads:[~2022-01-12 19:36 UTC|newest] Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-12 18:37 [PR PATCH] " Barbarossa93 2022-01-12 18:41 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 18:46 ` Barbarossa93 2022-01-12 18:52 ` Barbarossa93 2022-01-12 18:59 ` Barbarossa93 2022-01-12 19:01 ` Barbarossa93 2022-01-12 19:06 ` Barbarossa93 2022-01-12 19:09 ` Barbarossa93 2022-01-12 19:13 ` Barbarossa93 2022-01-12 19:21 ` Barbarossa93 2022-01-12 19:33 ` Barbarossa93 2022-01-12 19:36 ` Barbarossa93 [this message] 2022-01-12 19:39 ` Barbarossa93 2022-01-12 19:40 ` Barbarossa93 2022-01-12 20:57 ` Barbarossa93 2022-01-12 21:06 ` [PR REVIEW] " paper42 2022-01-12 21:06 ` paper42 2022-01-12 21:09 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 21:10 ` [PR REVIEW] " Barbarossa93 2022-01-12 21:13 ` Barbarossa93 2022-01-12 21:14 ` Barbarossa93 2022-01-12 21:15 ` paper42 2022-01-12 21:19 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 21:19 ` Barbarossa93 2022-01-12 21:21 ` [PR REVIEW] " paper42 2022-01-12 21:25 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 21:28 ` [PR REVIEW] " paper42 2022-01-12 21:29 ` Barbarossa93 2022-01-12 21:29 ` Barbarossa93 2022-01-12 21:33 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 21:37 ` Barbarossa93 2022-01-12 21:38 ` [PR REVIEW] " ahesford 2022-01-12 21:42 ` ahesford 2022-01-12 21:42 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 21:44 ` Barbarossa93 2022-01-12 21:48 ` [PR REVIEW] " Barbarossa93 2022-01-12 21:48 ` Barbarossa93 2022-01-12 21:58 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-12 23:23 ` Barbarossa93 2022-01-12 23:26 ` [PR PATCH] [Updated] New packages: vit-2.1.0_1 and python3-tasklib-2.4.3_1 Barbarossa93 2022-01-12 23:31 ` Barbarossa93 2022-01-12 23:40 ` Barbarossa93 2022-01-13 0:50 ` Barbarossa93 2022-01-13 0:57 ` Barbarossa93 2022-01-13 18:09 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-13 19:30 ` Barbarossa93 2022-01-14 12:02 ` [PR REVIEW] " paper42 2022-01-14 12:02 ` paper42 2022-01-14 12:02 ` paper42 2022-01-14 13:13 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-14 13:14 ` [PR REVIEW] " Barbarossa93 2022-01-14 13:27 ` [PR PATCH] [Updated] " Barbarossa93 2022-01-14 15:10 ` [PR PATCH] [Merged]: New packages: vit-2.1.0 and python3-tasklib-2.4.3 paper42
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=20220112193609.VM5cu0VzwOPoI2R3jQIjLh_8ZQpsH6ZcqJc6XVr_gHo@z \ --to=barbarossa93@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] [Updated] New package: python3-tasklib-2.4.3_1' \ /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
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).