summaryrefslogtreecommitdiff
path: root/dev-python/survey
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/survey
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/survey')
-rw-r--r--dev-python/survey/Manifest1
-rw-r--r--dev-python/survey/metadata.xml12
-rw-r--r--dev-python/survey/survey-5.4.2.ebuild35
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
deleted file mode 100644
index 50b1b1e88e13..000000000000
--- a/dev-python/survey/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST survey-5.4.2.gh.tar.gz 1565387 BLAKE2B f2e8542bb43e029ffc59335461f65d5216128273d01ff3237cf828bb5be2aac613b9872a0504186ab30b11d42438e76c16e758960ea39e686b95bfa89faa642d SHA512 3d3bf0911e1ef49814bd040bf01d3ae7024cecb5d0e20e46dcbaf6e1f8896d4cb9eeb9ed1dae7ff3431acfb706a334d6c2afa89d4f1cd9b82661a0defe53803c
diff --git a/dev-python/survey/metadata.xml b/dev-python/survey/metadata.xml
deleted file mode 100644
index c9e719e21aae..000000000000
--- a/dev-python/survey/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>ceamac@gentoo.org</email>
- <description>Primary maintainer</description>
- </maintainer>
- <upstream>
- <remote-id type="github">Exahilosys/survey</remote-id>
- <remote-id type="pypi">survey</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/survey/survey-5.4.2.ebuild b/dev-python/survey/survey-5.4.2.ebuild
deleted file mode 100644
index db8ce8af0102..000000000000
--- a/dev-python/survey/survey-5.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-inherit distutils-r1
-
-DESCRIPTION="A simple library for creating beautiful interactive prompts"
-HOMEPAGE="
- https://github.com/Exahilosys/survey
- https://pypi.org/project/survey/
-"
-MY_PV=${PV/_/-}
-SRC_URI="https://github.com/Exahilosys/survey/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-autodoc-typehints \
- dev-python/sphinx-paramlinks \
- dev-python/sphinx-rtd-theme
-
-src_configure() {
- distutils-r1_src_configure
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}