diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-30 22:18:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-30 22:18:29 +0000 |
commit | f1b4187af70a9a0e37fabfe390b5fc5b45f7665f (patch) | |
tree | 0422093c39bdba8f5a3e42ff727ea4dc21cb8194 /dev-python/twill | |
parent | Fix dependencies. Set SUPPORT_PYTHON_ABIS. Add "examples" USE flag. (diff) | |
download | historical-f1b4187af70a9a0e37fabfe390b5fc5b45f7665f.tar.gz historical-f1b4187af70a9a0e37fabfe390b5fc5b45f7665f.tar.bz2 historical-f1b4187af70a9a0e37fabfe390b5fc5b45f7665f.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-2.2.0_alpha10_p22/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twill')
-rw-r--r-- | dev-python/twill/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twill/Manifest | 4 | ||||
-rw-r--r-- | dev-python/twill/twill-0.9.ebuild | 29 |
3 files changed, 26 insertions, 15 deletions
diff --git a/dev-python/twill/ChangeLog b/dev-python/twill/ChangeLog index b3cd9ccec03a..fad2646d0b7d 100644 --- a/dev-python/twill/ChangeLog +++ b/dev-python/twill/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twill -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.4 2009/09/04 15:29:43 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.5 2010/12/30 22:18:29 arfrever Exp $ + + 30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + twill-0.9.ebuild: + Fix dependencies. Set SUPPORT_PYTHON_ABIS. 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -twill-0.9_beta1.ebuild: Remove old diff --git a/dev-python/twill/Manifest b/dev-python/twill/Manifest index 0547b447b229..bfd5e1a2b921 100644 --- a/dev-python/twill/Manifest +++ b/dev-python/twill/Manifest @@ -1,4 +1,4 @@ DIST twill-0.9.tar.gz 242291 RMD160 fcc189d303de38d5e0427aedd371b8474fceca1c SHA1 a143e4085a330e43fb4b286e73d3a42ec76a3023 SHA256 8053c25fd6edf6ddf5e7583224e7b23ad947df1f90175b018af5cf7abeb42a86 -EBUILD twill-0.9.ebuild 949 RMD160 2bc1d3aa0381df131008be8f7a56bd9f531ee514 SHA1 8dbb71493dfa0edab9881ec57800faf28cb72a89 SHA256 01fc5b69c2b2cf053b2b8ab33cdbb887d080c7857e9508f2d77b795485389449 -MISC ChangeLog 648 RMD160 c2e8cb863c7444aa982290530d505858d5becbe0 SHA1 9a0fb96eff5a8a51b95b7ee54898875b64f3bf5c SHA256 5f03820a218eb047c9a5176e6da293bb281f59ed827824641c84815071525e09 +EBUILD twill-0.9.ebuild 1034 RMD160 fb5ec1f76d4f6725a25bdcb80ea5094ed2cf3f40 SHA1 1c42caea0ce603e641e41698513bd6783a39720e SHA256 36be44d02bcf579ed82d555541263e71d4e065608c4b8751ed0a0e73779ac56e +MISC ChangeLog 788 RMD160 9caabb2dceb37012dca059a541f1055498abcc77 SHA1 f712ade76fd03d8c3e4c0cc75c53655bff549384 SHA256 725b03f49117e9347d50f635bfbe6289bd41b339f6cc4b86b4c253ec9c9bd3e0 MISC metadata.xml 551 RMD160 917715264cae2119dcc1fafd0753967a9c66e57d SHA1 05ae4e5188a775785be11d39bcfa64e929293697 SHA256 dc7568e5f63a76efc894c2535d1a9c4964d5a64db59a2bf3b3ba68c8125950c0 diff --git a/dev-python/twill/twill-0.9.ebuild b/dev-python/twill/twill-0.9.ebuild index e19bdcc125da..bd931b8b7967 100644 --- a/dev-python/twill/twill-0.9.ebuild +++ b/dev-python/twill/twill-0.9.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.1 2009/02/15 14:24:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.2 2010/12/30 22:18:29 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils @@ -10,25 +15,27 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="Simple scripting language for web browsing with Python API." HOMEPAGE="http://twill.idyll.org/" SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz" + LICENSE="MIT" -KEYWORDS="~amd64 ~x86" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" + +src_test() { + elog "Testing disabled due to sandbox problems opening" + elog "a port on a server. Unpack the ebuild and run the" + elog "tests manually with 'nosetests' (dev-python/nose)" + elog "in the unpacked directory." +} src_install() { distutils_src_install + if use doc; then dodir /usr/share/doc/${PF}/examples cp -R doc/* "${D}"/usr/share/doc/${PF}/ cp examples/* "${D}"/usr/share/doc/${PF}/examples/ fi } - -src_test() { - elog "Testing disabled due to sandbox prolems opening" - elog "a port on a server. Unpack the ebuild and run the" - elog "tests manually with 'nosetests' (dev-python/nose)" - elog "in the unpacked directory." -} |