File indexing completed on 2024-05-19 05:42:35

0001 PKG_AS_PATH = 'gpgme++'
0002 
0003 def accept(path):
0004     return f'/{PKG_AS_PATH}/' in path
0005 
0006 
0007 def process(path, addPkg):
0008     addPkg(f'{PKG_AS_PATH}', None, None, None)
0009     return f'{PKG_AS_PATH}'
0010