NikGapps 3.6__tar.gz → 3.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/cache.py +2 -2
  2. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/GitOperations.py +3 -2
  3. {nikgapps-3.6 → nikgapps-3.8/NikGapps.egg-info}/PKG-INFO +1 -1
  4. {nikgapps-3.6/NikGapps.egg-info → nikgapps-3.8}/PKG-INFO +1 -1
  5. {nikgapps-3.6 → nikgapps-3.8}/setup.py +1 -1
  6. {nikgapps-3.6 → nikgapps-3.8}/LICENSE +0 -0
  7. {nikgapps-3.6 → nikgapps-3.8}/MANIFEST.in +0 -0
  8. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/__init__.py +0 -0
  9. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/Build.py +0 -0
  10. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/NikGappsManager.py +0 -0
  11. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/NikGappsOverlays.py +0 -0
  12. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/NikGappsPackages.py +0 -0
  13. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/PackageConstants.py +0 -0
  14. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/Release.py +0 -0
  15. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build/__init__.py +0 -0
  16. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/build_config.py +0 -0
  17. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/config/NikGappsConfig.py +0 -0
  18. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/config/__init__.py +0 -0
  19. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/config_upload.py +0 -0
  20. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/copy_repos.py +0 -0
  21. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/AppSet.py +0 -0
  22. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Args.py +0 -0
  23. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Assets.py +0 -0
  24. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/B64.py +0 -0
  25. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/C.py +0 -0
  26. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Cmd.py +0 -0
  27. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Config.py +0 -0
  28. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/ConfigObj.py +0 -0
  29. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/FileOp.py +0 -0
  30. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Json.py +0 -0
  31. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/P.py +0 -0
  32. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Package.py +0 -0
  33. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/Statics.py +0 -0
  34. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/SystemStat.py +0 -0
  35. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/T.py +0 -0
  36. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/XmlOp.py +0 -0
  37. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/__init__.py +0 -0
  38. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/NikGappsZipSigner.jar +0 -0
  39. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/addon.sh +0 -0
  40. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/apksigner.jar +0 -0
  41. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/apktool_2.9.3.jar +0 -0
  42. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/appsets.json +0 -0
  43. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Darwin/aapt2 +0 -0
  44. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Linux/aapt2 +0 -0
  45. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Linux/dex-tools-2.2-SNAPSHOT-2021-10-31.zip +0 -0
  46. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Linux/jd-gui-1.6.6-min.jar +0 -0
  47. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Windows/AdbWinApi.dll +0 -0
  48. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Windows/AdbWinUsbApi.dll +0 -0
  49. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Windows/aapt.exe +0 -0
  50. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Windows/aapt2.exe +0 -0
  51. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Windows/aapt_64.exe +0 -0
  52. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/bin/Windows/adb.exe +0 -0
  53. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/busybox +0 -0
  54. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/cert.pk8 +0 -0
  55. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/cert.x509.pem +0 -0
  56. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/changelogs.yaml +0 -0
  57. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/config_versions.json +0 -0
  58. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/customize.sh +0 -0
  59. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/debloater.config +0 -0
  60. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/functions.sh +0 -0
  61. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/gofile.sh +0 -0
  62. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/header.sh +0 -0
  63. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/installer.sh +0 -0
  64. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
  65. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/module.prop +0 -0
  66. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/mount.sh +0 -0
  67. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/mtg_mount.sh +0 -0
  68. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/nikgapps.config +0 -0
  69. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
  70. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/packages.json +0 -0
  71. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/private_key.pem +0 -0
  72. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/uninstaller.sh +0 -0
  73. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/unmount.sh +0 -0
  74. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/assets/update-binary-busybox +0 -0
  75. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/CompOps.py +0 -0
  76. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/Export.py +0 -0
  77. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/Modes.py +0 -0
  78. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/Tar.py +0 -0
  79. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/Zip.py +0 -0
  80. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/Zsh.py +0 -0
  81. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/compression/__init__.py +0 -0
  82. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/Git.py +0 -0
  83. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/GitStatics.py +0 -0
  84. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/GithubManager.py +0 -0
  85. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/GitlabManager.py +0 -0
  86. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/TestGit.py +0 -0
  87. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/git/__init__.py +0 -0
  88. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
  89. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/Bool.py +0 -0
  90. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/Library.py +0 -0
  91. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/Manifest.py +0 -0
  92. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/Overlay.py +0 -0
  93. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/Resources.py +0 -0
  94. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/String.py +0 -0
  95. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/StringArray.py +0 -0
  96. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/overlay/__init__.py +0 -0
  97. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/upload/CmdUpload.py +0 -0
  98. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/upload/GoFileUpload.py +0 -0
  99. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/upload/Upload.py +0 -0
  100. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/upload/__init__.py +0 -0
  101. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/web/Requests.py +0 -0
  102. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/web/TelegramApi.py +0 -0
  103. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/helper/web/__init__.py +0 -0
  104. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/main.py +0 -0
  105. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/overlay_control.py +0 -0
  106. {nikgapps-3.6 → nikgapps-3.8}/NikGapps/test.py +0 -0
  107. {nikgapps-3.6 → nikgapps-3.8}/NikGapps.egg-info/SOURCES.txt +0 -0
  108. {nikgapps-3.6 → nikgapps-3.8}/NikGapps.egg-info/dependency_links.txt +0 -0
  109. {nikgapps-3.6 → nikgapps-3.8}/NikGapps.egg-info/entry_points.txt +0 -0
  110. {nikgapps-3.6 → nikgapps-3.8}/NikGapps.egg-info/requires.txt +0 -0
  111. {nikgapps-3.6 → nikgapps-3.8}/NikGapps.egg-info/top_level.txt +0 -0
  112. {nikgapps-3.6 → nikgapps-3.8}/README.md +0 -0
  113. {nikgapps-3.6 → nikgapps-3.8}/setup.cfg +0 -0
