summaryrefslogtreecommitdiff
path: root/dev-python/gentoo-common/gentoo-common-0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-31 21:02:55 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-31 21:02:55 +0000
commitd36c5f9e59f92a021c987989cd79d44460e0da42 (patch)
tree2504c88d1f287ac3a71ebc56e5d19f34a2c1b9a4 /dev-python/gentoo-common/gentoo-common-0.ebuild
parente860dfa5acdb67f8e2b8938b005dbaaaaf2c984a (diff)
gentoo auto-resync : 31:01:2023 - 21:02:55
Diffstat (limited to 'dev-python/gentoo-common/gentoo-common-0.ebuild')
-rw-r--r--dev-python/gentoo-common/gentoo-common-0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/gentoo-common/gentoo-common-0.ebuild b/dev-python/gentoo-common/gentoo-common-0.ebuild
deleted file mode 100644
index 58e23e58f72d..000000000000
--- a/dev-python/gentoo-common/gentoo-common-0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2023 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 ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-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
- EOF
-}