From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C65A13820A for ; Fri, 29 Apr 2016 07:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C91C21C009; Fri, 29 Apr 2016 07:10:13 +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 E271121C009 for ; Fri, 29 Apr 2016 07:10:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 822543409E2 for ; Fri, 29 Apr 2016 07:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF475329 for ; Fri, 29 Apr 2016 07:10:08 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461913784.402a716ea4b4225934f487e55d028c9d00fe96b9.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dominate/Manifest dev-python/dominate/dominate-2.2.0.ebuild dev-python/dominate/metadata.xml X-VCS-Directories: dev-python/dominate/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 402a716ea4b4225934f487e55d028c9d00fe96b9 X-VCS-Branch: master Date: Fri, 29 Apr 2016 07:10:08 +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: 635658cb-15ee-4d0f-a03b-65a467e84dd7 X-Archives-Hash: 6fd79ba9d39db618f2958890d5c8e177 commit: 402a716ea4b4225934f487e55d028c9d00fe96b9 Author: Louis Sautier gmail com> AuthorDate: Mon Apr 25 22:16:54 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Apr 29 07:09:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402a716e dev-python/dominate: new package, dependency of flask-bootstrap, vn. 2.2.0 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1353 Signed-off-by: Ian Delaney gentoo.org> dev-python/dominate/Manifest | 1 + dev-python/dominate/dominate-2.2.0.ebuild | 33 +++++++++++++++++++++++++++++++ dev-python/dominate/metadata.xml | 20 +++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest new file mode 100644 index 0000000..745db7c --- /dev/null +++ b/dev-python/dominate/Manifest @@ -0,0 +1 @@ +DIST dominate-2.2.0.tar.gz 23320 SHA256 318063a9b600cdc13f84592ad515db0fd3a2816a2433e2a2fad55a5398ae05da SHA512 416fa8ac56856aa06d547a307cdf46ca71b3a29caf36103e78a2522973e407cab90c0163a34fd8ed724586a6121bbd8f4822da78dbf1f77c18e9106aab112e74 WHIRLPOOL 9d5e8516d90b947c88c76e39b0ca73ff07737e36dd9336bd70f73fe5f3836d0fc43f28a7c1343e880367a449a117a1fdfa7e48c8b35f502ba20950b328f62c3b diff --git a/dev-python/dominate/dominate-2.2.0.ebuild b/dev-python/dominate/dominate-2.2.0.ebuild new file mode 100644 index 0000000..764995f --- /dev/null +++ b/dev-python/dominate/dominate-2.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +COMMIT="acb02c7c71e353e5dfbc905d506b54908533027e" + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API" +HOMEPAGE="https://github.com/Knio/dominate" +# Releases aren't tagged on GitHub, tests are missing from PyPI +# https://github.com/Knio/dominate/pull/69 +SRC_URI="https://github.com/Knio/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +" +RDEPEND="" + +python_test() { + py.test || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/dominate/metadata.xml b/dev-python/dominate/metadata.xml new file mode 100644 index 0000000..3f517fa --- /dev/null +++ b/dev-python/dominate/metadata.xml @@ -0,0 +1,20 @@ + + + + + sautier.louis@gmail.com + Louis Sautier + + + proxy-maint@gentoo.org + Proxy Maintainers + + + dominate + Knio/dominate + https://github.com/Knio/dominate/issues + + + Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python. + +