public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/hglib: metadata.xml hglib-0.1.ebuild ChangeLog Manifest
@ 2011-12-04 12:14 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2011-12-04 12:14 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/12/04 12:14:33

  Added:                metadata.xml hglib-0.1.ebuild ChangeLog Manifest
  Log:
  Added dev-python/hglib-0.1, thanks to Arne Babenhauserheide. Bug #392387
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/hglib/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/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>proxy-maintainers</herd>
<maintainer>
	<email>arne_bab@web.de</email>
	<name>Arne Babenhauserheide</name>
</maintainer>
<maintainer>
	<email>maksbotan@gentoo.org</email>
	<name>Maxim Koltsov</name>
</maintainer>
</pkgmetadata>



1.1                  dev-python/hglib/hglib-0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild?rev=1.1&content-type=text/plain

Index: hglib-0.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/hglib/hglib-0.1.ebuild,v 1.1 2011/12/04 12:14:33 maksbotan Exp $

EAPI=3
PYTHON_DEPEND="2"
PYTHON_USE_WITH="threads"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython"
MY_P="python-${P}"
MY_PN="python-${PN}"

inherit distutils

DESCRIPTION="Library for using the Mercurial Command Server from Python"
HOMEPAGE="http://mercurial.selenic.com/"
SRC_URI="http://mercurial.selenic.com/release/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

RDEPEND=">=dev-vcs/mercurial-1.9"
DEPEND="test? ( dev-python/nose )"

S=${WORKDIR}/${MY_P}

src_test() {
	rm tests/test-summary.py # currently fails
	testing() {
#		local testdir="${T}/tests-${PYTHON_ABI}"
#		rm -rf "${testdir}"
		"$(PYTHON)" test.py
	}
	python_execute_function testing
}



1.1                  dev-python/hglib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/hglib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/ChangeLog,v 1.1 2011/12/04 12:14:33 maksbotan Exp $

*hglib-0.1 (04 Dec 2011)

  04 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> +hglib-0.1.ebuild,
  +metadata.xml:
  Added dev-python/hglib-0.1, thanks to Arne Babenhauserheide. Bug #392387




1.1                  dev-python/hglib/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST python-hglib-0.1.tar.gz 24412 RMD160 f61f71948cf85899b75fee599c4896b769309be0 SHA1 b9fd096d759dd459e97e00c045e199e0cb10b0dc SHA256 f9e031e50d19ee59d2f40e51794b1ecb69db41b3faa52bda8e3abb8d53babf9e
EBUILD hglib-0.1.ebuild 926 RMD160 553c552f331ce1bba74529154df2e02965e75974 SHA1 d22f2ed017e864e67eacd3b81d6f17716a1af701 SHA256 5078f39a39a30ebe15b060cded0036afa9d2b750121fa04633da867adee32855
MISC ChangeLog 307 RMD160 5ab9f98645ad34e4ab9666c01f370a22d61415ce SHA1 79162e8f2124f6c6e5a25fae56b7056ee804921d SHA256 43e4b23f6d7a94c06543d56a9cd9df4812f83a8d390faba0a5589a1bb8e6d9c1
MISC metadata.xml 357 RMD160 3a97e4a5712124574f105dc71a659d07bb16ae20 SHA1 d9812e86e4341cc91eaaa7b60cea0a920c6b321f SHA256 edfb1bb504696c6207d87ca6ba3cca10d54eaeae6bf33b71be53af75e4557cb7






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-04 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 12:14 [gentoo-commits] gentoo-x86 commit in dev-python/hglib: metadata.xml hglib-0.1.ebuild ChangeLog Manifest Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox