diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-30 03:10:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-30 03:10:32 +0000 |
commit | bc4c333cf0ac8d6fc94896cdb7d9a1277ce000b6 (patch) | |
tree | 2b03433bc8481671c284f1d3ebae3335db9d9b92 /dev-python/nevow | |
parent | Fix src_compile(). (diff) | |
download | historical-bc4c333cf0ac8d6fc94896cdb7d9a1277ce000b6.tar.gz historical-bc4c333cf0ac8d6fc94896cdb7d9a1277ce000b6.tar.bz2 historical-bc4c333cf0ac8d6fc94896cdb7d9a1277ce000b6.zip |
Version bump. Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-14920-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/nevow')
-rw-r--r-- | dev-python/nevow/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/nevow/Manifest | 4 | ||||
-rw-r--r-- | dev-python/nevow/nevow-0.10.0.ebuild | 64 |
3 files changed, 74 insertions, 2 deletions
diff --git a/dev-python/nevow/ChangeLog b/dev-python/nevow/ChangeLog index c8503d59b750..bc08741eab81 100644 --- a/dev-python/nevow/ChangeLog +++ b/dev-python/nevow/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/nevow # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.35 2009/10/06 17:27:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.36 2009/11/30 03:10:32 arfrever Exp $ + +*nevow-0.10.0 (30 Nov 2009) + + 30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +nevow-0.10.0.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. 06 Oct 2009; Raúl Porcel <armin76@gentoo.org> nevow-0.9.33.ebuild: sparc stable diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest index 58124fd02eaf..2c75a2f8bdc4 100644 --- a/dev-python/nevow/Manifest +++ b/dev-python/nevow/Manifest @@ -1,4 +1,6 @@ +DIST Nevow-0.10.0.tar.gz 518696 RMD160 301fbe3fdd275618c5ea5c7fec2bb95cca4007a7 SHA1 134c795581df70649d0c11d8619b8b4e7d3749e6 SHA256 90631f68f626c8934984908d3df15e7c198939d36be7ead1305479dfc67ff6d0 DIST Nevow-0.9.33.tar.gz 1094717 RMD160 d3d953758499bf0f5af23df38ca7fdc6b1d26834 SHA1 862ecf171c398d79887cdd9122709bff139a4e72 SHA256 ccb0f085df75ca7cdc3de3bd88364250a908b9ca50441c2c30eb10d1bb83dfac +EBUILD nevow-0.10.0.ebuild 1727 RMD160 c86e512957df4ae86c4e6f8693f4fa94201c5645 SHA1 89e4a6b4ccf82009e678bf47dc07fd36b2886763 SHA256 53d259c92d5daba7f1bca531aff267840711ae39c383c4b0d91f92e360e67fb3 EBUILD nevow-0.9.33.ebuild 1829 RMD160 1a691e42d45146ebc8314c98ad21796333197f9d SHA1 e79bef77cc7274d0ac01bbe6e7e1718510e968ab SHA256 b7af4f0c273fd198e1cf6e18830d0d26cc1f0ebf725627c436a4ae368bd35658 -MISC ChangeLog 4762 RMD160 ac4636b70b12a16853a4a4a83275ec88ab3b4b6a SHA1 ad3970719a8b78451063ff43b5a64a7534b458ec SHA256 2c3603a0b5515505fdb66db8af1d2da233534c999b840e282749a95718296b78 +MISC ChangeLog 4931 RMD160 a34e5632aabeef7e5f163bf249b98c160abd0527 SHA1 5b511736b59812628f888983ef75c4ef88dca849 SHA256 3f9650124bb7a911fbef6c213fa4c6811d5679e43d4fa309f16c1c5718667db9 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a diff --git a/dev-python/nevow/nevow-0.10.0.ebuild b/dev-python/nevow/nevow-0.10.0.ebuild new file mode 100644 index 000000000000..fb431eeb96fd --- /dev/null +++ b/dev-python/nevow/nevow-0.10.0.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.10.0.ebuild,v 1.1 2009/11/30 03:10:32 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils multilib twisted + +MY_PN="Nevow" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit." +HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow http://pypi.python.org/pypi/Nevow" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="doc" + +DEPEND=">=dev-python/twisted-2.5 + >=dev-python/twisted-web-8.1.0 + net-zope/zope-interface" +RDEPEND="${DEPEND}" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="formless nevow" + +src_test() { + testing() { + PYTHONPATH="build-${PYTHON_ABI}/lib" trial formless || die "formless trial failed with Python ${PYTHON_ABI}" + PYTHONPATH="build-${PYTHON_ABI}/lib" trial nevow || die "nevow trial failed with Python ${PYTHON_ABI}" + } + python_execute_function testing +} + +src_install() { + distutils_src_install + + doman doc/man/nevow-xmlgettext.1 + if use doc; then + insinto /usr/share/doc/${PF}/ + doins -r doc/{howto,html,old} examples + fi + rm -fr "${D}usr/doc" +} + +update_nevow_plugin_cache() { + einfo "Updating nevow plugin cache..." + "$(PYTHON)" -c 'from twisted.plugin import IPlugin, getPlugIns;from nevow import plugins; list(getPlugIns(IPlugin, plugins))' +} + +pkg_postrm() { + twisted_pkg_postrm + python_execute_function update_nevow_plugin_cache +} + +pkg_postinst() { + twisted_pkg_postinst + python_execute_function update_nevow_plugin_cache +} |