dev-python/mmh3: initial import of mmh3-2.3.1

Package-Manager: portage-2.3.0
This commit is contained in:
William Hubbs
2016-11-29 18:44:58 -06:00
parent add6a2bf29
commit 2fcfbbdd6b
3 changed files with 36 additions and 0 deletions

1
dev-python/mmh3/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST mmh3-2.3.1.tar.gz 6122 SHA256 ecadc3557c093211a70b49814cf91d6833fff403edf2d8405645e227262de928 SHA512 9ffdf23f7fe33583713daf299fad64d4e3bc3ba433eec4e1d24a47daeffa39b13aedcedd3005f2d873a01dbc2d1b1ed931eed30d09e1887eaa0980586af37cc5 WHIRLPOOL 40784748aeb778efa1bcc2aa7f12f589112b843d6580bcf7b361f4a37a712179609196deb4593e7dcf2a7d1283c110445eadc58680aa7f8393daf31889809744

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="project">
<email>python@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
<longdescription lang="en">
Python wrapper for MurmurHash (MurmurHash3), a set of fast and
robust hash functions.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
DESCRIPTION="Python library for MurmurHash3, fast and robust hash functions."
HOMEPAGE="https://pypi.python.org/pypi/mmh3"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"