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 51AF815803E for ; Mon, 1 Jan 2024 03:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC922BC048; Mon, 1 Jan 2024 03:56:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0610B2BC046 for ; Mon, 1 Jan 2024 03:56:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4919433FE60 for ; Mon, 1 Jan 2024 03:56:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A4C14C5 for ; Mon, 1 Jan 2024 03:56:45 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704074458.d20f5d54dd61b3e201a86dd11a1f88d54555be9a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/zenlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/zenlib/Manifest dev-python/zenlib/zenlib-1.4.0.ebuild X-VCS-Directories: dev-python/zenlib/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d20f5d54dd61b3e201a86dd11a1f88d54555be9a X-VCS-Branch: master Date: Mon, 1 Jan 2024 03:56:45 +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: 5f6e06e9-c5d2-4162-a09b-8d288417e6a9 X-Archives-Hash: b8072af692f9b79f53fdb71d5f808eaa commit: d20f5d54dd61b3e201a86dd11a1f88d54555be9a Author: Zen pyl onl> AuthorDate: Mon Jan 1 02:00:58 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Jan 1 02:00:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d20f5d54 dev-python/zenlib: Add 1.4.0 Signed-off-by: Zen pyl.onl> dev-python/zenlib/Manifest | 1 + dev-python/zenlib/zenlib-1.4.0.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-python/zenlib/Manifest b/dev-python/zenlib/Manifest index 1df6288515..af0bc34002 100644 --- a/dev-python/zenlib/Manifest +++ b/dev-python/zenlib/Manifest @@ -1,2 +1,3 @@ DIST zenlib-1.2.0.tar.gz 12766 BLAKE2B 9366beb9496d136cbf0efc9fd97c6d430b442eae4ede87d85c32e1bee9a17315cab04e0b8f97ad8b8e2b599d2965dc2cd3c57ebe4830ba9abe53adc13825f634 SHA512 e5630a0869cdcbd909ea829f5876057ad1787ae1b63f80f9b1db7deeb80799eef9deac56027291dac55efd1e974b82a737b236189a1d7a8657a215bb866bca91 DIST zenlib-1.3.1.tar.gz 13470 BLAKE2B 03bd8dce7a46641e60646173607ea6cd574fed58cbfa5d81c4c7f1deabf863a3acd12bdfd3b59fd5fc853762d7320d57613e40d72407216cc3ae1d82f7744789 SHA512 50a6ac2cb26fd74b6e92e3691463ec707259fe27e37af2f2c68a9a1e0c247b789cdf17d5b1f882e02dbca5f0653a4137caab39f3f0380d0b5391efaf41f1312d +DIST zenlib-1.4.0.tar.gz 14315 BLAKE2B 76f9e8ed74a451837b27406c7bf0791b8d131de9d5b75ab1b47cca47c665a676c07e7779f92baf843396e9e61fdc706e6e7fc6ff4e06a52e19706df6cf94d0c1 SHA512 6326a95226fbbb126d72ecc2a9b4940615ae866a5586f2c8d795e12ff37e5c27d0ec62cda7fa398d1aa460acaa401fd7fb330677edc12b92c23933514a7eb79e diff --git a/dev-python/zenlib/zenlib-1.4.0.ebuild b/dev-python/zenlib/zenlib-1.4.0.ebuild new file mode 100644 index 0000000000..f9a184c858 --- /dev/null +++ b/dev-python/zenlib/zenlib-1.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..12} ) +inherit distutils-r1 + +DESCRIPTION="Useful python decorators and utilities" +HOMEPAGE="https://github.com/desultory/zenlib" +SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64"