From: "Dirkjan Ochtman (djc)" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: metadata.xml ChangeLog pyzmq-2.0.10.1.ebuild
Date: Fri, 4 Mar 2011 17:27:48 +0000 (UTC) [thread overview]
Message-ID: <20110304172748.55F9D20054@flycatcher.gentoo.org> (raw)
djc 11/03/04 17:27:48
Added: metadata.xml ChangeLog pyzmq-2.0.10.1.ebuild
Log:
Initial pyzmq ebuild.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/pyzmq/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>djc@gentoo.org</email>
<name>Dirkjan Ochtman</name>
</maintainer>
</pkgmetadata>
1.1 dev-python/pyzmq/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/pyzmq
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.1 2011/03/04 17:27:48 djc Exp $
*pyzmq-2.0.10.1 (04 Mar 2011)
04 Mar 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.0.10.1.ebuild,
+metadata.xml:
Initial version of pyzmq.
1.1 dev-python/pyzmq/pyzmq-2.0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-2.0.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-2.0.10.1.ebuild?rev=1.1&content-type=text/plain
Index: pyzmq-2.0.10.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-2.0.10.1.ebuild,v 1.1 2011/03/04 17:27:48 djc Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
inherit distutils
DESCRIPTION="PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library"
HOMEPAGE="http://www.zeromq.org/bindings:python http://pypi.python.org/pypi/pyzmq"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="net-libs/zeromq
dev-python/setuptools
doc? ( >=dev-python/sphinx-0.6 )"
RDEPEND=""
DOCS="README.rst"
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
cd docs
PYTHONPATH=".." emake html || die "Building of documentation failed"
fi
}
src_test() {
testing() {
"$(PYTHON)" setup.py build_ext --inplace
"$(PYTHON)" setup.py test
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r docs/_build/html/* || die "Installation of documentation failed"
fi
}
reply other threads:[~2011-03-04 17:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110304172748.55F9D20054@flycatcher.gentoo.org \
--to=djc@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox