summaryrefslogtreecommitdiff
path: root/dev-python/gentoo-common
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/gentoo-common
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/gentoo-common')
-rw-r--r--dev-python/gentoo-common/gentoo-common-1.ebuild37
-rw-r--r--dev-python/gentoo-common/metadata.xml8
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/gentoo-common/gentoo-common-1.ebuild b/dev-python/gentoo-common/gentoo-common-1.ebuild
deleted file mode 100644
index 0dacf832f6b4..000000000000
--- a/dev-python/gentoo-common/gentoo-common-1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Common files shared by Python implementations in Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Python"
-S=${WORKDIR}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-src_install() {
- insinto /usr/lib/python
- # https://peps.python.org/pep-0668/
- newins - EXTERNALLY-MANAGED <<-EOF
- [externally-managed]
- Error=
- The system-wide Python installation in Gentoo should be maintained
- using the system package manager (e.g. emerge).
-
- If the package in question is not packaged for Gentoo, please
- consider installing it inside a virtual environment, e.g.:
-
- python -m venv /path/to/venv
- . /path/to/venv/bin/activate
- pip install mypackage
-
- To exit the virtual environment, run:
-
- deactivate
-
- The virtual environment is not deleted, and can be re-entered by
- re-sourcing the activate file.
- EOF
-}
diff --git a/dev-python/gentoo-common/metadata.xml b/dev-python/gentoo-common/metadata.xml
deleted file mode 100644
index 7d421671d884..000000000000
--- a/dev-python/gentoo-common/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>