forked from Mirror/pmbootstrap
pmb.helpers.{package,pmaports,repo}: fix comments (MR 1928)
Make the comments on top of the three files less confusing and more consistent.
This commit is contained in:
parent
4d2af94794
commit
2f018c44ef
3 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Copyright 2020 Oliver Smith
|
# Copyright 2020 Oliver Smith
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
"""
|
"""
|
||||||
Functions that work on both pmaports and (binary package) repos. See also:
|
Functions that work with both pmaports and binary package repos. See also:
|
||||||
- pmb/helpers/pmaports.py (work on pmaports)
|
- pmb/helpers/pmaports.py (work with pmaports)
|
||||||
- pmb/helpers/repo.py (work on binary package repos)
|
- pmb/helpers/repo.py (work with binary package repos)
|
||||||
"""
|
"""
|
||||||
import copy
|
import copy
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Copyright 2020 Oliver Smith
|
# Copyright 2020 Oliver Smith
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
"""
|
"""
|
||||||
Functions that work only on pmaports. See also:
|
Functions that work with pmaports. See also:
|
||||||
- pmb/helpers/repo.py (only work on binary package repos)
|
- pmb/helpers/repo.py (work with binary package repos)
|
||||||
- pmb/helpers/package.py (work on both)
|
- pmb/helpers/package.py (work with both)
|
||||||
"""
|
"""
|
||||||
import glob
|
import glob
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Copyright 2020 Oliver Smith
|
# Copyright 2020 Oliver Smith
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
"""
|
"""
|
||||||
Functions that work on both (binary package) repos. See also:
|
Functions that work with binary package repos. See also:
|
||||||
- pmb/helpers/pmaports.py (work on pmaports)
|
- pmb/helpers/pmaports.py (work with pmaports)
|
||||||
- pmb/helpers/package.py (work on both)
|
- pmb/helpers/package.py (work with both)
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue