DjangoAdminHackers / django-linkcheck

An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
BSD 3-Clause "New" or "Revised" License
75 stars 26 forks source link

new PyPi release? #52

Closed bashu closed 8 years ago

bashu commented 8 years ago

got this under python 3

[kekeke djangoapp]$ pip install django-linkcheck
Downloading/unpacking django-linkcheck
  Downloading django-linkcheck-1.2.tar.gz
  Running setup.py (path:/home/vagrant/.virtualenv/build/django-linkcheck/setup.py) egg_info for package django-linkcheck

Installing collected packages: django-linkcheck
  Running setup.py install for django-linkcheck
      File "/home/vagrant/.virtualenv/lib/python3.4/site-packages/linkcheck/management/commands/checkinternal.py", line 21
        print "Checking all internal links."
                                           ^
    SyntaxError: Missing parentheses in call to 'print'

      File "/home/vagrant/.virtualenv/lib/python3.4/site-packages/linkcheck/management/commands/unignore_links.py", line 8
        print "Unignoring all links"
                                   ^
    SyntaxError: Missing parentheses in call to 'print'

      File "/home/vagrant/.virtualenv/lib/python3.4/site-packages/linkcheck/management/commands/checkexternal.py", line 28
        print "Checking all external links that haven't been tested for %s minutes." % externalinterval
                                                                                   ^
    SyntaxError: Missing parentheses in call to 'print'
claudep commented 8 years ago

Yes, this is fixed in master by facd1bbfb8211a

bashu commented 8 years ago

@claudep perfect! now it's time to upload new release =)

claudep commented 8 years ago

A 1.3 release was published on 5. June