Skip to content

Commit

Permalink
feat: update python-linux-procfs to 0.7.3
Browse files Browse the repository at this point in the history
Linux /proc abstraction classes in Python

Issue: deepin-community/sig-deepin-sysdev-team#558
Log: update repo
  • Loading branch information
xzl01 committed Dec 27, 2024
1 parent a4ed377 commit c263b96
Show file tree
Hide file tree
Showing 57 changed files with 4,418 additions and 25 deletions.
10 changes: 10 additions & 0 deletions .pybuild/cpython3_3.12_linux-procfs/.pydistutils.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[clean]
all=1
[build]
build_lib=/home/xzl/work/python-linux-procfs/python-linux-procfs/.pybuild/cpython3_3.12_linux-procfs/build
[install]
force=1
install_layout=deb
install_scripts=$base/bin
install_lib=/usr/lib/python3.12/dist-packages
prefix=/usr
17 changes: 17 additions & 0 deletions .pybuild/cpython3_3.12_linux-procfs/build/procfs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#! /usr/bin/python3
# -*- python -*-
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2008, 2009 Red Hat, Inc.
#
"""
Copyright (c) 2008, 2009 Red Hat Inc.
Abstractions to extract information from the Linux kernel /proc files.
"""
__author__ = "Arnaldo Carvalho de Melo <[email protected]>"
__license__ = "GPLv2 License"

from .procfs import *
from .utilist import *
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c263b96

Please sign in to comment.