On 2024/09/14 19:38, Neel Chakraborty wrote: > > Hello everyone, > > Lieer is a program that can pull, and send, email and labels (and changes to > labels) from your GMail account and store them locally in a maildir with the > labels synchronized with a notmuch database. The changes to tags in the > notmuch database may be pushed back remotely to your GMail account. > > Project homepage:- https://lieer.gaute.vetsj.com/ > > The project lists the following requirements:- > > Requirements > > 1. Python 3 > 2. Notmuch 0.30+ for notmuch2 Python bindings > 3. google_api_python_client (sometimes google-api-python-client) > 4. google_auth_oauthlib > 5. tqdm (optional - for progress bar) > > I am currently trying to port it, and I have a question. > > I was going through the requirements,and it needs > notmuch2 python bindings,google_api_python_client, > google_auth_oauthlib,tqdm > > Two of these requirements, namely tqdm and notmuch2 python bindings, are > available in the ports tree. However,google_api_python_client and > google_auth_oauthlib > aren't available. > > Do I need to write separate ports for those two? Or is there > a way to fetch them and build them without writing separate ports?
Yes, separate ports. > > --- > Neel Chakraborty >