From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/crcmod/Manifest | 1 + dev-python/crcmod/crcmod-1.7-r3.ebuild | 23 +++++++++++++++++++++++ dev-python/crcmod/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/crcmod/Manifest create mode 100644 dev-python/crcmod/crcmod-1.7-r3.ebuild create mode 100644 dev-python/crcmod/metadata.xml (limited to 'dev-python/crcmod') diff --git a/dev-python/crcmod/Manifest b/dev-python/crcmod/Manifest new file mode 100644 index 000000000000..1ed75340f437 --- /dev/null +++ b/dev-python/crcmod/Manifest @@ -0,0 +1 @@ +DIST crcmod-1.7.tar.gz 89670 BLAKE2B 542bdde18f4565f574a2746de5e1fcb10d015d5c89f3eba7a0c316a3e53eb5a895664e2f51e54dcbab7d2ee6f30055137f22498f44b6c27d40d0692ff9652813 SHA512 3c2f65004761c84f19d6ba95a0af74512108bad5007d9e20f8e684822e4196ce17073e58b47d2fa997e058e3d82782f3393458b6f0e86935418f38877d319a31 diff --git a/dev-python/crcmod/crcmod-1.7-r3.ebuild b/dev-python/crcmod/crcmod-1.7-r3.ebuild new file mode 100644 index 000000000000..71ac5d371a26 --- /dev/null +++ b/dev-python/crcmod/crcmod-1.7-r3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) + +inherit distutils-r1 + +DESCRIPTION="Python CRC Generator module" +HOMEPAGE="http://crcmod.sourceforge.net/" +SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm x86" +IUSE="" + +DOCS=( changelog test/examples.py ) + +python_test() { + "${EPYTHON}" test/test_crcmod.py -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/crcmod/metadata.xml b/dev-python/crcmod/metadata.xml new file mode 100644 index 000000000000..9970371d3e36 --- /dev/null +++ b/dev-python/crcmod/metadata.xml @@ -0,0 +1,18 @@ + + + + + python@gentoo.org + Python + + + The software in this package is a Python module for generating objects + that compute the Cyclic Redundancy Check (CRC). It includes a (optional) + C extension for fast calculation, as well as a pure Python + implementation. + + + crcmod + + gentoo-staging + -- cgit v1.3.1