From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1C9513832E for ; Tue, 9 Aug 2016 23:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72A2EE0B74; Tue, 9 Aug 2016 23:52:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DA9CE0B75 for ; Tue, 9 Aug 2016 23:52:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB252340AC0 for ; Tue, 9 Aug 2016 23:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB15D2451 for ; Tue, 9 Aug 2016 23:52:18 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1470786441.a903155694d535c3d8cc961c652a9831aa727a2e.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjade/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjade/Manifest dev-python/pyjade/metadata.xml dev-python/pyjade/pyjade-4.0.0.ebuild X-VCS-Directories: dev-python/pyjade/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a903155694d535c3d8cc961c652a9831aa727a2e X-VCS-Branch: master Date: Tue, 9 Aug 2016 23:52:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c44be668-9d39-4205-95a9-fc1ae7b33035 X-Archives-Hash: 7c76d2dca80f21805378821e57c3109c commit: a903155694d535c3d8cc961c652a9831aa727a2e Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 9 22:02:39 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Aug 9 23:47:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9031556 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(+) diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest new file mode 100644 index 0000000..8392c09 --- /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 0000000..e63eabf --- /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 0000000..ead85ad --- /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}] + ) +"