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 2171C15800C for ; Sat, 4 Mar 2023 05:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0354EE092A; Sat, 4 Mar 2023 05:48:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DED26E092A for ; Sat, 4 Mar 2023 05:48:19 +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 2B66434102D for ; Sat, 4 Mar 2023 05:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F798D1 for ; Sat, 4 Mar 2023 05:48:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1677908882.08b13b4312ba3383d26c1b2df6ac512e23f1aa2e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sexpdata/Manifest dev-python/sexpdata/sexpdata-1.0.0.ebuild X-VCS-Directories: dev-python/sexpdata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 08b13b4312ba3383d26c1b2df6ac512e23f1aa2e X-VCS-Branch: master Date: Sat, 4 Mar 2023 05:48:15 +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: e034bca7-d2db-4e23-910c-8b9f139e9a61 X-Archives-Hash: 9e462d2c9e9df3960d6b2b968a2bcce8 commit: 08b13b4312ba3383d26c1b2df6ac512e23f1aa2e Author: Michał Górny gentoo org> AuthorDate: Sat Mar 4 05:09:36 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 4 05:48:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b13b43 dev-python/sexpdata: Bump to 1.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/sexpdata/Manifest | 1 + dev-python/sexpdata/sexpdata-1.0.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest index 1db82811e710..a0d4e8a4a04a 100644 --- a/dev-python/sexpdata/Manifest +++ b/dev-python/sexpdata/Manifest @@ -1,2 +1,3 @@ DIST sexpdata-0.0.3.tar.gz 13105 BLAKE2B 36c4082a63f6748759d71fc38a056ecb7467eafebf0a1a0b006fbef1302488f23a859462c9526dc365f7c88b8b6c331dc6e4892e1d96358abb44ca60a909d283 SHA512 03d4d1557bcc950124e408d6870894c8ee9e72a2ee83c881adf48f8e53bdf3744b4f3e3e133a74a195d236424b434cc690583a68d8395324ca4e84947e548501 DIST sexpdata-0.0.4.gh.tar.gz 16489 BLAKE2B 56a8140fdc92c5802f4c4dc0b699c1492bc7c27aa5999f10a60c5da3ab1f0bcc8875c00ec30c7129064267d63fe21375818b19d0f554d5db5d77936c46c9dc2f SHA512 c3d542000f15ec2220bc5cbff07633ae690fdc676b71d447290f5e20f5930d84840c92cc5827d0dd848f63740ad8edec9583f98df11214a867b212282d5a7236 +DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4 SHA512 1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56 diff --git a/dev-python/sexpdata/sexpdata-1.0.0.ebuild b/dev-python/sexpdata/sexpdata-1.0.0.ebuild new file mode 100644 index 000000000000..a8bddef80449 --- /dev/null +++ b/dev-python/sexpdata/sexpdata-1.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-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 + +DESCRIPTION="a simple S-expression parser/serializer" +HOMEPAGE=" + https://github.com/jd-boyd/sexpdata/ + https://pypi.org/project/sexpdata/ +" +SRC_URI=" + https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +distutils_enable_tests pytest