making-with-code-cli 2.0.0__py3-none-any.whl → 2.0.2__py3-none-any.whl

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.
@@ -51,7 +51,7 @@ class PlatformNotSupported(Exception):
51
51
  class Platform(Flag):
52
52
  MAC = auto()
53
53
  UBUNTU = auto()
54
- SUPPORTED = MAC | UBUNTU | REPLIT
54
+ SUPPORTED = MAC | UBUNTU
55
55
  UNSUPPORTED = 0
56
56
 
57
57
  @classmethod
@@ -76,7 +76,7 @@ class Platform(Flag):
76
76
  else:
77
77
  return "brew install "
78
78
  elif platform == cls.UBUNTU:
79
- return "brew install "
79
+ return "sudo apt install "
80
80
  else:
81
81
  raise cls.NotSupported()
82
82
 
@@ -352,8 +352,6 @@ class InstallPackage(SetupTask):
352
352
  return self.brew_name
353
353
  elif system_platform == Platform.UBUNTU:
354
354
  return self.apt_name
355
- elif system_platform == Platform.REPLIT:
356
- return self.nix_name
357
355
  else:
358
356
  raise PlatformNotSupported()
359
357
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: making-with-code-cli
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Courseware for Making With Code
5
5
  Home-page: https://github.com/cproctor/making-with-code-courseware
6
6
  License: MIT
@@ -9,7 +9,7 @@ making_with_code_cli/helpers.py,sha256=n1ZT5Gfg3997qMVC7sAqXeWmVxjVNKL2h_tHjfuZ4
9
9
  making_with_code_cli/mwc_accounts_api.py,sha256=IW3cq8WepBt76n4ELSXipCHy-9NqMNZRjkFyQvPz92s,1765
10
10
  making_with_code_cli/settings.py,sha256=kRBUJWj5f0cUm9k_jd1SmjswxZtHrmpb9qB2uYXac9s,1625
11
11
  making_with_code_cli/setup/__init__.py,sha256=yG-lCNQRp3cDoSsnhGndg5-Z_CGRuTDU8Or0idjCW1g,3579
12
- making_with_code_cli/setup/tasks.py,sha256=w7GhZPPO-pzUkbThd_VJCvMVkabIHW41bB23w5cwYWY,15862
12
+ making_with_code_cli/setup/tasks.py,sha256=ZFxGoIKIIPKwL5ALq3sA28sKaWjOfdE7Ala8txirJ7E,15776
13
13
  making_with_code_cli/styles.py,sha256=ZKbs-Grq1aF3wV8scwQxMO1UjnphuIccdNzksLxAo_A,910
14
14
  making_with_code_cli/submit.py,sha256=gWnueoyvZVdJdSLxOBSS0Qvx_8OdQB5VonQ1p7hjYSA,1207
15
15
  making_with_code_cli/teach/__init__.py,sha256=GpytJX0og7q6obkBLUdppsJpUU_G_i948gX5O-Djdpc,448
@@ -26,7 +26,7 @@ making_with_code_cli/teach/test/test_module.py,sha256=qLCqC8RCb0p_hDTholfp-PgnPA
26
26
  making_with_code_cli/teach/update.py,sha256=nvEiaTxc57F9bFlOtwdz-jhDk00tk1Az4GvKuqPbpJs,1850
27
27
  making_with_code_cli/update/__init__.py,sha256=ZJJolyJL4x7li-HUYiA_HYvvwQ59SDMVUPMPRN1xun4,2613
28
28
  making_with_code_cli/version.py,sha256=4t7TOR5OlBrLFy7jrtS_d6FtIReco1NDdVPQoCb6Jx8,286
29
- making_with_code_cli-2.0.0.dist-info/METADATA,sha256=Vy1jVx7mn2wjd1F3miq9tCRf4q-r8cfYRdu-jremBLk,2224
30
- making_with_code_cli-2.0.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
31
- making_with_code_cli-2.0.0.dist-info/entry_points.txt,sha256=XnS9X6fVIRhBnRwWh7cSi4AKG5rDUqVGeH9EPKKNdVg,52
32
- making_with_code_cli-2.0.0.dist-info/RECORD,,
29
+ making_with_code_cli-2.0.2.dist-info/METADATA,sha256=Fo3jGIv5t08KxZU30kPTyM5vnYm8bbGyOdNEHRqFTPc,2224
30
+ making_with_code_cli-2.0.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
31
+ making_with_code_cli-2.0.2.dist-info/entry_points.txt,sha256=XnS9X6fVIRhBnRwWh7cSi4AKG5rDUqVGeH9EPKKNdVg,52
32
+ making_with_code_cli-2.0.2.dist-info/RECORD,,