From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9EEC158030 for ; Wed, 1 Mar 2023 16:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F34E077A; Wed, 1 Mar 2023 16:17:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EE31E077A for ; Wed, 1 Mar 2023 16:17:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 307CA340928 for ; Wed, 1 Mar 2023 16:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52C44865 for ; Wed, 1 Mar 2023 16:17:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1677687339.6ec1485d2c6bfc7f04ed7fddae8e6b092137bec2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tasklib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tasklib/Manifest dev-python/tasklib/metadata.xml dev-python/tasklib/tasklib-2.5.1.ebuild X-VCS-Directories: dev-python/tasklib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6ec1485d2c6bfc7f04ed7fddae8e6b092137bec2 X-VCS-Branch: master Date: Wed, 1 Mar 2023 16:17:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 797a21b9-4508-41a7-84da-65eece79790c X-Archives-Hash: bc4fb06e481467ccf0e67f3a95c763e3 commit: 6ec1485d2c6bfc7f04ed7fddae8e6b092137bec2 Author: Matt Turner gentoo org> AuthorDate: Tue Feb 28 22:21:43 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 1 16:15:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec1485d dev-python/tasklib: Add new package, version 2.5.1 Bug: https://bugs.gentoo.org/881109 Signed-off-by: Matt Turner gentoo.org> dev-python/tasklib/Manifest | 1 + dev-python/tasklib/metadata.xml | 17 +++++++++++++++++ dev-python/tasklib/tasklib-2.5.1.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/tasklib/Manifest b/dev-python/tasklib/Manifest new file mode 100644 index 000000000000..58c909507410 --- /dev/null +++ b/dev-python/tasklib/Manifest @@ -0,0 +1 @@ +DIST tasklib-2.5.1.tar.gz 23805 BLAKE2B 354c2719bd73f992d1d7ed1d6d14ed25bab4eb417397f3c4d3e1fc9c000957634547c615b5a6a90d8defbc4eb35a70067e12a0ea181796c77fb3dbca18f032e6 SHA512 ab1a681558c22017d36da9bdcc8fd7367550d8b8375dd6967188647d21525bc0a6f0e7645c9bb6505087ab539a4173bf3988b6ad2449ba8bc37f062f38b12d78 diff --git a/dev-python/tasklib/metadata.xml b/dev-python/tasklib/metadata.xml new file mode 100644 index 000000000000..0630c0e02e8c --- /dev/null +++ b/dev-python/tasklib/metadata.xml @@ -0,0 +1,17 @@ + + + + + mattst88@gentoo.org + Matt Turner + + + python@gentoo.org + Python + + + + GothenburgBitFactory/tasklib + tasklib + + diff --git a/dev-python/tasklib/tasklib-2.5.1.ebuild b/dev-python/tasklib/tasklib-2.5.1.ebuild new file mode 100644 index 000000000000..405a37e4b487 --- /dev/null +++ b/dev-python/tasklib/tasklib-2.5.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python library for interacting with taskwarrior databases" +HOMEPAGE=" + https://github.com/GothenburgBitFactory/tasklib + https://pypi.org/project/tasklib/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=app-misc/task-2.4.0" + +distutils_enable_tests unittest