Introducing dulwich, a git replacement written in python.

This commit is contained in:
Micha Glave 2009-09-30 13:55:52 +02:00
parent a6a3c05b8e
commit 98845edc89
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST dulwich-0.3.3.tar.gz 66707 RMD160 07bdcb9e89a6992b07973acdf4a638dd6a62a312 SHA1 649d39ccd8ba7b00352f029a33b1b7cfde447ab6 SHA256 449fe6bc4b1010fd5f5e7809ba64339b086399a12853b23468eef9a17d4754c7
EBUILD dulwich-0.3.3.ebuild 392 RMD160 3b84265786ab0eaf3c544367f7c7e8c55f1fad27 SHA1 0e6d12850d8fcee9d85b4f4ef290066a21c0d31e SHA256 7461f24d889f784e136eb80749ec4535c71462e3a437e045bc01d524578d0f59

View File

@ -0,0 +1,22 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit distutils python
DESCRIPTION="Python-based git replacement"
HOMEPAGE="http://samba.org/~jelmer/dulwich/"
SRC_URI="http://samba.org/~jelmer/dulwich/dulwich-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""