diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/crcmod | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/crcmod')
| -rw-r--r-- | dev-python/crcmod/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/crcmod/crcmod-1.7-r3.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/crcmod/metadata.xml | 18 |
3 files changed, 42 insertions, 0 deletions
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 @@ +<?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> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + 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. + </longdescription> + <upstream> + <remote-id type="sourceforge">crcmod</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
