this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove tomli and pyparsing from macos

+2 -2
+1 -1
packages/conf-python3-pyparsing/conf-python3-pyparsing.1/opam
··· 18 18 ["python3-pyparsing"] {os-family = "suse" | os-family = "opensuse"} 19 19 ["python-pyparsing"] {os-family = "arch"} 20 20 ["py3-parsing"] {os-family = "alpine"} 21 - ["py39-parsing"] {os = "macos" & os-distribution = "macports"} 22 21 ["py39-pyparsing"] {os = "freebsd"} 23 22 ] 24 23 24 + available: os != "macos" 25 25 synopsis: "Virtual package relying on PyParsing" 26 26 description: 27 27 "This package can only install if the PyParsing python3 library is installed on the system."
+1 -1
packages/conf-python3-tomli/conf-python3-tomli.1/opam
··· 18 18 ["python-tomli"] {os-family = "suse" | os-family = "opensuse"} 19 19 ["python-tomli"] {os-family = "arch"} 20 20 ["py3-tomli"] {os-family = "alpine"} 21 - ["py39-tomli"] {os = "macos" & os-distribution = "macports"} 22 21 ["py39-tomli"] {os = "freebsd"} 23 22 ] 24 23 24 + available: os != "macos" 25 25 synopsis: "Virtual package relying on Tomli" 26 26 description: 27 27 "This package can only install if the Tomli python3 library is installed on the system."