From a903155694d535c3d8cc961c652a9831aa727a2e Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 9 Aug 2016 15:02:39 -0700 Subject: dev-python/pyjade: New package, dep of buildbot-0.9 Package-Manager: portage-2.3.0 --- dev-python/pyjade/Manifest | 1 + dev-python/pyjade/metadata.xml | 24 ++++++++++++++++++++++++ dev-python/pyjade/pyjade-4.0.0.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 dev-python/pyjade/Manifest create mode 100644 dev-python/pyjade/metadata.xml create mode 100644 dev-python/pyjade/pyjade-4.0.0.ebuild (limited to 'dev-python/pyjade') diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest new file mode 100644 index 000000000000..8392c0992127 --- /dev/null +++ b/dev-python/pyjade/Manifest @@ -0,0 +1 @@ +DIST pyjade-4.0.0.tar.gz 29251 SHA256 8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7 SHA512 0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6 WHIRLPOOL d1527b7d792551f6fc015c6c1fd7b6d9d37e252e7e45d2c2915e53f70456ac41caaa97482fa7a0af290df5cfe071e97488e622f0ed41bdd3c4339e681d3e7baa diff --git a/dev-python/pyjade/metadata.xml b/dev-python/pyjade/metadata.xml new file mode 100644 index 000000000000..e63eabf10b97 --- /dev/null +++ b/dev-python/pyjade/metadata.xml @@ -0,0 +1,24 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + Primary maintainer + + + python@gentoo.org + Python + + + + me@syrusakbary.com + Syrus Akbary + + pyjade + +PyJade is a high performance port of Jade-lang for python, +that converts any .jade source to the each Template-language (Django, +Jinja2, Mako or Tornado). + + diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild new file mode 100644 index 000000000000..ead85ad3db9b --- /dev/null +++ b/dev-python/pyjade/pyjade-4.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Jade syntax adapter for Django, Jinja2 and Mako templates" +HOMEPAGE="https://github.com/syrusakbary/pyjade" +SRC_URI="https://pypi.python.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd4d00f7064712e4dd48f24c02ca95/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND=" + ${RDEPEND} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/django[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + www-servers/tornado[${PYTHON_USEDEP}] + dev-python/pyramid[${PYTHON_USEDEP}] + dev-python/mako[${PYTHON_USEDEP}] + ) +" -- cgit v1.2.3-65-gdbad