<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thank you for the clarification. I will update the old buildbot.<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Regards</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Rajdeep</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 2, 2019 at 10:16 PM Ryan Schmidt <<a href="mailto:ryandesign@macports.org">ryandesign@macports.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Jun 2, 2019, at 11:30, Rajdeep Bharati wrote:<br>
<br>
> One thing is that when I install the new py37-buildbot, the command that I get to use is `buildbot-3.7`. <br>
> What changes do I need to make in the port to use the command `buildbot`?<br>
<br>
As Rainer explained in <a href="https://github.com/macports/macports-ports/pull/4489" rel="noreferrer" target="_blank">https://github.com/macports/macports-ports/pull/4489</a>, the ports should not be named with the "py-" prefix and should not be in the primary category "python". That's for Python modules that should be made available in multiple Python versions so that other ports can use them.<br>
<br>
But that's not what buildbot is. Buildbot is a program that we want to use for its own sake, so its port name should not begin with "py-" and it should be in a primary category that reflects its use. Look at the existing buildbot port. In fact, update that port instead of creating a new one.<br>
<br>
The python 1.0 portgroup adds the "-3.7" (or whatever version number) suffix for programs installed by Python module ports, since it assumes they will be provided in multiple Python versions and we don't want them to conflict. If the port name does not begin with "py-" the python portgroup won't do that. It can be overridden on a port by port basis but in this case the correct thing to do is to fix the name of the port.<br>
<br>
</blockquote></div>