diff options
author | Ian Delaney <della5@iinet.com.au> | 2012-05-20 01:29:27 +0800 |
---|---|---|
committer | Ian Delaney <della5@iinet.com.au> | 2012-05-20 01:29:27 +0800 |
commit | bac5025bbb2e5969fa3fa4cfd7160ca07d1922a8 (patch) | |
tree | 279d3830a07bcee362e60866b27e79dfb6e175ec /dev-python/http-parser | |
parent | [dev-python/[django-[auth-ldap,auth-ldap]] Removed, in portage. django-evolu... (diff) | |
download | improvise-bac5025bbb2e5969fa3fa4cfd7160ca07d1922a8.tar.gz improvise-bac5025bbb2e5969fa3fa4cfd7160ca07d1922a8.tar.bz2 improvise-bac5025bbb2e5969fa3fa4cfd7160ca07d1922a8.zip |
[dev-python/[socketpool,http-parser] New ebuilds; deps for restkiy
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r-- | dev-python/http-parser/Manifest | 1 | ||||
-rw-r--r-- | dev-python/http-parser/http-parser-0.7.5.ebuild | 32 | ||||
-rw-r--r-- | dev-python/http-parser/metadata.xml | 11 |
3 files changed, 44 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer><email>tampakrap@gentoo.org</email></maintainer> + <maintainer> + <email>johneed@hotmail.com,della5@iinet.com.au</email> + <name>Ian Delaney aka idella4 proxy maintainer</name> + </maintainer> + +</pkgmetadata> |