dev-python/pyblake2: New package

Add a package providing Python extension with BLAKE2, for use
as a fallback hash provider in sys-apps/portage.
This commit is contained in:
Michał Górny
2017-10-21 01:13:50 +02:00
parent 99936143b5
commit ad987d5e1c
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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">dchest/pyblake2</remote-id>
<remote-id type="pypi">pyblake2</remote-id>
</upstream>
</pkgmetadata>