From bac5025bbb2e5969fa3fa4cfd7160ca07d1922a8 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Sun, 20 May 2012 01:29:27 +0800 Subject: [dev-python/[socketpool,http-parser] New ebuilds; deps for restkiy --- dev-python/http-parser/Manifest | 1 + dev-python/http-parser/http-parser-0.7.5.ebuild | 32 +++++++++++++++++++++++++ dev-python/http-parser/metadata.xml | 11 +++++++++ 3 files changed, 44 insertions(+) create mode 100644 dev-python/http-parser/Manifest create mode 100644 dev-python/http-parser/http-parser-0.7.5.ebuild create mode 100644 dev-python/http-parser/metadata.xml (limited to 'dev-python/http-parser') diff --git a/dev-python/http-parser/Manifest b/dev-python/http-parser/Manifest new file mode 100644 index 0000000..e6fa436 --- /dev/null +++ b/dev-python/http-parser/Manifest @@ -0,0 +1 @@ +DIST http-parser-0.7.5.tar.gz 131576 SHA256 282b5e4d61bb3b97416afb5f92328a51da7c39a9ff35e3757f287c66ec0a95da SHA512 5f7c6997296353fed65063ec7d99ae0163cd948f66e9b1dc1aa6416a5f11f9f69b5a9a7c70ba6569d535a1fcb7dde8ea88f51a6fe8e11d7270519fabc352f8d4 WHIRLPOOL 613d64b0bd9a9452e0aacc1e10493c59d53b97ae1be6de6471941fba02a335a93132b9897d4f82f775ec1582668d30d9abbab38ecfa42652299acf20f1af4ea3 diff --git a/dev-python/http-parser/http-parser-0.7.5.ebuild b/dev-python/http-parser/http-parser-0.7.5.ebuild new file mode 100644 index 0000000..d71543c --- /dev/null +++ b/dev-python/http-parser/http-parser-0.7.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS=1 +RESTRICT_PYTHON_ABIS="*-jython" +inherit distutils + +DESCRIPTION="http-parser is a http-parser" +HOMEPAGE="http://github.com/benoitc/http-parser" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64" +IUSE="examples" +LICENSE="MIT" +SLOT="0" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools + dev-python/cython" + +src_install() { + distutils_src_install + if use examples; then + docompress -x usr/share/doc/${P}/examples + insinto usr/share/doc/${P} + doins -r examples/ + fi +} diff --git a/dev-python/http-parser/metadata.xml b/dev-python/http-parser/metadata.xml new file mode 100644 index 0000000..62940a8 --- /dev/null +++ b/dev-python/http-parser/metadata.xml @@ -0,0 +1,11 @@ + + + + python + tampakrap@gentoo.org + + johneed@hotmail.com,della5@iinet.com.au + Ian Delaney aka idella4 proxy maintainer + + + -- cgit v1.2.3-65-gdbad