Changeset 93218512


Ignore:
Timestamp:
05/06/2024 02:55:09 PM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
c4a9428e
Parents:
ac5428a
git-author:
Xi Ruoyao <xry111@…> (05/06/2024 02:51:26 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/06/2024 02:55:09 PM)
Message:

pyproject-metadata: Fix download url and md5

This version uses a underscore instead of minus sign in the tarball name
between "pyproject" and "metadata".

And I also forgot to change the md5.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/pyproject-metadata.xml

    rac5428a r93218512  
    55  %general-entities;
    66
    7   <!ENTITY pyproject-metadata-download-http "https://files.pythonhosted.org/packages/source/p/pyproject-metadata/pyproject-metadata-&pyproject-metadata-version;.tar.gz">
     7  <!ENTITY pyproject-metadata-download-http "https://files.pythonhosted.org/packages/source/p/pyproject-metadata/pyproject_metadata-&pyproject-metadata-version;.tar.gz">
    88  <!ENTITY pyproject-metadata-download-ftp  " ">
    99  <!ENTITY pyproject-metadata-md5sum        "&pyproject-metadata-md5sum;">
  • packages.ent

    rac5428a r93218512  
    653653<!ENTITY pluggy-md5sum                  "ac0870be78ba0ee227a5c3955efeba59">
    654654<!ENTITY pyproject-metadata-version     "0.8.0">
    655 <!ENTITY pyproject-metadata-md5sum      "ca5e9527cff96153a976e14530b53746">
     655<!ENTITY pyproject-metadata-md5sum      "048ef3f91a5ba7c89a33894cb2c7725d">
    656656<!ENTITY pytz-version                   "2024.1">
    657657<!ENTITY pytz-md5sum                    "b26bb090d1fe96064019bf7068eeb801">
Note: See TracChangeset for help on using the changeset viewer.