Skip to content

Commit

Permalink
+ xml2rfc: new ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Jun 17, 2015
1 parent 427f445 commit 0760ae0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-text/xml2rfc/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST xml2rfc-2.5.0.tar.gz 1042161 SHA256 84d49410b0d0f07e04defb55e39bc75eb7dddcabd2bb885e0b5687bb8d3fcaf6 SHA512 e6b9d63ca0ba322868d935cb9a857eeb481050166e791d0bd9f7a412092bd54a90c2248da38d6b06d1081ba59f5369042ad72a13aaa03e1ac7477d2e4cc09f46 WHIRLPOOL 9bd7535c719c84b09ca385928695f115bcaf0e4b0c59a9cb53c75c17903d5e612afca822fbff1797ba37297b8efc2babc99574ed241c6e6239e1c47d44e3a5f9
24 changes: 24 additions & 0 deletions app-text/xml2rfc/xml2rfc-2.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

DESCRIPTION="Xml2rfc generates RFCs and IETF drafts from document source in XML according to the dtd in RFC2629."
HOMEPAGE="https://pypi.python.org/pypi/xml2rfc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
>=dev-python/lxml-2.2.7
>=dev-python/requests-2.5.0"

0 comments on commit 0760ae0

Please sign in to comment.