Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-python/eunuchs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eunuchs/ChangeLog,v 1.4 2008/03/12 17:59:53 phreak Exp $
12 Mar 2008; Christian Heim
Removing Marien Zwart (marienz, #107204) from metadata.xml.
21 Feb 2007; Lukasz Strzygowski
files/digest-eunuchs-20050320.1, Manifest:
Convert to Manifest2.
01 Apr 2006; Aron Griffis
Mark 20050320.1 ~ia64
*eunuchs-20050320.1 (25 Nov 2005)
25 Nov 2005; Marien Zwart
+eunuchs-20050320.1.ebuild:
New ebuild, thanks to Henry Bucklow (bug #84631).
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST eunuchs_20050320.1.tar.gz 8448 RMD160 7c224f906874d2e79302e6950d491dc8f1122d03 SHA1 8fa630851c791e48d110f9bb9833518b42c520c6 SHA256 2ca782d49b4065b37226f2a3f839e73d5d4c78d661ec9d2cf6219887135f9408
EBUILD eunuchs-20050320.1.ebuild 665 RMD160 2892680c1ef46357e218227f60c8e9e742879faa SHA1 8a2d27dc3611f44dacde0ad2cbe911cad8b1ee6f SHA256 6731efce68d9517e0eb04d34b4291bd120c8eec459827c313f47beeda3e9155d
MISC ChangeLog 744 RMD160 12a89d05d70707a27e251298f1514ed7dbe26034 SHA1 517d601223eeb56888d243439206f6787540c812 SHA256 3b8efa3fc5dea0b05442c88456475dd4bac52466be675da7b248b5903bd5c51d
MISC metadata.xml 578 RMD160 05ab64b0d54c5886d0f99215e3b285586d5bcda2 SHA1 eb07bc5067d1e15db5b1f96c0c0a864f845abd12 SHA256 6896949291fb29ffc2fac69631756310bc873a836638655e436bae02f2982238
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH2BofyuNVb5qfaOYRAgx8AKClLtiWRrnB+Qo2CBltAenQiLBgHQCeNszn
wRIXQ1K6KcQ6kaECjlcy2Bo=
=CeHg
-----END PGP SIGNATURE-----
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eunuchs/eunuchs-20050320.1.ebuild,v 1.2 2006/04/01 14:52:23 agriffis Exp $
inherit distutils
DESCRIPTION="Missing manly parts of UNIX API for Python"
HOMEPAGE="http://www.inoi.fi/open/trac/eunuchs"
SRC_URI="mirror://debian/pool/main/e/${PN}/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~ia64 ~x86"
IUSE=""
DEPEND="dev-lang/python"
src_install() {
distutils_src_install
docinto examples
dodoc examples/*
}
src_test() {
${python} examples/test-socketpair.py || die "socketpair test failed"
}
Eunuchs is a library of Python extensions that complement the
standard libraries in parts where full support for the UNIX API (or
the Linux API) is missing.
Most of the functions wrapped by Eunuchs are low-level, dirty, but
absolutely necessary functions for real systems programming. The aim
is to have the functions added to mainstream Python libraries.