public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/
Date: Fri, 29 Apr 2016 07:10:08 +0000 (UTC)	[thread overview]
Message-ID: <1461913784.402a716ea4b4225934f487e55d028c9d00fe96b9.idella4@gentoo> (raw)

commit:     402a716ea4b4225934f487e55d028c9d00fe96b9
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 22:16:54 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> 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 <idella4 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sautier.louis@gmail.com</email>
+		<name>Louis Sautier</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">dominate</remote-id>
+		<remote-id type="github">Knio/dominate</remote-id>
+		<bugs-to>https://github.com/Knio/dominate/issues</bugs-to>
+	</upstream>
+	<longdescription lang="en">
+		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. 
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2016-04-29  7:10 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-29  7:10 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-23 11:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/ Ian Delaney
2016-07-17  1:18 Göktürk Yüksek
2016-11-08 23:00 Patrice Clement
2016-11-08 23:00 Patrice Clement
2016-11-27 10:28 Michał Górny
2017-05-11 13:13 Manuel Rüger
2018-06-20 19:40 Louis Sautier
2018-06-27 21:28 Louis Sautier
2018-07-24 23:10 Louis Sautier
2018-10-03 21:14 Louis Sautier
2018-10-03 21:14 Louis Sautier
2018-11-27 11:25 Louis Sautier
2019-08-04 17:23 Louis Sautier
2019-08-04 17:23 Louis Sautier
2020-02-05  5:50 Michał Górny
2020-03-09 11:55 Louis Sautier
2020-03-09 11:55 Louis Sautier
2020-07-08 20:16 Michał Górny
2020-07-08 20:16 Michał Górny
2020-08-24 13:10 Louis Sautier
2020-10-07  7:28 Michał Górny
2020-10-21 18:58 Louis Sautier
2020-11-26  8:21 Sam James
2020-11-26  8:40 Michał Górny
2021-05-09 11:35 Michał Górny
2022-06-17  8:10 Arthur Zamarin
2022-06-17  8:10 Arthur Zamarin
2022-07-24 19:13 Sam James
2022-07-24 20:28 Michał Górny
2022-07-26 14:11 Michał Górny
2022-08-26 23:27 Sam James
2022-08-27  6:24 Michał Górny
2023-03-16  3:47 Michał Górny
2023-05-22  5:53 Michał Górny
2023-06-27  5:19 Jakov Smolić
2023-06-27 11:52 Michał Górny
2023-11-16 13:27 Michał Górny
2023-12-09 14:22 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 15:54 Michał Górny
2023-12-24 21:52 Louis Sautier
2024-01-13  9:31 Arthur Zamarin
2024-01-13  9:33 Michał Górny
2024-06-14 18:15 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461913784.402a716ea4b4225934f487e55d028c9d00fe96b9.idella4@gentoo \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox