/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 14:47:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521144752-8o6jt0a6xat9g7lm
More renames; commands in output, environment variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    'url':          'http://bazaar.canonical.com/',
44
44
    'description':  'Friendly distributed version control system',
45
45
    'license':      'GNU GPL v2',
46
 
    'download_url': 'https://launchpad.net/brz/+download',
 
46
    'download_url': 'https://launchpad.net/bzr/+download',
47
47
    'long_description': get_long_description(),
48
48
    'classifiers': [
49
49
        'Development Status :: 6 - Mature',
306
306
        # The code it generates re-uses a "local" pointer and
307
307
        # calls "PY_DECREF" after having set it to NULL. (It mixes PY_XDECREF
308
308
        # which is NULL safe with PY_DECREF which is not.)
309
 
        # <https://bugs.launchpad.net/brz/+bug/449372>
310
 
        # <https://bugs.launchpad.net/brz/+bug/276868>
 
309
        # <https://bugs.launchpad.net/bzr/+bug/449372>
 
310
        # <https://bugs.launchpad.net/bzr/+bug/276868>
311
311
        print('Cannot build extension "brzlib._dirstate_helpers_pyx" using')
312
312
        print('your version of pyrex "%s". Please upgrade your pyrex'
313
313
              % (pyrex_version,))