-
-
Notifications
You must be signed in to change notification settings - Fork 13k
ossp-uuid 1.6.5 #234838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ossp-uuid 1.6.5 #234838
Conversation
Formula/o/ossp-uuid.rb
Outdated
homepage "http://www.ossp.org/pkg/lib/uuid/" | ||
url "https://deb.debian.org/debian/pool/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz" | ||
sha256 "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0" | ||
homepage "https://git.sr.ht/~nabijaczleweli/ossp-uuid" | ||
url "https://git.sr.ht/~nabijaczleweli/ossp-uuid/archive/UUID_1_6_4.tar.gz" | ||
sha256 "7331f7a47bafaa4ffad23b4635a4c532f55e400280c1560fe1acbe09862bcd88" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any reference on the official website that this is a successor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a fork owned by Debian maintainer.
So would likely need to meet our fork requirements - https://docs.brew.sh/Acceptable-Formulae#not-a-fork-usually
- the fork has been used as the replacement by at least two other major distributions (e.g. Debian, Fedora, Arch, Gentoo, not smaller Linux distributions that are not widely used)
Similar to urlview
(same Debian maintainer forked various abandonware)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to have been picked up by other distros already (e.g. Debian and Ubuntu): https://repology.org/project/ossp-uuid/versions
Though we probably want to wait and see if it gets picked up by someone else first (e.g. FreeBSD, Arch, or Gentoo).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly want another distro to pick it up first as the Debian maintainer наб
is the new code owner so there is really only one person owning upstream & downstream for forked projects.
Debian-derivatives should be considered as only 1 distro (Debian, Devuan, Kali, PureOS, Raspbian, Ubuntu).
Outside of those is Mageia and Ravenports using fork. Not familiar with the packaging process there. Maybe someone else can comment on how widely used these are and whether they satisfy our criteria.
Signed-off-by: botantony <antonsm21@gmail.com>
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?