Skip to content

Reportlab bitbucket link is not working anymore #2310

Closed
@mp-007

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions