{"id":20940377,"url":"https://github.com/fedora-python/fedora-livecd-python3","last_synced_at":"2025-06-22T19:33:20.478Z","repository":{"id":18124447,"uuid":"21202405","full_name":"fedora-python/fedora-livecd-python3","owner":"fedora-python","description":"Script to find out state of Python 3 support on Fedora livecd according to official kickstarts","archived":false,"fork":false,"pushed_at":"2015-10-09T13:12:17.000Z","size":355,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T20:56:05.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fedora-python.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-25T12:29:33.000Z","updated_at":"2015-02-11T10:03:44.000Z","dependencies_parsed_at":"2022-09-02T13:24:18.429Z","dependency_job_id":null,"html_url":"https://github.com/fedora-python/fedora-livecd-python3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedora-python%2Ffedora-livecd-python3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedora-python%2Ffedora-livecd-python3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedora-python%2Ffedora-livecd-python3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedora-python%2Ffedora-livecd-python3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedora-python","download_url":"https://codeload.github.com/fedora-python/fedora-livecd-python3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243332271,"owners_count":20274441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T23:10:10.939Z","updated_at":"2025-03-13T03:26:20.616Z","avatar_url":"https://github.com/fedora-python.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"fedora-livecd-python3\n=====================\n\nScript to find out state of Python 3 support on Fedora livecd according to official kickstarts,\nLorax templates and OSTree manifests\n\nUses kickstarts from https://git.fedorahosted.org/git/spin-kickstarts.git\nUses Lorax templates from https://git.fedorahosted.org/git/lorax.git\nUses OSTree manifests from https://git.fedorahosted.org/git/fedora-atomic.git\n\nNote, that even with DNF 0.6.1 this still outputs more packages than there actually are on\nlivecd, see [rhbz#1131969#c8](https://bugzilla.redhat.com/show_bug.cgi?id=1131969#c8).\n\ndnf-livecd-python.py\n--------------------\n\nUsage:\n\n```\n./dnf-livecd-python.py (-k KICKSTART | -p KICKSTART_BY_PATH | -l LORAX_TEMPLATE | -O OSTREE_MANIFEST )\n\t[-b] [--actual] [--env-group-optionals]\n```\n\nThe script measures Python 3 readiness or actuall progress of package set defined by given\nkickstart (`-k`), lorax template (`-l`) or ostree manifest (`-o`) from one of the above repos\n(kickstart can also be given by path - `-p`).\n\nThe script outputs two lists of packages - Good and Bad (see Sample output below).\n\nWithout `--actual`, this script measures \"readiness\", i.e. tries to find out which packages\nhave already been ported (Good), even though their Python 2 version may still actually be\nused; the rest are Bad. With `--actual`, the actual current status is determined - Good\nare packages that actually only use Python 3, the rest are Bad.\n\nGood and Bad together are all packages from given kickstart/lorax template/ostree manifest\nthat depend on Python, PyGTK or PyGobject (both Python 2 and Python 3 versions of these).\n\nIf you want to see a list of binary RPMs depending on Python for every SRPM, use `-b` switch.\n\nRequires python3, git and dnf.\n\nSample output\n-------------\n\nWithout `-b`:\n\n```\n----- Good -----\nfoo\nbar\n\n----- Bad -----\nspam\n```\n\nWith `-b`:\n\n```\n----- Good -----\nfoo: foo-libs foo-python3\nbar: barbar\n\n----- Bad -----\nspam: python-spam spamgtk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedora-python%2Ffedora-livecd-python3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedora-python%2Ffedora-livecd-python3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedora-python%2Ffedora-livecd-python3/lists"}