mrueg 14/08/04 22:34:45 Added: txtorcon-0.10.1.ebuild metadata.xml ChangeLog Log: Initial ebuild. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.1 net-libs/txtorcon/txtorcon-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/txtorcon-0.10.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/txtorcon-0.10.1.ebuild?rev=1.1&content-type=text/plain Index: txtorcon-0.10.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/txtorcon-0.10.1.ebuild,v 1.1 2014/08/04 22:34:45 mrueg Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="Twisted-based Tor controller client, with state-tracking and configuration abstractions" HOMEPAGE="https://github.com/meejah/txtorcon https://pypi.python.org/pypi/txtorcon" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" RDEPEND="dev-python/twisted-core[${PYTHON_USEDEP}] dev-python/ipaddr[${PYTHON_USEDEP}] net-misc/tor net-zope/zope-interface[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] )" python_test() { trial --reporter=text test || die } 1.1 net-libs/txtorcon/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/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> <maintainer> <email>[email protected]</email> <name>Manuel Rüger</name> </maintainer> </pkgmetadata> 1.1 net-libs/txtorcon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/txtorcon/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for net-libs/txtorcon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/txtorcon/ChangeLog,v 1.1 2014/08/04 22:34:45 mrueg Exp $ *txtorcon-0.10.1 (04 Aug 2014) 04 Aug 2014; Manuel Rüger <[email protected]> +metadata.xml, +txtorcon-0.10.1.ebuild: Initial ebuild.
