mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Renamed to binaries
This commit is contained in:
parent
3a84be2752
commit
13cb4c7fc8
11 changed files with 12 additions and 12 deletions
|
@ -31,8 +31,8 @@ from slpkg.__metadata__ import MetaData as _meta_
|
|||
|
||||
from slpkg.pkg.find import find_package
|
||||
|
||||
from slpkg.binary.greps import repo_data
|
||||
from slpkg.binary.repo_init import RepoInit
|
||||
from slpkg.binaries.greps import repo_data
|
||||
from slpkg.binaries.repo_init import RepoInit
|
||||
|
||||
|
||||
def pkg_upgrade(repo, skip, flag):
|
|
@ -27,7 +27,7 @@ from functools import lru_cache
|
|||
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
from slpkg.blacklist import BlackList
|
||||
from slpkg.binary.greps import Requires
|
||||
from slpkg.binaries.greps import Requires
|
||||
|
||||
|
||||
class Dependencies:
|
|
@ -43,9 +43,9 @@ from slpkg.pkg.find import find_package
|
|||
from slpkg.pkg.manager import PackageManager
|
||||
from slpkg.pkg.installed import GetFromInstalled
|
||||
|
||||
from slpkg.binary.greps import repo_data
|
||||
from slpkg.binary.repo_init import RepoInit
|
||||
from slpkg.binary.dependency import Dependencies
|
||||
from slpkg.binaries.greps import repo_data
|
||||
from slpkg.binaries.repo_init import RepoInit
|
||||
from slpkg.binaries.dependency import Dependencies
|
||||
|
||||
|
||||
class BinaryInstall(Utils):
|
|
@ -61,8 +61,8 @@ from slpkg.sbo.network import SBoNetwork
|
|||
from slpkg.sbo.slackbuild import SBoInstall
|
||||
|
||||
from slpkg.slack.patches import Patches
|
||||
from slpkg.binary.check import pkg_upgrade
|
||||
from slpkg.binary.install import BinaryInstall
|
||||
from slpkg.binaries.check import pkg_upgrade
|
||||
from slpkg.binaries.install import BinaryInstall
|
||||
|
||||
|
||||
class ArgParse:
|
||||
|
|
|
@ -46,7 +46,7 @@ from slpkg.pkg.find import find_package
|
|||
from slpkg.pkg.manager import PackageManager
|
||||
from slpkg.pkg.installed import GetFromInstalled
|
||||
|
||||
from slpkg.binary.greps import repo_data
|
||||
from slpkg.binaries.greps import repo_data
|
||||
|
||||
from slpkg.slack.mirrors import mirrors
|
||||
from slpkg.slack.slack_version import slack_ver
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
from slpkg.utils import Utils
|
||||
from slpkg.binary.greps import repo_data
|
||||
from slpkg.binaries.greps import repo_data
|
||||
from slpkg.splitting import split_package
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
|
||||
|
|
|
@ -33,8 +33,8 @@ from slpkg.sbo.queries import SboQuery
|
|||
from slpkg.sbo.dependencies import Requires
|
||||
from slpkg.sbo.search import sbo_search_pkg
|
||||
|
||||
from slpkg.binary.search import search_pkg
|
||||
from slpkg.binary.dependency import Dependencies
|
||||
from slpkg.binaries.search import search_pkg
|
||||
from slpkg.binaries.dependency import Dependencies
|
||||
|
||||
|
||||
class TrackingDeps:
|
||||
|
|
Loading…
Reference in a new issue