summaryrefslogtreecommitdiff
path: root/dev-python/requests-download
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/requests-download
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/requests-download')
-rw-r--r--dev-python/requests-download/Manifest1
-rw-r--r--dev-python/requests-download/metadata.xml13
-rw-r--r--dev-python/requests-download/requests-download-0.1.2-r2.ebuild37
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/requests-download/Manifest b/dev-python/requests-download/Manifest
deleted file mode 100644
index 85b3c7a8855d..000000000000
--- a/dev-python/requests-download/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST requests_download-0.1.2.gh.tar.gz 2584 BLAKE2B c6f2eb7a182e0f42ccb7b603dec47a077b1b946bfa93968972dce5267c7c51fa8c4158e15cd35621cbe229e12f6644db9734e52439796d8d8411be16a38e1e9a SHA512 99d4b275200c88befd2730d17a3329c8cbb155fa5cf9600a7466e8ab109f999a9fc9b8c668aa3b389bc2a3deb33b8a3fd390270d71f04bb0a8f998da67cfde82
diff --git a/dev-python/requests-download/metadata.xml b/dev-python/requests-download/metadata.xml
deleted file mode 100644
index 86556891f3f8..000000000000
--- a/dev-python/requests-download/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">requests_download</remote-id>
- <remote-id type="github">takluyver/requests_download</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/requests-download/requests-download-0.1.2-r2.ebuild b/dev-python/requests-download/requests-download-0.1.2-r2.ebuild
deleted file mode 100644
index 1f737e4d5550..000000000000
--- a/dev-python/requests-download/requests-download-0.1.2-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-MY_P=requests_download-${PV}
-DESCRIPTION="A convenient function to download to a file using requests"
-HOMEPAGE="
- https://github.com/takluyver/requests_download/
- https://pypi.org/project/requests_download/
-"
-SRC_URI="
- https://github.com/takluyver/requests_download/archive/${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~x86"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-# there are no tests upstream
-RESTRICT="test"
-
-DOCS=( README.rst )