Skip to content

coatl-dev/scoop-coatl-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coatl.dev Scoop bucket

Tests

Template bucket for Scoop, the Windows command-line installer.

How do I install these manifests?

To add this bucket, run:

scoop bucket add scoop-coatl-dev https://github.com/coatl-dev/scoop-coatl-dev

coatl310

Windows installer for Python 3.10.12 and beyond.

According to the release calendar specified in PEP 619, Python 3.10 is now in the "security fixes only" stage of its life cycle: 3.10 branch only accepts security fixes and releases of those are made irregularly in source-only form until October 2026. Python 3.10 isn't receiving regular bug fixes anymore, and binary installers are no longer provided for it.

To install:

scoop install coatl310

To uninstall:

scoop uninstall --purge coatl310

ignition

To be able to download the ignition ZIP installer we must set a referer, so first we must edit our scoop's config.json, which is typically found at %USERPROFILE%\.config\scoop\config.json, and add or edit the private_hosts section:

{
  "lastUpdate": "2022-09-09T15:41:41.2176701-07:00",
  "SCOOP_REPO": "https://github.com/ScoopInstaller/Scoop",
  "SCOOP_BRANCH": "master",
  "private_hosts": [
    {
      "match": "https://files.inductiveautomation.com/*",
      "headers": "Referer=https://inductiveautomation.com/"
    }
  ]
}

Finally:

scoop install ignition

To uninstall:

scoop uninstall --purge ignition

jython

Since jython depends on Java, we recommend java/zulu17-jre, which can be installed by...

Adding the java bucket:

scoop bucket add java

Then:

scoop install zulu17-jre

And finally:

scoop install jython

To uninstall:

scoop uninstall jython

How do I contribute new manifests?

To make a new manifest contribution, please read the Contributing Guide.