Skip to content

Commit

Permalink
hyfetch: Update to 1.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKeto authored and reneeotten committed Oct 25, 2024
1 parent 3cb3963 commit 10ac1e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 101 deletions.
21 changes: 9 additions & 12 deletions python/hyfetch/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup python 1.0

python.rootname HyFetch
name [string tolower ${python.rootname}]
version 1.4.11
revision 3
version 1.99.0
revision 0
categories-append sysutils
platforms {darwin any}
supported_archs noarch
Expand All @@ -18,18 +18,15 @@ long_description {*}${description}.

homepage https://github.com/hykilpikonna/hyfetch

checksums rmd160 2239681635a7608f2f99d466247f852756d74607 \
sha256 9fa2c9c049ebaf0ad6d4e8e076ce90e64a4b9276946a1d2ffb6912bb1a4aa327 \
size 278449
checksums rmd160 8e652106a8ca71d3a2a35d62510972db747daefe \
sha256 ddeb422fd797c710f0ad37d584fac466df89e39feddeef765492b2c0b529616e \
size 440751

# This should stay consistent with the python PG default
python.default_version 312

depends_run-append port:py${python.version}-setuptools \
port:py${python.version}-typing_extensions
variant fastfetch description {Use fastfetch backend} {
depends_run-append path:bin/fastfetch:fastfetch
}

# https://github.com/hykilpikonna/hyfetch/pull/340
# https://github.com/hykilpikonna/hyfetch/pull/341
patchfiles-append 0001-neofetch-add-info-for-PowerMac-iMac-models.patch \
0002-neofetch-add-info-for-PowerBook-iBook-models.patch \
0003-neofetch-support-MacPorts-on-Linux-BSD.patch
depends_run-append port:py${python.version}-typing_extensions

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 10ac1e6

Please sign in to comment.