Just a suggestion here regarding any python packages that are distributed via pypi. Any package there can be downloaded using this format:
https://pypi.python.org/packages/source/<package first letter>/<package name>/<package name-version.extension> So, python-defusedxml would look like: https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.6.0.tar.gz Again, just a suggestion to try and make things a little easier. -----Original Message----- From: "Markus Rinne" [[email protected]] Date: 10/01/2019 05:50 PM To: "SlackBuilds.org Users List" <[email protected]> Subject: Re: [Slackbuilds-users] incorrect md5sum python3-defusedxml On Tue, Oct 01, 2019 at 03:00:34PM +0100, sborg63 wrote: > in the SlackBuild.info for package python-defusedxml there is the > following md5sum given: > MD5SUM="d424828fbbb281412dcc733ad9eea615" > > in the one for python3-defusedxml, which uses the exact same source > tarball, it is: > MD5SUM="a59741f675c4cba649de40a99f732897" python3-defusedxml uses pythonhosted.org instead of github.com. It seems that the tarballs are slightly different, as the MD5SUM for python3-defusedxml is also correct. Possibly we could use the same download link for each to make it consistent. I wonder which one would be preferred, github.com or pythonhosted.org. Markus _______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/ _______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
