Git Product home page Git Product logo

Comments (6)

chrisidefix avatar chrisidefix commented on August 29, 2024

I guess it should be added as a cask, which makes this a very simple exercise.

from pineapple.

taylorterry3 avatar taylorterry3 commented on August 29, 2024

I'm going to do the below as a PR on caskroom/homebrew-cask today unless anyone objects. These are for the full versions. Homebrew discourages having things like separate full/min casks but people usually follow the Python convention of foo being the Py 2.* version and foo3 for 3.*. If anybody cares about having both full and min I'd suggest adding it to caskroom/homebrew-versions.

@nwhitehead LMK if you want to create a static "latest" s3 path instead of hard linking to the current 0.7.4. Thanks for the awesome tool!

cask :v1 => 'pineapple3' do
  version :0.7.4
  sha256 :no_check

  # amazonaws.com is the official download host per the vendor homepage
  url 'https://s3.amazonaws.com/com.nathansuniversity/Pineapple/Releases/Pineapple-Pro-0.7.4-Python3.5.dmg'
  name 'Pineapple'
  homepage 'http://nwhitehead.github.io/pineapple/'
  license :gpl

  app 'Pineapple-Pro.app'
end
cask :v1 => 'pineapple' do
  version :0.7.4
  sha256 :no_check

  # amazonaws.com is the official download host per the vendor homepage
  url 'https://s3.amazonaws.com/com.nathansuniversity/Pineapple/Releases/Pineapple-Pro-0.7.4-Python2.7.dmg'
  name 'Pineapple'
  homepage 'http://nwhitehead.github.io/pineapple/'
  license :gpl

  app 'Pineapple-Pro.app'
end

from pineapple.

taylorterry3 avatar taylorterry3 commented on August 29, 2024

PR at Homebrew/homebrew-cask#13840

from pineapple.

sammcj avatar sammcj commented on August 29, 2024

Thanks @taylorterry3, it failed the tests due to two trailing blank lines, trivial I know.

from pineapple.

taylorterry3 avatar taylorterry3 commented on August 29, 2024

Yeah, that was me failing at using my editor :)

Per the other comment on the PR, they'd like to make pineapple map to the python 3 version. I'm a python 3 guy so I support this, but it does kind of break convention. @nwhitehead what's your preference?

from pineapple.

nwhitehead avatar nwhitehead commented on August 29, 2024

@taylorterry3 I'm fine with "pineapple" being the 3.5 version.

from pineapple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.