From: Alexander Barton Date: Sun, 1 Jan 2023 18:39:37 +0000 (+0100) Subject: Remove "droopy" X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=62fce8f907a80af156067881f822309b8db7e9d0;p=homebrew-alex.git Remove "droopy" Wants to use unavailable Python 2, and does not run with Python 3 "out of the box" -- at least on macOS 13. So remove it. --- diff --git a/Formula/droopy.rb b/Formula/droopy.rb deleted file mode 100644 index 1c51ca9..0000000 --- a/Formula/droopy.rb +++ /dev/null @@ -1,17 +0,0 @@ -class Droopy < Formula - desc "Mini web server that let others upload files to your computer" - homepage "https://github.com/stackp/Droopy" - url "https://github.com/stackp/Droopy.git", :revision => "7a9c7bc46c4ff8b743755be86a9b29bd1a8ba1d9" - version "20160830" - - depends_on "python" - - def install - bin.install "droopy" - man1.install "man/droopy.1" - end - - test do - system "#{bin}/droopy", "--help" - end -end