FreeBSD ports you maintain which are out of date

2019-12-09 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: python distutils without setup.py?

2019-12-09 Thread Matthew Seaman
On 08/12/2019 18:16, Po-Chuan Hsieh wrote: > For now, you could try using the patched setup.py from current version [1]: > > import setuptools > if __name__ == "__main__": > setuptools.setup(use_scm_version=True) > > At least it works for me for sysutils/py-ansible-lint 4.2.0. Good idea. I'