commit: dd126fd0e40d564257d1949a8f92ffe081e4b8bf Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Wed Dec 18 14:54:03 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Wed Dec 18 14:54:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd126fd0
dev-python/praw: treeclean Closes: https://bugs.gentoo.org/927817 (pkgremoved) Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-python/praw/Manifest | 2 -- dev-python/praw/metadata.xml | 15 ------------ dev-python/praw/praw-7.6.1.ebuild | 51 --------------------------------------- dev-python/praw/praw-7.7.0.ebuild | 51 --------------------------------------- profiles/package.mask | 1 - 5 files changed, 120 deletions(-) diff --git a/dev-python/praw/Manifest b/dev-python/praw/Manifest deleted file mode 100644 index 76b176036..000000000 --- a/dev-python/praw/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST praw-7.6.1.gh.tar.gz 25083372 BLAKE2B eab92be89585bbe485b4d51c1c3c15def597b3a5cdb1326cf166931e4be22bea2975c76c48c8b673b30945ec5b559efba84d0310eebbdaa2881a37e30351af31 SHA512 91fa6efe0ea56d53ea49df8c1046ff620571d9dc80e6fdc5a5da3651cd24d7553455b62d02db8e37531a7bf34be0fbbc8c9555281b4887b73e9b8758966db55a -DIST praw-7.7.0.gh.tar.gz 25092955 BLAKE2B e50a20b6d8fc58214480b9edb91a332a9e50626aeb67155298f1746b2615852bc89d3e338d120d2910c93f1713302f41754f5f87259388c9fedd1c358e65dd63 SHA512 40a8882cdcaa10f538f9cf9552414184050b16008eed4c4e31fc52dfc0d337daad6bd1041d462d26476c692ae8997f675cf5ce2630d8d8be091023b7deb98181 diff --git a/dev-python/praw/metadata.xml b/dev-python/praw/metadata.xml deleted file mode 100644 index 7944f4d94..000000000 --- a/dev-python/praw/metadata.xml +++ /dev/null @@ -1,15 +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>[email protected]</email> - <name>Bryce Boe</name> - </maintainer> - <remote-id type="pypi">praw</remote-id> - <remote-id type="github">praw-dev/praw</remote-id> - <changelog>https://pypi.org/rss/project/praw/releases.xml</changelog> - <doc>https://praw.readthedocs.io</doc> - </upstream> -</pkgmetadata> diff --git a/dev-python/praw/praw-7.6.1.ebuild b/dev-python/praw/praw-7.6.1.ebuild deleted file mode 100644 index b775ae536..000000000 --- a/dev-python/praw/praw-7.6.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Python Reddit API Wrapper" -HOMEPAGE=" - https://pypi.org/project/praw/ - https://github.com/praw-dev/praw -" -SRC_URI="https://github.com/praw-dev/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -DOCS=( {AUTHORS,CHANGES,README}.rst SECURITY.md ) - -RDEPEND=" - <dev-python/prawcore-3[${PYTHON_USEDEP}] - dev-python/websocket-client[${PYTHON_USEDEP}] -" -BDEPEND="test? ( - dev-python/betamax[${PYTHON_USEDEP}] - dev-python/betamax-matchers[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme \ - dev-python/sphinx-rtd-dark-mode - -python_prepare_all() { - # disable optional dependencies - sed "/update_checker/d" -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - local epytestargs=( - # spams deprecation warnings - -p no:asyncio - ) - epytest "${epytestargs[@]}" -} diff --git a/dev-python/praw/praw-7.7.0.ebuild b/dev-python/praw/praw-7.7.0.ebuild deleted file mode 100644 index b775ae536..000000000 --- a/dev-python/praw/praw-7.7.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Python Reddit API Wrapper" -HOMEPAGE=" - https://pypi.org/project/praw/ - https://github.com/praw-dev/praw -" -SRC_URI="https://github.com/praw-dev/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -DOCS=( {AUTHORS,CHANGES,README}.rst SECURITY.md ) - -RDEPEND=" - <dev-python/prawcore-3[${PYTHON_USEDEP}] - dev-python/websocket-client[${PYTHON_USEDEP}] -" -BDEPEND="test? ( - dev-python/betamax[${PYTHON_USEDEP}] - dev-python/betamax-matchers[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme \ - dev-python/sphinx-rtd-dark-mode - -python_prepare_all() { - # disable optional dependencies - sed "/update_checker/d" -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - local epytestargs=( - # spams deprecation warnings - -p no:asyncio - ) - epytest "${epytestargs[@]}" -} diff --git a/profiles/package.mask b/profiles/package.mask index e8215c413..839bfc35b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -81,7 +81,6 @@ dev-python/kurbopy # Official Flathub page is gone as well. # https://gitlab.gnome.org/World/giara/-/issues/130 # Removal on 2024-12-18. Bug #922029. -dev-python/praw dev-python/prawcore dev-python/sphinx-rtd-dark-mode dev-python/betamax-serializers
