svn commit: r405193 - head/devel/py-anyconfig

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jan 4 10:01:27 UTC 2016


Kubilay Kocak <koobs at FreeBSD.org> writes:

> On 4/01/2016 10:00 AM, Raphael Kubo da Costa wrote:
>> Author: rakuco
>> Date: Sun Jan  3 23:00:02 2016
>> New Revision: 405193
>> URL: https://svnweb.freebsd.org/changeset/ports/405193
>>
>> Log:
>>   Switch to GitHub to fix fetching.
>>
>>   The tarball for the 0.0.5 release does not seem to exist in PyPI anymore;
>>   switch to fetching the tag from GitHub instead. Short diff between the two
>>   tarballs:
>>
>>   Only in python-anyconfig-RELEASE_0.0.5: .travis.yml
>>   Only in dist-anyconfig-0.0.5: anyconfig.egg-info
>>   Only in dist-anyconfig-0.0.5: PKG-INFO
>>   Only in dist-anyconfig-0.0.5: python-anyconfig.spec
>>   Only in dist-anyconfig-0.0.5: setup.cfg
>>   Only in python-anyconfig-RELEASE_0.0.5: wercker.yml
>>
>>   MFH:		2016Q1
>
> https://pypi.python.org/pypi/anyconfig
>
> With tarball, downloads fine, is currently 0.0.4, updated recently.
>
> Their repository doesn't have a 0.0.5 tag either.

Hey Koobs,

The current version is actually 0.4.0, and there have been quite a few
releases since 0.0.5. I was mostly interested in making the port
fetchable again, leaving it up to someone else to update the port to its
latest version.

It looks like upstream has removed older releases from PyPI (including
0.0.5), so I had to switch to GitHub, which does have the 0.0.5 tag
(it's called RELEASE_0.0.5).


More information about the svn-ports-head mailing list