generated from deepin-community/template-repository-main
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update python-linux-procfs to 0.7.3
Linux /proc abstraction classes in Python Issue: deepin-community/sig-deepin-sysdev-team#558 Log: update repo
- Loading branch information
Showing
57 changed files
with
4,418 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
17
.pybuild/cpython3_3.12_linux-procfs/build/procfs/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+498 Bytes
.pybuild/cpython3_3.12_linux-procfs/build/procfs/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added
BIN
+50.3 KB
.pybuild/cpython3_3.12_linux-procfs/build/procfs/__pycache__/procfs.cpython-312.pyc
Binary file not shown.
Binary file added
BIN
+1.27 KB
.pybuild/cpython3_3.12_linux-procfs/build/procfs/__pycache__/utilist.cpython-312.pyc
Binary file not shown.
Oops, something went wrong.