From 62fce8f907a80af156067881f822309b8db7e9d0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 1 Jan 2023 19:39:37 +0100 Subject: [PATCH] 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. --- Formula/droopy.rb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Formula/droopy.rb 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 -- 2.39.2