@@ -40,8 +40,8 @@ def cache():
40
40
  if project:
41
41
  gitattributes = """*.zip filter=lfs diff=lfs merge=lfs -text
42
42
  *.tar.xz filter=lfs diff=lfs merge=lfs -text"""
43
- gitlab_manager.reset_repository(cached_url, sleep_for=5, gitattributes=gitattributes)
44
- repo_cached = GitOperations.clone_apk_url(url=cached_url)
43
+ gitlab_manager.reset_repository(cached_url, sleep_for=10, gitattributes=gitattributes)
44
+ repo_cached = GitOperations.clone_apk_url(url=cached_url, use_ssh_clone=True)
45
45
  apk_repo = GitOperations.clone_apk_url(url=url)
46
46
  Config.APK_SOURCE = apk_repo.working_tree_dir
47
47
  overlay_repo = GitOperations.clone_overlay_repo(android_version=str(android_version), fresh_clone=True)
@@ -39,7 +39,7 @@ class GitOperations:
39
39
  arch = "" if arch == "arm64" else "_" + arch
40
40
  cache = "_cached" if cached else ""
41
41
  apk_source_directory = Statics.pwd + Statics.dir_sep + str(android_version) + arch + cache
42
- apk_source_repo = GitStatics.apk_source_repo_ssh if use_ssh_clone else GitStatics.apk_source_repo + str(
42
+ apk_source_repo = (GitStatics.apk_source_repo_ssh if use_ssh_clone else GitStatics.apk_source_repo) + str(
43
43
  android_version) + arch + cache + ".git"
44
44
  return GitOperations.setup_repo(apk_source_directory, apk_source_repo, branch, fresh_clone, commit_depth=1)
45
45
 
@@ -54,7 +54,8 @@ class GitOperations:
54
54
  @staticmethod
55
55
  def clone_apk_url(url, fresh_clone=False, use_ssh_clone=False):
56
56
  apk_source_directory = Statics.pwd + Statics.dir_sep + url
57
- apk_source_repo = GitStatics.apk_source_repo_ssh if use_ssh_clone else GitStatics.apk_source_repo + url + ".git"
57
+ apk_source_repo = ((GitStatics.apk_source_repo_ssh if use_ssh_clone else GitStatics.apk_source_repo) + url
58
+ + ".git")
58
59
  return GitOperations.setup_repo(apk_source_directory, apk_source_repo, branch="main", fresh_clone=fresh_clone,
59
60
  commit_depth=1)
60
61
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: NikGapps
3
- Version: 3.6
3
+ Version: 3.8
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: NikGapps
3
- Version: 3.6
3
+ Version: 3.8
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="NikGapps",
5
- version="3.6",
5
+ version="3.8",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes