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 45E5B13835A for ; Fri, 8 May 2020 20:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44176E088B; Fri, 8 May 2020 20:34:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22353E0887 for ; Fri, 8 May 2020 20:34:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E52A34F15F for ; Fri, 8 May 2020 20:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B40233 for ; Fri, 8 May 2020 20:34:27 +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: <1588970054.9d22a12cd7b035cab4ab8b29e355a69fd848df3a.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypugjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypugjs/Manifest dev-python/pypugjs/metadata.xml dev-python/pypugjs/pypugjs-5.9.4.ebuild X-VCS-Directories: dev-python/pypugjs/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9d22a12cd7b035cab4ab8b29e355a69fd848df3a X-VCS-Branch: master Date: Fri, 8 May 2020 20:34:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30872592-15dc-4d0d-afb1-4497554ce8da X-Archives-Hash: d6485bf9be4d4e5be4fbc0ff6e9c75ec commit: 9d22a12cd7b035cab4ab8b29e355a69fd848df3a Author: Brian Dolbec gentoo org> AuthorDate: Fri May 8 17:44:52 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri May 8 20:34:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d22a12c dev-python/pypugjs: New pkg, replaces dev-python/pyjade This is a maintained fork of pyjade and is the new dep for dev-util/buildbot. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec gentoo.org> dev-python/pypugjs/Manifest | 1 + dev-python/pypugjs/metadata.xml | 21 +++++++++++++++++++++ dev-python/pypugjs/pypugjs-5.9.4.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest new file mode 100644 index 00000000000..9392e3a8d2d --- /dev/null +++ b/dev-python/pypugjs/Manifest @@ -0,0 +1 @@ +DIST v5.9.4.tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32 diff --git a/dev-python/pypugjs/metadata.xml b/dev-python/pypugjs/metadata.xml new file mode 100644 index 00000000000..e44a0f59610 --- /dev/null +++ b/dev-python/pypugjs/metadata.xml @@ -0,0 +1,21 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + + andy@freilandkiwis.de + Andy Grabow + + pypugjs + kakulukia/pypugjs + + PyPugJS is a fork of PyJade with the name Jade changed to PugJS. +PyPuJS is a high performance port of Jade-lang for python, +that converts any .pug source to any of the Template-language (Django, +Jinja2, Mako or Tornado). + + diff --git a/dev-python/pypugjs/pypugjs-5.9.4.ebuild b/dev-python/pypugjs/pypugjs-5.9.4.ebuild new file mode 100644 index 00000000000..dfa04c48288 --- /dev/null +++ b/dev-python/pypugjs/pypugjs-5.9.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates" +HOMEPAGE="https://github.com/kakulukia/pypugjs" +SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/chardet +" +DEPEND="${RDEPEND}"