Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reportlab bitbucket link is not working anymore #2310

Closed
mp-007 opened this issue Sep 8, 2020 · 3 comments
Closed

Reportlab bitbucket link is not working anymore #2310

mp-007 opened this issue Sep 8, 2020 · 3 comments

Comments

@mp-007
Copy link
Contributor

mp-007 commented Sep 8, 2020

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'
@mp-007
Copy link
Contributor Author

mp-007 commented Sep 8, 2020

It seems to work with those 2 lines in init.py.

    version = '3_3_0'
    url = 'https://github.com/MrBitBucket/reportlab-mirror/archive/ReportLab_{version}.tar.gz'

@mp-007
Copy link
Contributor Author

mp-007 commented Sep 8, 2020

Maybe a better solution (directly from source):

    version = 'fe660f227cac'
    url = 'https://hg.reportlab.com/hg-public/reportlab/archive/{version}.tar.gz'

@AndreMiras
Copy link
Member

Thank you for the report. Please feel free to make a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants