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 7092E15ACFB for ; Fri, 28 Apr 2023 17:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE05E08F9; Fri, 28 Apr 2023 17:52:46 +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 7C6C9E08F9 for ; Fri, 28 Apr 2023 17:52:46 +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 6948334113D for ; Fri, 28 Apr 2023 17:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B919FA60 for ; Fri, 28 Apr 2023 17:52:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1682656325.c60f1ea48f757bbb46c4acf304996934719235a4.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mastodon-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mastodon-py/Manifest dev-python/mastodon-py/mastodon-py-1.7.0.ebuild dev-python/mastodon-py/mastodon-py-1.8.1.ebuild X-VCS-Directories: dev-python/mastodon-py/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c60f1ea48f757bbb46c4acf304996934719235a4 X-VCS-Branch: master Date: Fri, 28 Apr 2023 17:52:42 +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: 02940e38-1878-4362-b6e4-07de37352614 X-Archives-Hash: 162f25e5bdeb05364b551dae97bcbb20 commit: c60f1ea48f757bbb46c4acf304996934719235a4 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 28 00:59:43 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 28 04:32:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c60f1ea4 dev-python/mastodon-py: add 1.8.1, drop 1.7.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/mastodon-py/Manifest | 2 +- .../{mastodon-py-1.7.0.ebuild => mastodon-py-1.8.1.ebuild} | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest index c7178345c..5c81e85ca 100644 --- a/dev-python/mastodon-py/Manifest +++ b/dev-python/mastodon-py/Manifest @@ -1,2 +1,2 @@ -DIST Mastodon.py-1.7.0.tar.gz 8633772 BLAKE2B e27827cf7b5a010616524355c51771709591ee498b398cb009fe73697a96a313880e9f81e138c48c9f144fe9b35222b6852d84a2b4648803604b0a3a9ed190c3 SHA512 faa056fc800104a732524126458baec68ef838fe36fb7df5721262f6faf61e0f5591026efb1a19612ceeaa785eb81b4aab55728479bf216f6d2b9afcfedcdd18 DIST Mastodon.py-1.8.0.tar.gz 8659035 BLAKE2B 46c07fc3e3cf289f8a161975b1f3f36a88882c3299e79b331f3c659c18c5cafbc7144be57bf580212152a345ab4c4e73a08ea4d6052953fae6664eabd6360c3f SHA512 497cdb42adeceeea6f65210daf94eff0c6ce26b286fabc13976c8276649b6b6f51f47b4e99733133c60dc373fcbb0b0760a20ff526d8435391c43e8f06666696 +DIST Mastodon.py-1.8.1.tar.gz 8694359 BLAKE2B d3b8d2196199eeaeb0377c8503e763099943142c58b5b45bbbb86a38c0629ea6ee6427b53c989267a13d4d2a0c104635387ffef96d05d7dfa7dd8c2756e8704b SHA512 812bfdcb1a59a06376bfb48798b43cac9dc9390781b3949e4b3d751ec0530b25b187e688c7cfc18eff6d5bb23c9bf442bce5f6902727331e8bc550e310dab94c diff --git a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild similarity index 85% rename from dev-python/mastodon-py/mastodon-py-1.7.0.ebuild rename to dev-python/mastodon-py/mastodon-py-1.8.1.ebuild index cad6a34bf..7325ee507 100644 --- a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild +++ b/dev-python/mastodon-py/mastodon-py-1.8.1.ebuild @@ -1,21 +1,19 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-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 optfeature +PYPI_NO_NORMALIZE=1 +PYPI_PN="Mastodon.py" +inherit distutils-r1 optfeature pypi -MY_PN="Mastodon.py" -MY_P="${MY_PN}-${PV}" DESCRIPTION="Python wrapper for the Mastodon API" HOMEPAGE=" https://pypi.org/project/Mastodon.py/ https://github.com/halcy/Mastodon.py " -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0"