diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-11 00:07:42 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-11 00:07:42 +0800 |
commit | 5347af84cf3644cc2e75970ef33a58c8724ead12 (patch) | |
tree | baa8f49d5436c6df20b37ce60c4a32356a74469e /general.ent | |
parent | 5156c4003138d613019901709865ad00d68db2dc (diff) |
wheel: switch download URL
Avoid the necessity to upload a tarball onto anduin. The URL does not
contain long checksum and it produces a tarball with the same md5sum.
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/general.ent b/general.ent index 00eea04e1..ee5fd35db 100644 --- a/general.ent +++ b/general.ent @@ -118,6 +118,8 @@ <!ENTITY savannah "https://download.savannah.gnu.org"> <!ENTITY savannah-nongnu "https://savannah.nongnu.org"> <!ENTITY github "https://github.com"> +<!ENTITY pypi-home "https://pypi.org/project"> +<!ENTITY pypi-src "https://pypi.org/packages/source"> <!ENTITY root "<systemitem class='username'>root</systemitem>"> <!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>"> |