mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46:58 +02:00
overlay dev-python/distro-oem: Drop unnecessary package
This commit is contained in:
parent
86eada1cc9
commit
14a55a27b5
@ -1 +0,0 @@
|
||||
DIST distro-1.7.0.tar.gz 58164 BLAKE2B 22bbd2daf9cac589530eac9a58767db6b9e389b77719516f7386a9377b49ba4c9b696165701acc42366b760b9a632c70a2243a58c12a367fef2a0a770a4aea44 SHA512 14516ecab33ee8c57c35a8279eb515fd699031fabac7d8886092ea98696797d55503179870aeb513a85e1a66c7e69f2f60bb6ea9fc935be975cb5135e1917ecc
|
@ -1,4 +0,0 @@
|
||||
This package is a hacked-up way to install a distro module for oem
|
||||
packages to use. It's meant to be used by dev-lang/python-oem, thus
|
||||
not using any python-specific eclasses and whatnot, to avoid pulling
|
||||
python dependency into the production image.
|
@ -1,41 +0,0 @@
|
||||
# Copyright 2021-2022 Microsoft Corporation
|
||||
# Distributed under the terms of GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN='distro'
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Reliable machine-readable Linux distribution information for Python"
|
||||
HOMEPAGE="
|
||||
https://distro.readthedocs.io/en/latest/
|
||||
https://pypi.org/project/distro/
|
||||
https://github.com/python-distro/distro/"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="amd64 arm64"
|
||||
|
||||
# Depending on specific version of python-oem allows us to notice when
|
||||
# we update the major version of python and then to make sure that we
|
||||
# install the package in correctly versioned site-packages directory.
|
||||
DEP_PYVER="3.10"
|
||||
|
||||
SLOT="0"
|
||||
RDEPEND="dev-lang/python-oem:${DEP_PYVER}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_compile() {
|
||||
# nothing to do
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/oem/python/$(get_libdir)/python${DEP_PYVER}/site-packages"
|
||||
local ssd="${S}/src/distro"
|
||||
doins "${ssd}/distro.py"
|
||||
doins "${ssd}/__init__.py"
|
||||
doins "${ssd}/__main__.py"
|
||||
doins "${ssd}/py.typed"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user