[103586] trunk/dports/python/py-xlrd/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Mar 2 06:54:19 PST 2013
On Mar 1, 2013, at 17:34, snc at macports.org wrote:
> Revision: 103586
> https://trac.macports.org/changeset/103586
> Author: snc at macports.org
> Date: 2013-03-01 15:34:06 -0800 (Fri, 01 Mar 2013)
> Log Message:
> -----------
> py-xlrd: update to 0.9.0, supports python 2.6 2.7 3.2+
>
> Modified Paths:
> --------------
> trunk/dports/python/py-xlrd/Portfile
>
> Modified: trunk/dports/python/py-xlrd/Portfile
> ===================================================================
> --- trunk/dports/python/py-xlrd/Portfile 2013-03-01 23:22:04 UTC (rev 103585)
> +++ trunk/dports/python/py-xlrd/Portfile 2013-03-01 23:34:06 UTC (rev 103586)
> @@ -3,10 +3,12 @@
>
> PortSystem 1.0
> PortGroup python 1.0
> +PortGroup github 1.0
>
> +github.setup python-excel xlrd 0.9.0
> +master_sites ${github.homepage}/archive/[join ${github.tag_prefix} ""]${github.version}
> distname xlrd-${version}
Why were these master_sites and distname lines necessary? With the github portgroup you shouldn't need to add those; the defaults should work. If I remove these lines, the checksums then differ, but the contents of the files are the same.
More information about the macports-dev
mailing list