add fnvhash-0.1.0

This commit is contained in:
Andreas Billmeier 2020-04-25 21:10:50 +02:00 committed by Andreas Billmeier
parent 4c13689ec1
commit 54353af036
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* bump PlexAPI-3.4.0
* bump nad_receiver-0.0.12
* bump pyTibber-0.13.8
* add fnvhash-0.1.0
2020-04-16 homeassistant-0.108.6
* add dep in bravia-tv-1.0.1

View File

@ -0,0 +1,3 @@
DIST fnvhash-0.1.0.tar.gz 1902 BLAKE2B b93c79c8b73678eb50752962d618b26f5b83bb267c5b809e42dce4dbde16e8b6908b9cfbb42159be49513c2dd4767fca9924a5ba6c855b0ee2787101d4800c7c SHA512 073bca46261af6212b1d92cacbb592f7165f6ea20f0bf6e27c4ce5c4e1f5e855fc16970b0c718726dc2ef9af70442bb196de56bfd90e3c1da2f540625d8a0e4d
EBUILD fnvhash-0.1.0.ebuild 674 BLAKE2B e1647b4f02f30a80e5404bfffc8f5fe6fdbd7ec6d954888157d26beacd8ba8a318c4063c96a3762477b96bdfd6616f48a0425e978db47b389a57d6f9cbbc7804 SHA512 99c8c0a3e1309889c33b05b0d28786c5be49c2fd7fe09b3d70897ba5fadb84b84d0cf2cb582afadeba73b0837cab1f9b0b82766bb4167a496d8cee9f1f1526da
MISC metadata.xml 445 BLAKE2B 62af07a433b9f7612dd2297f68cd925f0a9f59ef77c64fef463df7de0b59cfc1963a27527108279eb5543c373d2b901797d5592a35caee03f5993e53e71124d8 SHA512 bbd790f4e9f213ca075a8bb696ae92b216905ad38f87c078dab56c96bd13ac81163f0c764971ae501e067fe310d3ee891d24bd314ebb13bdf8efe09d8a56945f

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Pure Python FNV hash implementation"
HOMEPAGE="https://github.com/znerol/py-fnvhash https://pypi.org/project/fnvhash/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

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>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">fnvhash</remote-id>
<maintainer status="unknown">
<email>lo@znerol.ch</email>
<name>Lorenz Schori</name>
</maintainer>
</upstream>
</pkgmetadata>