mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Removed unused
This commit is contained in:
parent
46edd1271a
commit
3abf09e7d9
1 changed files with 0 additions and 11 deletions
|
@ -179,17 +179,6 @@ class Utilities(Configs):
|
|||
if [black for black in self.black.packages() if fnmatch.fnmatch(name, black)]:
|
||||
return True
|
||||
|
||||
# def repository_name(self, data: dict) -> str:
|
||||
# """ Get the binary repository name from the repository data. """
|
||||
# try:
|
||||
# # Binary repository name
|
||||
# repo: list = list(data.values())[0][11]
|
||||
# except (IndexError, AttributeError):
|
||||
# # Slackbuilds repository name 'sbo | ponce'
|
||||
# repo: str = self.repos.sbo_enabled_repo_name
|
||||
|
||||
# return repo
|
||||
|
||||
def is_binary_repo(self, repo: str) -> bool:
|
||||
""" Checks if the repository is binary. """
|
||||
if repo in list(self.repos.repositories.keys())[2:]:
|
||||
|
|
Loading…
Reference in a new issue