dev-python/prawcore: treeclean

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-12-18 23:54:03 +09:00
parent dd126fd0e4
commit f11d4b33ec
4 changed files with 0 additions and 51 deletions

View File

@@ -1 +0,0 @@
DIST prawcore-2.3.0.tar.gz 1163513 BLAKE2B 9e8bf7477bbdaf2b8f9f2c8e044ec8200a5265b90ba8be92137d9032a68d6384e57d8e6987a2a2aeeb777d6c6ab9a238322a13e6f944d8dc0ad606ae6ae61dad SHA512 d0d2d54bae1e1d31e50bad8094fee9b448f952d62d7306752f1de4450dea4ec0dc2030d273561a8775c9034ade527d115ccf4043c47def42a50169fed7b97b0d

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<maintainer>
<email>bbzbryce@gmail.com</email>
<name>Bryce Boe</name>
</maintainer>
<remote-id type="pypi">prawcore</remote-id>
<remote-id type="github">praw-dev/prawcore</remote-id>
<changelog>https://pypi.org/rss/project/prawcore/releases.xml</changelog>
</upstream>
</pkgmetadata>

View File

@@ -1,35 +0,0 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Low-level communication layer for PRAW"
HOMEPAGE="
https://pypi.org/project/prawcore/
https://github.com/praw-dev/prawcore
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
# Tests require <dev-python/betamax-0.9 which is no longer available in ::gentoo
RESTRICT="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
<dev-python/betamax-matchers-0.5[${PYTHON_USEDEP}]
<dev-python/betamax-serializers-0.3[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/testfixtures[${PYTHON_USEDEP}]
)
"
DOCS=( {AUTHORS,CHANGES,README}.rst )
distutils_enable_tests pytest

View File

@@ -81,7 +81,6 @@ dev-python/kurbopy
# Official Flathub page is gone as well. # Official Flathub page is gone as well.
# https://gitlab.gnome.org/World/giara/-/issues/130 # https://gitlab.gnome.org/World/giara/-/issues/130
# Removal on 2024-12-18. Bug #922029. # Removal on 2024-12-18. Bug #922029.
dev-python/prawcore
dev-python/sphinx-rtd-dark-mode dev-python/sphinx-rtd-dark-mode
dev-python/betamax-serializers dev-python/betamax-serializers