* [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-python/prawcore/
@ 2022-09-26 10:22 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-09-26 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 4b0304d8bdfb89c4a589083a8fa0c4f08859406f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 10:20:42 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:20:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b0304d8
dev-python/prawcore: restrict test
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/prawcore/prawcore-2.3.0.ebuild | 3 ++-
profiles/package.mask | 8 --------
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 0aa14dec3..79107f05c 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -14,13 +14,14 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
+RESTRICT="test"
+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="test? (
<dev-python/betamax-0.9[${PYTHON_USEDEP}]
<dev-python/betamax-matchers-0.5[${PYTHON_USEDEP}]
<dev-python/betamax-serializers-0.3[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- <dev-python/testfixtures-7[${PYTHON_USEDEP}]
)"
DOCS=( {AUTHORS,CHANGES,README}.rst )
diff --git a/profiles/package.mask b/profiles/package.mask
index bbff62bd5..52442fb85 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,14 +30,6 @@ dev-python/pypandoc
# depends on removed ~app-crypt/certbot-1.27.0
app-crypt/certbot-dns-digitalocean
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-08-11)
-# depends on removed <dev-python/testfixtures-7
-dev-python/prawcore
-# depends on dev-python/prawcore
-dev-python/praw
-# depends on dev-python/praw
-net-misc/giara
-
# Viorel Munteanu <ceamac.paragon@gmail.com>
# depends on dev-python/PyQt6, which is currently masked with all of qt6
>=net-misc/maestral-qt-1.6.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-python/prawcore/
@ 2024-12-18 17:21 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-12-18 17:21 UTC (permalink / raw
To: gentoo-commits
commit: f11d4b33ecb63edd71b412b2fe8c1b057c592f72
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 18 14:54:03 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Dec 18 14:54:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f11d4b33
dev-python/prawcore: treeclean
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/prawcore/Manifest | 1 -
dev-python/prawcore/metadata.xml | 14 -------------
dev-python/prawcore/prawcore-2.3.0.ebuild | 35 -------------------------------
profiles/package.mask | 1 -
4 files changed, 51 deletions(-)
diff --git a/dev-python/prawcore/Manifest b/dev-python/prawcore/Manifest
deleted file mode 100644
index a1c38e6ff..000000000
--- a/dev-python/prawcore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prawcore-2.3.0.tar.gz 1163513 BLAKE2B 9e8bf7477bbdaf2b8f9f2c8e044ec8200a5265b90ba8be92137d9032a68d6384e57d8e6987a2a2aeeb777d6c6ab9a238322a13e6f944d8dc0ad606ae6ae61dad SHA512 d0d2d54bae1e1d31e50bad8094fee9b448f952d62d7306752f1de4450dea4ec0dc2030d273561a8775c9034ade527d115ccf4043c47def42a50169fed7b97b0d
diff --git a/dev-python/prawcore/metadata.xml b/dev-python/prawcore/metadata.xml
deleted file mode 100644
index 267c6ff54..000000000
--- a/dev-python/prawcore/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild
deleted file mode 100644
index 59d24eede..000000000
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ /dev/null
@@ -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
diff --git a/profiles/package.mask b/profiles/package.mask
index 839bfc35b..f64d50956 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/prawcore
dev-python/sphinx-rtd-dark-mode
dev-python/betamax-serializers
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-18 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 17:21 [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-python/prawcore/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2022-09-26 10:22 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox