mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-14 03:07:56 -08:00
Add the backport of SHA3 hash functions for Python < 3.6, it is the most lightweight provider of the hash for Portage.
16 lines
447 B
XML
16 lines
447 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">tiran/pysha3</remote-id>
|
|
<remote-id type="pypi">pysha3</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|