From d36c5f9e59f92a021c987989cd79d44460e0da42 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 31 Jan 2023 21:02:55 +0000 Subject: gentoo auto-resync : 31:01:2023 - 21:02:55 --- dev-python/gentoo-common/Manifest | 2 +- dev-python/gentoo-common/gentoo-common-0.ebuild | 30 -------------------- dev-python/gentoo-common/gentoo-common-1.ebuild | 37 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 31 deletions(-) delete mode 100644 dev-python/gentoo-common/gentoo-common-0.ebuild create mode 100644 dev-python/gentoo-common/gentoo-common-1.ebuild (limited to 'dev-python/gentoo-common') diff --git a/dev-python/gentoo-common/Manifest b/dev-python/gentoo-common/Manifest index ae07a965799f..68b13f6b9389 100644 --- a/dev-python/gentoo-common/Manifest +++ b/dev-python/gentoo-common/Manifest @@ -1,2 +1,2 @@ -EBUILD gentoo-common-0.ebuild 868 BLAKE2B a059e1e233767496705fde8698842dd5cb6f66cb34f49011f8d4f9487a48852c801cb796ebf577bb5366c2f6d5db18759c6fdf4a045031a5f4737c33fb7d2efa SHA512 cbb751135c5102073a4c28b2a5d2ad6ac0115b5cb7550d81ba8bba626db7fd8ac87ad6b9e27259748e02246fd351274e01275f903d4aacffab63b001cf802faa +EBUILD gentoo-common-1.ebuild 1030 BLAKE2B 4a0b017b9fe978aa086d93906f805ce5f20d9b2846647d4862baa39a6a47dd2be68973d162d8837ef4e5b86c9413d765535c6fcdd706c48f400b05af8f332278 SHA512 95a3835098800bf024ba95bf2f71a3afb448181ba71df65a070dfd40ddd03766c4cadad6a95b69a346cdf3cbca560fb74e3239369af46c45c31a17c2962ba3c1 MISC metadata.xml 243 BLAKE2B 3c6936b8f9745e6fb81fda204eada4f73210288cdb19a90b1cf913ed01d6ee9155d4a69bc5dcaf8c69a21123339626610d7b57729981a9d10800b85501baa120 SHA512 50af947c4f1de2f27e6bd29010dda35e92d2e0477bfafcd4d44ab218d2a47788324aabad58b603ef5c30e69b382084e7dc3cecc581cc0ffbbdd71ed566772a44 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 -} diff --git a/dev-python/gentoo-common/gentoo-common-1.ebuild b/dev-python/gentoo-common/gentoo-common-1.ebuild new file mode 100644 index 000000000000..c09fd9e6d2b8 --- /dev/null +++ b/dev-python/gentoo-common/gentoo-common-1.ebuild @@ -0,0 +1,37 @@ +# 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 + + 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 +} -- cgit v1.2.3