public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/eva:master commit in: dev-python/pytidylib/
@ 2012-10-20  9:40 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-20  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd6735bb654f17b34162236e16061f83ce3dbd4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 09:37:50 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 09:39:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=2bd6735b

dev-python/pytidylib: initial ebuild

---
 dev-python/pytidylib/Manifest               |   11 ++++++++++
 dev-python/pytidylib/pytidylib-0.2.1.ebuild |   28 +++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/dev-python/pytidylib/Manifest b/dev-python/pytidylib/Manifest
new file mode 100644
index 0000000..0037983
--- /dev/null
+++ b/dev-python/pytidylib/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST pytidylib-0.2.1.tar.gz 157710 SHA256 44a55295450d81126b75a031b76098a051460a56d5f39974eff3cc804681e464 SHA512 5c98ef70e3c2e6a9239bc5ae9ab7ae84216fc8f4e9cd114cf0f81fc5478fd0adb569145632d09680ec8b94ec99945e1e3b246fd8ffb708ae0384411c66299f50 WHIRLPOOL a1ad93e604b6aea54a0e0234660156b484f017bca04a623b483b0b33861af4ff17e05b5b22a5a4177a535edb0cdc7e58c69b7d325ec937fadce8a6426266faf8
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iEYEAREKAAYFAlCCcO4ACgkQ1fmVwcYIWAZGqACg7rqvOD2MaC41YaOtZM/QI6wz
+Jf4AoNOcQsjVYctCrYmdowBrgNwQH4pw
+=4W24
+-----END PGP SIGNATURE-----

diff --git a/dev-python/pytidylib/pytidylib-0.2.1.ebuild b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
new file mode 100644
index 0000000..73ae9e1
--- /dev/null
+++ b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/rsa-3.1.1.ebuild,v 1.4 2012/08/19 18:48:44 johu Exp $
+
+EAPI="4"
+
+PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package that wraps the HTML Tidy library"
+HOMEPAGE=" http://countergram.com/open-source/pytidylib/"
+SRC_URI="https://github.com/downloads/countergram/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools
+"
+
+DOCS=( README )
+
+HTML_DOCS=( docs/html/ )


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/eva:master commit in: dev-python/pytidylib/
@ 2012-10-20 13:12 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-20 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     31cdbc94b41c862a8fae201ed07d9fac10407ee9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 13:11:51 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 13:11:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=31cdbc94

dev-python/pytidylib: add missing dependency

Also, add missing metadata.xml.

---
 dev-python/pytidylib/metadata.xml           |    8 ++++++++
 dev-python/pytidylib/pytidylib-0.2.1.ebuild |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/dev-python/pytidylib/metadata.xml b/dev-python/pytidylib/metadata.xml
new file mode 100644
index 0000000..23310c6
--- /dev/null
+++ b/dev-python/pytidylib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+	<email>eva@gentoo.org</email>
+	<name>Gilles Dartiguelongue</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-python/pytidylib/pytidylib-0.2.1.ebuild b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
index 73ae9e1..99d71c5 100644
--- a/dev-python/pytidylib/pytidylib-0.2.1.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
+	app-text/htmltidy
 "
 DEPEND="${RDEPEND}
 	dev-python/setuptools


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/eva:master commit in: dev-python/pytidylib/
@ 2013-05-14 22:09 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2013-05-14 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     28878f8c81a154126b91b5faad00e702970596c5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 22:09:49 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 14 22:09:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=28878f8c

dev-python/pytidylib: use thirdparty mirror syntax

---
 dev-python/pytidylib/pytidylib-0.2.1.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytidylib/pytidylib-0.2.1.ebuild b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
index 8eaacfb..0649453 100644
--- a/dev-python/pytidylib/pytidylib-0.2.1.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python package that wraps the HTML Tidy library"
 HOMEPAGE=" http://countergram.com/open-source/pytidylib/"
-SRC_URI="https://github.com/downloads/countergram/${PN}/${P}.tar.gz"
+SRC_URI="mirror://github/countergram/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-14 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-20 13:12 [gentoo-commits] dev/eva:master commit in: dev-python/pytidylib/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2013-05-14 22:09 Gilles Dartiguelongue
2012-10-20  9:40 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox