this repo has no description

Merge pull request #22137 from kit-ty-kate/fix-24

conf-python-2-7: Add support for Arch and Ubuntu based distributions

Kate bfaca3a2 13dbfa32

Changed files
+2 -1
packages
conf-python-2-7
conf-python-2-7.1.2
+2 -1
packages/conf-python-2-7/conf-python-2-7.1.2/opam
···
build: ["python2.7" "test.py"]
depexts: [
["python2.7"] {os-family = "debian"}
+
["python2.7"] {os-family = "ubuntu"}
["python27"] {os-distribution = "nixos"}
["python2"] {os-distribution = "alpine"}
["python2"] {os-distribution = "centos"}
["python2"] {os-distribution = "ol"}
["python2.7"] {os-distribution = "fedora"}
-
["python2"] {os-distribution = "arch"}
+
["python2"] {os-family = "arch"}
["python"] {os-family = "suse"}
["dev-lang/python:2.7"] {os-distribution = "gentoo"}
["python/2.7"] {os = "openbsd"}