summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-10-20 11:37:50 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2012-10-20 11:39:12 +0200
commit2bd6735bb654f17b34162236e16061f83ce3dbd4 (patch)
tree8fe3b042200d21a79f8b4395ebf777efc8861a62 /dev-python/pytidylib
parentdev-python/readability-lxml: add 0.2.6.1 release (diff)
downloadeva-2bd6735bb654f17b34162236e16061f83ce3dbd4.tar.gz
eva-2bd6735bb654f17b34162236e16061f83ce3dbd4.tar.bz2
eva-2bd6735bb654f17b34162236e16061f83ce3dbd4.zip
dev-python/pytidylib: initial ebuild
Diffstat (limited to 'dev-python/pytidylib')
-rw-r--r--dev-python/pytidylib/Manifest11
-rw-r--r--dev-python/pytidylib/pytidylib-0.2.1.ebuild28
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/ )