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 26C051581D3 for ; Tue, 14 May 2024 22:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EF6E2A1D; Tue, 14 May 2024 22:50:32 +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 40189E2A1D for ; Tue, 14 May 2024 22:50:32 +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 5241A342FFC for ; Tue, 14 May 2024 22:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC09A1ACA for ; Tue, 14 May 2024 22:50:29 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715726217.a60dda07fe4903bc77973b133972b15675619010.julien@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.8.0.ebuild X-VCS-Directories: dev-python/mastodon-py/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: a60dda07fe4903bc77973b133972b15675619010 X-VCS-Branch: master Date: Tue, 14 May 2024 22:50:29 +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: 9e55a36f-db10-4f6e-97ee-015d15f7c42d X-Archives-Hash: 16abafbab6cc942b7e5c1992588e5b55 Message-ID: <20240514225029.WkGSDbk_5d96fyRK20ivDsOXkNK4S-HAAke5z7RO5xo@z> commit: a60dda07fe4903bc77973b133972b15675619010 Author: Julien Roy jroy ca> AuthorDate: Tue May 14 22:36:57 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 22:36:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60dda07 dev-python/mastodon-py: drop 1.8.0 Signed-off-by: Julien Roy jroy.ca> dev-python/mastodon-py/Manifest | 1 - dev-python/mastodon-py/mastodon-py-1.8.0.ebuild | 55 ------------------------- 2 files changed, 56 deletions(-) diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest index 5c81e85ca0..95dedc81db 100644 --- a/dev-python/mastodon-py/Manifest +++ b/dev-python/mastodon-py/Manifest @@ -1,2 +1 @@ -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.8.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild deleted file mode 100644 index 1c92b616ac..0000000000 --- a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -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 -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/blurhash[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/http-ece[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-vcr[${PYTHON_USEDEP}] - dev-python/requests-mock[${PYTHON_USEDEP}] - dev-python/vcrpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs - -src_prepare() { - distutils-r1_src_prepare - rm setup.cfg || die -} - -pkg_postinst() { - optfeature "webpush support" "dev-python/cryptography dev-python/http-ece" -}