From e08945e8d8d40e5eb29a97a64bb014be3442216b Mon Sep 17 00:00:00 2001 From: Stefan Briesenick Date: Thu, 22 Jul 2010 21:03:01 +0000 Subject: initial commit. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- dev-python/crcmod/ChangeLog | 10 ++++++++++ dev-python/crcmod/crcmod-1.7.ebuild | 23 +++++++++++++++++++++++ dev-python/crcmod/metadata.xml | 15 +++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/crcmod/ChangeLog create mode 100644 dev-python/crcmod/crcmod-1.7.ebuild create mode 100644 dev-python/crcmod/metadata.xml (limited to 'dev-python/crcmod') diff --git a/dev-python/crcmod/ChangeLog b/dev-python/crcmod/ChangeLog new file mode 100644 index 000000000000..cbc29c064cc0 --- /dev/null +++ b/dev-python/crcmod/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/crcmod +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/ChangeLog,v 1.1 2010/07/22 21:03:01 sbriesen Exp $ + +*crcmod-1.7 (22 Jul 2010) + + 22 Jul 2010; Stefan Briesenick +crcmod-1.7.ebuild, + +metadata.xml: + initial commit. + diff --git a/dev-python/crcmod/crcmod-1.7.ebuild b/dev-python/crcmod/crcmod-1.7.ebuild new file mode 100644 index 000000000000..4cd38a9d1ad0 --- /dev/null +++ b/dev-python/crcmod/crcmod-1.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/crcmod-1.7.ebuild,v 1.1 2010/07/22 21:03:01 sbriesen Exp $ + +# For the 2.x versions of Python, these versions have been tested: 2.4 2.5 2.6 2.7 +# For the 3.x versions of Python, these versions have been tested: 3.1 + +PYTHON_DEPEND="2:2.4:2.7 3:3.1:3.1" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.2" + +inherit distutils + +DESCRIPTION="Python CRC Generator module" +HOMEPAGE="http://crcmod.sourceforge.net/" +SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="changelog test/examples.py" diff --git a/dev-python/crcmod/metadata.xml b/dev-python/crcmod/metadata.xml new file mode 100644 index 000000000000..eae28cfe845e --- /dev/null +++ b/dev-python/crcmod/metadata.xml @@ -0,0 +1,15 @@ + + + + no-herd + + sbriesen@gentoo.org + Stefan Briesenick + + + 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. + + -- cgit v1.2.3-65-gdbad