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 34BB2158094 for ; Fri, 24 Jun 2022 05:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89DF3E087A; Fri, 24 Jun 2022 05:16:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 729B5E087A for ; Fri, 24 Jun 2022 05:16:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9DDFB341222 for ; Fri, 24 Jun 2022 05:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 170B4518 for ; Fri, 24 Jun 2022 05:16:34 +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: <1656047788.436c22e31e5e271d9be7f4d2568d0203323eac41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mygpoclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mygpoclient/Manifest dev-python/mygpoclient/mygpoclient-1.9.ebuild X-VCS-Directories: dev-python/mygpoclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 436c22e31e5e271d9be7f4d2568d0203323eac41 X-VCS-Branch: master Date: Fri, 24 Jun 2022 05:16:34 +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: 15cb5e7a-6719-4921-86ed-dabf3790c250 X-Archives-Hash: e3bb920edf41dcaef9a1e5b1cb21852c commit: 436c22e31e5e271d9be7f4d2568d0203323eac41 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 24 04:53:12 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 24 05:16:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436c22e3 dev-python/mygpoclient: Bump to 1.9 Signed-off-by: Michał Górny gentoo.org> dev-python/mygpoclient/Manifest | 1 + dev-python/mygpoclient/mygpoclient-1.9.ebuild | 32 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/mygpoclient/Manifest b/dev-python/mygpoclient/Manifest index d2bd8cc299cc..b25514c7febf 100644 --- a/dev-python/mygpoclient/Manifest +++ b/dev-python/mygpoclient/Manifest @@ -1 +1,2 @@ DIST mygpoclient-1.8.tar.gz 43671 BLAKE2B 0a1c10c00a9ee034acc17bb5e28d1ebab50a14f3eea534f4a4277172251ce567a26e7ab66859a66d89d4adc06f44dfe5899edb0aeec45e90e461a4a8cb3ff337 SHA512 1edecd5ccb116c7f4017ebe6572439d87ff76501ed0628934e548dc0c9c041127a11ec9f4def4a54a6f7fabe46a461c863ec2ff2f8c14c3c67b5d1fd9285bb9f +DIST mygpoclient-1.9.gh.tar.gz 44998 BLAKE2B 5feb17fbcdd02c632a11d9ae685b099addd2fed056e72d532e6391b707cfc46e694182ea4e5d7334be10796b5bb19b2d8cbceafe0b69798206f5ec41ca337913 SHA512 57502295725d3a1351e877998442141dd596927215d3746786c12db061ebe3bdf8282e8b2d554997515a558f608c0815e4caad311ad3f1ea9f5b62321e8d6635 diff --git a/dev-python/mygpoclient/mygpoclient-1.9.ebuild b/dev-python/mygpoclient/mygpoclient-1.9.ebuild new file mode 100644 index 000000000000..1286362967e3 --- /dev/null +++ b/dev-python/mygpoclient/mygpoclient-1.9.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="A gpodder.net client library" +HOMEPAGE=" + https://github.com/gpodder/mygpoclient/ + https://pypi.org/project/mygpoclient/ + https://mygpoclient.readthedocs.io/en/latest/ +" +SRC_URI=" + https://github.com/gpodder/mygpoclient/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + dev-python/minimock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest