summaryrefslogtreecommitdiff
path: root/dev-python/http-snapshot
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/http-snapshot
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/http-snapshot')
-rw-r--r--dev-python/http-snapshot/Manifest1
-rw-r--r--dev-python/http-snapshot/http-snapshot-0.1.9.ebuild52
-rw-r--r--dev-python/http-snapshot/metadata.xml12
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-python/http-snapshot/Manifest b/dev-python/http-snapshot/Manifest
deleted file mode 100644
index 0be7d161c68e..000000000000
--- a/dev-python/http-snapshot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST http-snapshot-0.1.9.gh.tar.gz 117951 BLAKE2B 2efbcb767dc8d084e2c5c629e196e6aba4cb36a8c8f76836a4053706f0375901153a1bd5db316700bc660dd855efb6b4c9233fb7f27fd4df20083c7a1cc554a9 SHA512 836530661757b20bb2df5da62d89956dd5781f8ca358e1f9974c884fbd751f79e0a5f3c851bbbcb28366995e5300f89b2df21eb19ec7d5a8f0425d588c005cfe
diff --git a/dev-python/http-snapshot/http-snapshot-0.1.9.ebuild b/dev-python/http-snapshot/http-snapshot-0.1.9.ebuild
deleted file mode 100644
index 9e0dfc06b5d5..000000000000
--- a/dev-python/http-snapshot/http-snapshot-0.1.9.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="A pytest plugin that snapshots requests made with popular Python HTTP clients"
-HOMEPAGE="
- https://github.com/karpetrosyan/http-snapshot
- https://pypi.org/project/http-snapshot/
-"
-SRC_URI="
- https://github.com/karpetrosyan/http-snapshot/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=dev-python/inline-snapshot-0.27.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
- >=dev-python/requests-2.32.5[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( inline-snapshot anyio )
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- cat >> pyproject.toml <<-EOF || die
- [build-system]
- requires = ["hatchling"]
- build-backend = "hatchling.build"
- EOF
-}
-
-pkg_postinst() {
- optfeature_header "Install supported HTTP clients:"
- optfeature "httpx" dev-python/httpx
- optfeature "requests" dev-python/requests
-}
diff --git a/dev-python/http-snapshot/metadata.xml b/dev-python/http-snapshot/metadata.xml
deleted file mode 100644
index 214e140db443..000000000000
--- a/dev-python/http-snapshot/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>falbrechtskirchinger@gmail.com</email>
- <name>Florian Albrechtskirchinger</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">http-snapshot</remote-id>
- <remote-id type="github">karpetrosyan/http-snapshot</remote-id>
- </upstream>
-</pkgmetadata>