Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 714657 Details for
Bug 794439
x11-terms/kitty minor ebuild modification
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Portage test python script
test (text/x-python), 494 bytes, created by
Mike Pagano
on 2021-06-08 14:52:47 UTC
(
hide
)
Description:
Portage test python script
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2021-06-08 14:52:47 UTC
Size:
494 bytes
patch
obsolete
>#!/usr/bin/python > >import sys >sys.path.append("/usr/lib/python3.9/site-packages") >import portage >from portage.exception import InvalidAtom > ># main >if __name__ == "__main__": > > # determine if the package exists > package = "=x11-term/kitty-0.20.3" > > try: > package_exists = portage.portdb.xmatch("match-all", package) > print ("Package: " + package + " exists") > except InvalidAtom: > package_exists = False > print ("Package: " + package + " does not exist")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 794439
:
714645
| 714657