From: Barbarossa93 <Barbarossa93@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] New packages: vit-2.1.0_1 and python3-tasklib-2.4.3_1 Date: Fri, 14 Jan 2022 14:13:21 +0100 [thread overview] Message-ID: <20220114131321.pZwqaXGKbbxGQsO3vvnMuVfVtXjHHBwm5rw3t_4wPMo@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: 1096 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 packages: vit-2.1.0_1 and 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: 2363 bytes --] From 43c1f947b5bbf7541b023119f6e18e6d286c1270 Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Fri, 14 Jan 2022 08:12:31 -0500 Subject: [PATCH 1/2] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 19 +++++++++++++++++++ 1 file changed, 19 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..3787fdc764af --- /dev/null +++ b/srcpkgs/python3-tasklib/template @@ -0,0 +1,19 @@ +# 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="task python3-tzlocal python3-pytz" +checkdepends="$depends" +short_desc="Library for interacting with taskwarrior databases (Python3)" +maintainer="Cullen Ross <cullenrss@gmail.com>" +license="BSD-3-Clause" +homepage="https://github.com/GothenburgBitFactory/tasklib" +distfiles="${PYPI_SITE}/t/tasklib/tasklib-${version}.tar.gz" +checksum=b523bc12893d26c8173a6b8d84b16259c9a9c5acaaf8932bc018117f907b3bc5 + +post_install() { + vlicense LICENSE +} From 55868009c5fe4bb495f7ab68ec06f3af07976359 Mon Sep 17 00:00:00 2001 From: Cullen Ross <cullenrss@gmail.com> Date: Fri, 14 Jan 2022 08:13:04 -0500 Subject: [PATCH 2/2] New package: vit-2.1.0_1 --- srcpkgs/vit/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/vit/template diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template new file mode 100644 index 000000000000..173648d69b95 --- /dev/null +++ b/srcpkgs/vit/template @@ -0,0 +1,22 @@ +# Template file for 'vit' +pkgname=vit +version=2.1.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="task python3-pytz python3-urwid python3-tzlocal python3-tasklib" +checkdepends="python3-pytest $depends" +short_desc="Visual Interactive Taskwarrior full-screen terminal interface" +maintainer="Cullen Ross <cullenrss@gmail.com>" +license="MIT" +homepage="https://github.com/vit-project/vit" +distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz" +checksum=fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f + +do_check() { + TERM=linux python3 -m pytest +} + +post_install() { + vlicense LICENSE +}
next prev parent reply other threads:[~2022-01-14 13:13 UTC|newest] Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-12 18:37 [PR PATCH] New package: python3-tasklib-2.4.3_1 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 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 ` Barbarossa93 [this message] 2022-01-14 13:14 ` 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=20220114131321.pZwqaXGKbbxGQsO3vvnMuVfVtXjHHBwm5rw3t_4wPMo@z \ --to=barbarossa93@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] [Updated] New packages: vit-2.1.0_1 and 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).