Skip to content

Reportlab bitbucket link is not working anymore #2310

Description

@mp-007

Since august, bitbucket for reporlab is not working anymore (see link in reportlab recipe init.py). I'm not an expert with recipes, but I think that we need to updated the url link with github mirror: https://github.com/MrBitBucket/reportlab-mirror/.

possible solution:
to change in init.py:

    version = 'c088826211ca'
    url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'

to:

    version = '???' #I don't know the version in bitbucket
    url = 'https://github.com/MrBitBucket/reportlab-mirror/ReportLab_{version}.tar.gz'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions