diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2009-10-23 16:39:55 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2009-10-23 16:39:55 +0200 |
commit | eda035948a6b35edadfbb8ac8e810d6ee6886469 (patch) | |
tree | c34debaa80be251a8f0977f35eda935a105261ee | |
parent | Set repo_name (diff) | |
download | turbogears2-eda035948a6b35edadfbb8ac8e810d6ee6886469.tar.gz turbogears2-eda035948a6b35edadfbb8ac8e810d6ee6886469.tar.bz2 turbogears2-eda035948a6b35edadfbb8ac8e810d6ee6886469.zip |
Add ebuilds from sping overlay
84 files changed, 1349 insertions, 0 deletions
diff --git a/dev-python/addons/Manifest b/dev-python/addons/Manifest new file mode 100644 index 0000000..a3648fd --- /dev/null +++ b/dev-python/addons/Manifest @@ -0,0 +1,2 @@ +DIST AddOns-0.6.zip 33893 RMD160 9a4c9632302eb4dcc92d6cea8b28f0c2014167f8 SHA1 b4b40b3236e870e73ef561f98c7b291c8c6df0c1 SHA256 65999ce99aaf4ba263be3d25f138eab2bd471a74c5f6a1c8022629a149e7099a +EBUILD addons-0.6.ebuild 555 RMD160 b688ff46ebd38b5540f7512c6e431b279d01aeb5 SHA1 41fe387f22c7674a48670009d9f42a678affdaef SHA256 aa890407e56a14b9111ffc7313d7996fe75478ea678ecaf0f1a63f876729af7a diff --git a/dev-python/addons/addons-0.6.ebuild b/dev-python/addons/addons-0.6.ebuild new file mode 100644 index 0000000..3913068 --- /dev/null +++ b/dev-python/addons/addons-0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="AddOns" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Dynamically extend other objects with AddOns (formerly ObjectRoles)" +HOMEPAGE="http://www.python.org/pypi/AddOns" +SRC_URI="http://pypi.python.org/packages/source/A/AddOns/${MY_P}.zip" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/decoratortools-1.5" +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/bytecodeassembler/Manifest b/dev-python/bytecodeassembler/Manifest new file mode 100644 index 0000000..41506a7 --- /dev/null +++ b/dev-python/bytecodeassembler/Manifest @@ -0,0 +1,2 @@ +DIST BytecodeAssembler-0.5.1.zip 49327 RMD160 e6b2c9df7e87f64ead9d69a25c4cf1d774674b85 SHA1 ad9905379855c02df77ef44ad84c1ec6cfa144f4 SHA256 de41722c2e48b95596405c3d3e9066aea3c10528d38d5b1e48240cd4e38962cd +EBUILD bytecodeassembler-0.5.1.ebuild 655 RMD160 809769233a43d25709be29ec351e3e89db468e56 SHA1 6b74436415735ef9815d564830d869d34526d0bc SHA256 eab33d2020ace263c561120c8951a793f8ad1f44f35a5901c26a22bff01cdbb3 diff --git a/dev-python/bytecodeassembler/bytecodeassembler-0.5.1.ebuild b/dev-python/bytecodeassembler/bytecodeassembler-0.5.1.ebuild new file mode 100644 index 0000000..fe9392e --- /dev/null +++ b/dev-python/bytecodeassembler/bytecodeassembler-0.5.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="BytecodeAssembler" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Generate Python code objects by 'assembling' bytecode (Now includes a functional/AST-oriented API, too!)" +HOMEPAGE="http://pypi.python.org/pypi/BytecodeAssembler" +SRC_URI="http://pypi.python.org/packages/source/B/BytecodeAssembler/${MY_P}.zip" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/decoratortools-1.2 + >=dev-python/symboltype-1.0" +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/catwalk/Manifest b/dev-python/catwalk/Manifest new file mode 100644 index 0000000..34e2963 --- /dev/null +++ b/dev-python/catwalk/Manifest @@ -0,0 +1,2 @@ +DIST Catwalk-2.0.2.tar.gz 656788 RMD160 65feeaf9543af88e5bda0db3612fb000b4660cab SHA1 83950c280f9bbf2d3bef2166ea6800a5946997f5 SHA256 dfbb93e69fe74a4d1474f5f10a13323358ba7791131f3d79d3a3783d6be14ca4 +EBUILD catwalk-2.0.2.ebuild 544 RMD160 eac1eb68d7d8ae40f5d98f86a0ea007091f66952 SHA1 78caffb2e8a2ea82196b16eb207d4fa11944630c SHA256 43b31b2f9398566f18b903a098cca72332243dd3bc7fdcf35d6ab41277680731 diff --git a/dev-python/catwalk/catwalk-2.0.2.ebuild b/dev-python/catwalk/catwalk-2.0.2.ebuild new file mode 100644 index 0000000..e909c7e --- /dev/null +++ b/dev-python/catwalk/catwalk-2.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="Catwalk" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A way to view your models using TurboGears" +HOMEPAGE="http://code.google.com/p/tgtools/wiki/Catwalk" +SRC_URI="http://pypi.python.org/packages/source/C/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/sprox + dev-python/tg-ext-admin" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/chameleon-core/Manifest b/dev-python/chameleon-core/Manifest new file mode 100644 index 0000000..45c248e --- /dev/null +++ b/dev-python/chameleon-core/Manifest @@ -0,0 +1,2 @@ +DIST chameleon.core-1.0b32.tar.gz 58717 RMD160 1a2f314d7a94b718f8690fc13b02dff20f119f88 SHA1 b4f1e55d3b322796b091c132a0054740e6fc9ff7 SHA256 3c6baee2cf245d4e17fd87ec64982144c5e0f28d37b7e16a218392e1e4d1a81c +EBUILD chameleon-core-1.0_beta32.ebuild 593 RMD160 76f6c29acf8e0b6dae98c242f7367a1b35001bd6 SHA1 1a430da81fab2369010ae570e2e5436e4c8ef2e7 SHA256 06285c5f5bd807c41527ce034f3f9f79407690f9dfe6e20980ad43faad25204a diff --git a/dev-python/chameleon-core/chameleon-core-1.0_beta32.ebuild b/dev-python/chameleon-core/chameleon-core-1.0_beta32.ebuild new file mode 100644 index 0000000..54dfb09 --- /dev/null +++ b/dev-python/chameleon-core/chameleon-core-1.0_beta32.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="chameleon.core" +MY_PV="${PV/_beta/b}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Attribute language template compiler" +HOMEPAGE="UNKNOWN" +SRC_URI="http://pypi.python.org/packages/source/c/${MY_PN}/${MY_P}.tar.gz" +LICENSE="BSD" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zopeinterface + >=net-zope/zopei18n-3.5 + >=dev-python/sourcecodegen-0.6.7" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/chameleon-genshi/Manifest b/dev-python/chameleon-genshi/Manifest new file mode 100644 index 0000000..6d4f8b4 --- /dev/null +++ b/dev-python/chameleon-genshi/Manifest @@ -0,0 +1,2 @@ +DIST chameleon.genshi-1.0b4.tar.gz 14753 RMD160 e192097615866949b2b4549497869a9a1b1a444a SHA1 50ed573115d3f17082d5e28041136d0975a4ba82 SHA256 e6dc4153c655e230633636f69164928b9cd49946018e88089ad47801dc71c8bc +EBUILD chameleon-genshi-1.0_beta4.ebuild 623 RMD160 34a4a1caeef6b3d68ab2cd4fe6526fa681ae1de3 SHA1 3ae0393b14d46500e066321009a27d26638fa31b SHA256 41d9d9ff20bf981eb85708d12a2f5e66587213e63a77fbe4df10911337ba983c diff --git a/dev-python/chameleon-genshi/chameleon-genshi-1.0_beta4.ebuild b/dev-python/chameleon-genshi/chameleon-genshi-1.0_beta4.ebuild new file mode 100644 index 0000000..c0fc27b --- /dev/null +++ b/dev-python/chameleon-genshi/chameleon-genshi-1.0_beta4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_PV="${PV/_beta/b}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Genshi template engine based on Chameleon" +HOMEPAGE="UNKNOWN" +SRC_URI="http://pypi.python.org/packages/source/c/${MY_PN}/${MY_P}.tar.gz" +LICENSE="BSD" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zopeinterface + net-zope/zopecomponent + >=net-zope/zopei18n-3.5 + >=dev-python/chameleon-core-1.0_beta21" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/decoratortools/Manifest b/dev-python/decoratortools/Manifest new file mode 100644 index 0000000..74957ba --- /dev/null +++ b/dev-python/decoratortools/Manifest @@ -0,0 +1,2 @@ +DIST DecoratorTools-1.7.zip 27481 RMD160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b SHA1 2043250d06129ca71c47b26024f4800c47d4843a SHA256 55283e6acc4e5f66cb6e104f98d08f93b1bd29823d17d7e2f852541738a53a11 +EBUILD decoratortools-1.7.ebuild 771 RMD160 0934f97b83404ad4be918e37bb229c224cd8a425 SHA1 e2b91d5ab37ea292142a88641fd28e14714d5756 SHA256 2725ae63563f0f0139016c2d69d5c40ac3b9a9f3c644df01e52f1bbe302c4621 diff --git a/dev-python/decoratortools/decoratortools-1.7.ebuild b/dev-python/decoratortools/decoratortools-1.7.ebuild new file mode 100644 index 0000000..6b12f81 --- /dev/null +++ b/dev-python/decoratortools/decoratortools-1.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/decoratortools/decoratortools-1.6.ebuild,v 1.1 2008/01/04 17:08:35 hawking Exp $ + +inherit distutils + +MY_PN="DecoratorTools" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Use class and function decorators - even in Python 2.3 - now with source debugging for generated code" +HOMEPAGE="http://cheeseshop.python.org/pypi/DecoratorTools" +SRC_URI="http://cheeseshop.python.org/packages/source/D/${MY_PN}/${MY_P}.zip" + +LICENSE="|| ( PSF-2.4 ZPL )" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="" +DEPEND="app-arch/unzip + >=dev-python/setuptools-0.6_rc6" + +S="${WORKDIR}/${MY_P}" + +src_test() { + "${python}" setup.py test || die "Test failed." +} diff --git a/dev-python/extremes/Manifest b/dev-python/extremes/Manifest new file mode 100644 index 0000000..5063121 --- /dev/null +++ b/dev-python/extremes/Manifest @@ -0,0 +1,2 @@ +DIST Extremes-1.1.1.zip 10360 RMD160 8663e9f4990b1f29454841ca184f69b8c730b15f SHA1 07021558159bfa1e8f59904dcd1c9af07888be98 SHA256 e92564d2535929a18c51b75c8904e13ab5e78a6d75fee8c70d04e09812fc8545 +EBUILD extremes-1.1.1.ebuild 529 RMD160 22600f7262aa3152991c2ef12931cb568d535a1b SHA1 fcfe05e05d5e19235bfb68d8a5795edfebe61bf6 SHA256 79f4d1ec6b9741016c836bc5c8f6f6758463d73eb2cbdd1be161e2713e84369d diff --git a/dev-python/extremes/extremes-1.1.1.ebuild b/dev-python/extremes/extremes-1.1.1.ebuild new file mode 100644 index 0000000..78de68f --- /dev/null +++ b/dev-python/extremes/extremes-1.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="Extremes" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Production-quality 'Min' and 'Max' objects (adapted from PEP 326)" +HOMEPAGE="http://pypi.python.org/pypi/Extremes" +SRC_URI="http://pypi.python.org/packages/source/E/Extremes/${MY_P}.zip" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/peak-rules/Manifest b/dev-python/peak-rules/Manifest new file mode 100644 index 0000000..88e1a04 --- /dev/null +++ b/dev-python/peak-rules/Manifest @@ -0,0 +1,4 @@ +DIST PEAK-Rules-0.5a1.dev-r2582.tar.gz 95341 RMD160 8d434a7fb8ba6fa9d588405ae4d7edbfe5b2d1c5 SHA1 a0bc7d33e0806ab2896d63fc153d97fdb29a5328 SHA256 3dccf463bb39fdd32b834cb802e014e29a9e81b15bace7b66f5d493f952d4b4b +DIST PEAK-Rules-0.5a1.dev-r2600.tar.gz 95606 RMD160 997ebb4d688cbf2f2fde4c420481f675593a5aeb SHA1 bed36eb8c69a3210d860fee4635514c4d5f88ebe SHA256 b758a0f7040c18b4822280509b7b0c91655ed15248a5e30f247bae00b1e4022a +EBUILD peak-rules-0.5_alpha1_pre2582.ebuild 623 RMD160 4fe753e5cc2981ca2e2349365a21e5c1e3f99541 SHA1 f7558e151a33dff6636e59e23b53a0cbcc12a58f SHA256 22528c9db78ed31d009f3b26fa67b62341903c9649d72f0e5c002dfa34e22ebd +EBUILD peak-rules-0.5_alpha1_pre2600.ebuild 623 RMD160 4fe753e5cc2981ca2e2349365a21e5c1e3f99541 SHA1 f7558e151a33dff6636e59e23b53a0cbcc12a58f SHA256 22528c9db78ed31d009f3b26fa67b62341903c9649d72f0e5c002dfa34e22ebd diff --git a/dev-python/peak-rules/peak-rules-0.5_alpha1_pre2582.ebuild b/dev-python/peak-rules/peak-rules-0.5_alpha1_pre2582.ebuild new file mode 100644 index 0000000..ec26970 --- /dev/null +++ b/dev-python/peak-rules/peak-rules-0.5_alpha1_pre2582.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +MY_PN="PEAK-Rules" +MY_PV=${PV/_alpha/a} +MY_PV=${MY_PV/_pre/.dev-r} +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Generic functions and business rules support systems" +HOMEPAGE="http://pypi.python.org/pypi/PEAK-Rules" +SRC_URI="http://peak.telecommunity.com/snapshots/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/bytecodeassembler-0.4 + >=dev-python/decoratortools-1.7 + >=dev-python/addons-0.6 + >=dev-python/extremes-1.1" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/peak-rules/peak-rules-0.5_alpha1_pre2600.ebuild b/dev-python/peak-rules/peak-rules-0.5_alpha1_pre2600.ebuild new file mode 100644 index 0000000..ec26970 --- /dev/null +++ b/dev-python/peak-rules/peak-rules-0.5_alpha1_pre2600.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +MY_PN="PEAK-Rules" +MY_PV=${PV/_alpha/a} +MY_PV=${MY_PV/_pre/.dev-r} +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Generic functions and business rules support systems" +HOMEPAGE="http://pypi.python.org/pypi/PEAK-Rules" +SRC_URI="http://peak.telecommunity.com/snapshots/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/bytecodeassembler-0.4 + >=dev-python/decoratortools-1.7 + >=dev-python/addons-0.6 + >=dev-python/extremes-1.1" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/prioritized-methods/Manifest b/dev-python/prioritized-methods/Manifest new file mode 100644 index 0000000..76ee931 --- /dev/null +++ b/dev-python/prioritized-methods/Manifest @@ -0,0 +1,2 @@ +DIST prioritized_methods-0.2.1.tar.gz 4684 RMD160 b3a8150777d7766114d582922946b9988f46a7b6 SHA1 a95e51197fb2e8aef9282a283f7771f4d909ed4b SHA256 931da40e1ba53c6d35312371b3c84573f1a5297a0ee6a78584a2337d0180b63c +EBUILD prioritized-methods-0.2.1.ebuild 562 RMD160 43a18048d665e6506102923d3fb08f84d93fd827 SHA1 ace4e755964476aeb0c68dc634c4a8ec3c02624c SHA256 de8484a46acc327c5da9681aea5b90fed46134f6f9ec1345b205401df459ed61 diff --git a/dev-python/prioritized-methods/prioritized-methods-0.2.1.ebuild b/dev-python/prioritized-methods/prioritized-methods-0.2.1.ebuild new file mode 100644 index 0000000..3e89493 --- /dev/null +++ b/dev-python/prioritized-methods/prioritized-methods-0.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN=${PN/-/_} +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="An extension to PEAK-Rules to prioritize methods in order to to avoid AmbiguousMethods situations" +HOMEPAGE="UNKNOWN" +SRC_URI="http://pypi.python.org/packages/source/p/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/peak-rules-0.5_alpha1_pre2562" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/python-gettext/Manifest b/dev-python/python-gettext/Manifest new file mode 100644 index 0000000..20cbb5e --- /dev/null +++ b/dev-python/python-gettext/Manifest @@ -0,0 +1,2 @@ +DIST python-gettext-0.6.tar.gz 5728 RMD160 dc7b714b44d9c1b400401370a3bd692649d93c4a SHA1 8d5ce3428b4f81112c240c924ef451c2ff580768 SHA256 5a75dde767464626c4fe98f8e47ea2ed874217fd5f6093178de0154bf6090381 +EBUILD python-gettext-0.6.ebuild 413 RMD160 7c6c50e2788686b008c6ba633fe7a7d1fe672616 SHA1 d77607e4258c88c81cb186e342cd7b5be30832c0 SHA256 08568f4a148ac44b4d9cf93455aa7c0518de8fad4805788f4c01ec76bd30791a diff --git a/dev-python/python-gettext/python-gettext-0.6.ebuild b/dev-python/python-gettext/python-gettext-0.6.ebuild new file mode 100644 index 0000000..2f628d0 --- /dev/null +++ b/dev-python/python-gettext/python-gettext-0.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +DESCRIPTION="Python Gettext implementation." +HOMEPAGE="http://svn.plone.org/svn/collective/python-gettext/trunk" +SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="" +SLOT="0" +IUSE="" diff --git a/dev-python/repoze-tm2/Manifest b/dev-python/repoze-tm2/Manifest new file mode 100644 index 0000000..0473df6 --- /dev/null +++ b/dev-python/repoze-tm2/Manifest @@ -0,0 +1,2 @@ +DIST repoze.tm2-1.0a4.tar.gz 19364 RMD160 90025f8c4d255e1bb92b9fa4a4afbde947f592e4 SHA1 e1ed839ab4912fdeac6d056cc0b3c0b19fac0eb9 SHA256 8d10eab7ab8cdd2f87a196e1c10a1ac908ab2ebabd9bf6ac2df4fc30599a4e36 +EBUILD repoze-tm2-1.0_alpha4.ebuild 539 RMD160 51e11e846ee56cce55e4870912547980eca21519 SHA1 aa1f0b5bff6127c28c860d647b79392df7a72ff9 SHA256 44f81b12b7f91193b1f04fe4c21280a1da702ab99dd6195379f1e6b58c582fa8 diff --git a/dev-python/repoze-tm2/repoze-tm2-1.0_alpha4.ebuild b/dev-python/repoze-tm2/repoze-tm2-1.0_alpha4.ebuild new file mode 100644 index 0000000..bc4eb2b --- /dev/null +++ b/dev-python/repoze-tm2/repoze-tm2-1.0_alpha4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_PV="${PV/_alpha/a}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Zope-like transaction manager via WSGI middleware" +HOMEPAGE="http://www.repoze.org" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/transaction" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/repoze-what-plugins-sql/Manifest b/dev-python/repoze-what-plugins-sql/Manifest new file mode 100644 index 0000000..d1c7116 --- /dev/null +++ b/dev-python/repoze-what-plugins-sql/Manifest @@ -0,0 +1,2 @@ +DIST repoze.what.plugins.sql-1.0rc1.tar.gz 20180 RMD160 ae8f27b76673cdfb3367b95e926162562bfae878 SHA1 89fb0bf9da58087dfe8b2bd882c1bfec3a512cf6 SHA256 d3b3da9350c36360d517d08b6f152e53eb4c1989035b11b7ce6ee2917a3458f3 +EBUILD repoze-what-plugins-sql-1.0_rc1-r1.ebuild 702 RMD160 aba9f838f410d635c74230ab2ec1b35045509999 SHA1 63a2070b5f8159778a4211289f430c2e4e22f77e SHA256 f158e13d091670871d96cb201f5dbc6eb72f813b768692bf07bdfe89a91f13d3 diff --git a/dev-python/repoze-what-plugins-sql/repoze-what-plugins-sql-1.0_rc1-r1.ebuild b/dev-python/repoze-what-plugins-sql/repoze-what-plugins-sql-1.0_rc1-r1.ebuild new file mode 100644 index 0000000..11c7f9e --- /dev/null +++ b/dev-python/repoze-what-plugins-sql/repoze-what-plugins-sql-1.0_rc1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="repoze.what.plugins.sql" +MY_PV="${PV/_rc/rc}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="The repoze.what SQL plugin" +HOMEPAGE="http://code.gustavonarea.net/repoze.what.plugins.sql/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/repoze-what-1.0.3 + >=dev-python/sqlalchemy-0.5" +DEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_install() { + distutils_src_install + + rm -Rf "${D}/$(python_get_sitedir)"/tests || die "rm failed" +} diff --git a/dev-python/repoze-what-pylons/Manifest b/dev-python/repoze-what-pylons/Manifest new file mode 100644 index 0000000..0c12751 --- /dev/null +++ b/dev-python/repoze-what-pylons/Manifest @@ -0,0 +1,2 @@ +DIST repoze.what-pylons-1.0.tar.gz 21942 RMD160 33ccbb4b9208b543d28de40ebc0f0cd0533208ed SHA1 c7e235c192ed31c7a248198c63da2ea7181c31f8 SHA256 fdf1453c99a290215646d869fb44bbf6652dd103787e7da84f1b5dc0964bf2fd +EBUILD repoze-what-pylons-1.0.ebuild 606 RMD160 e4f8d215fb0abad2391abcc01cf7bf14f9db8f74 SHA1 b7707eef421b4795d6cde430e5284984a1c5aa05 SHA256 36761f34e1443f409158ffec0af1f1390e1ea422994e7afddfbc2901fbf1758e diff --git a/dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild b/dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild new file mode 100644 index 0000000..70fa258 --- /dev/null +++ b/dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="The repoze.what v1 plugin for Pylons/TG2 integration" +HOMEPAGE="http://code.gustavonarea.net/repoze.what-pylons/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/repoze-what-1.0.4 + >=dev-python/pylons-0.9.7 + >=dev-python/decorator-3.0" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/repoze-what-quickstart/Manifest b/dev-python/repoze-what-quickstart/Manifest new file mode 100644 index 0000000..6dd597e --- /dev/null +++ b/dev-python/repoze-what-quickstart/Manifest @@ -0,0 +1,2 @@ +DIST repoze.what-quickstart-1.0.tar.gz 20732 RMD160 cb4462508f49159636c86410dc1b6ac55311e1cf SHA1 d0db47c6c61a3f830e01e426eac4b755b3cef468 SHA256 a2e119fa8a1857b0f7d641621db40bd41a1da306eaf6563ea5a4b9547068eb36 +EBUILD repoze-what-quickstart-1.0.ebuild 685 RMD160 96d43da2140c2cba2ffa25b99eed05118a02db30 SHA1 85a244ae1b8f14fec00d3e02fa4749287174ee1f SHA256 0da08767a62ffa069f53fc4db4b4168d4231af785d35493b3d50228f2622fb80 diff --git a/dev-python/repoze-what-quickstart/repoze-what-quickstart-1.0.ebuild b/dev-python/repoze-what-quickstart/repoze-what-quickstart-1.0.ebuild new file mode 100644 index 0000000..9827017 --- /dev/null +++ b/dev-python/repoze-what-quickstart/repoze-what-quickstart-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="The repoze.what Quickstart plugin" +HOMEPAGE="http://code.gustavonarea.net/repoze.what-quickstart/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/repoze-what-1.0.3 + dev-python/repoze-who + >=dev-python/repoze-who-plugins-sa-1.0_rc1 + >=dev-python/repoze-what-plugins-sql-1.0_rc1 + dev-python/repoze-who-friendlyform" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/repoze-what/Manifest b/dev-python/repoze-what/Manifest new file mode 100644 index 0000000..d63e106 --- /dev/null +++ b/dev-python/repoze-what/Manifest @@ -0,0 +1,2 @@ +DIST repoze.what-1.0.8.tar.gz 58980 RMD160 4f98165f5830512bdea2ca5e1151e735f650bf88 SHA1 c431311332208c73ddd633bbc0fefb19352a1796 SHA256 b4fb50d444866dc1410a4b9d04f9a05762f756b58f4f67b767b470f77f74a6db +EBUILD repoze-what-1.0.8.ebuild 595 RMD160 d255c9ed61cc5eb671478a92ebc82c8458fa893b SHA1 e0394ee136d66896335bba11d1eb6c6d1d2fdddf SHA256 e8aaeb26f0fbbd2ff8fe120f23dd87a51621ad2d5cd8fd28341a6c4c0e88b7cd diff --git a/dev-python/repoze-what/repoze-what-1.0.8.ebuild b/dev-python/repoze-what/repoze-what-1.0.8.ebuild new file mode 100644 index 0000000..572927e --- /dev/null +++ b/dev-python/repoze-what/repoze-what-1.0.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Authorization framework for WSGI applications" +HOMEPAGE="http://static.repoze.org/whatdocs/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/repoze-who-1.0 + >=dev-python/repoze-who-testutil-1.0_beta2 + >=dev-python/paste-1.7" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/repoze-who-friendlyform/Manifest b/dev-python/repoze-who-friendlyform/Manifest new file mode 100644 index 0000000..e70075a --- /dev/null +++ b/dev-python/repoze-who-friendlyform/Manifest @@ -0,0 +1,2 @@ +DIST repoze.who-friendlyform-1.0b3.tar.gz 22430 RMD160 c7e5225c4d6a61cfe67d602641c943cf02fec98d SHA1 90ee4753a1f545415e8258e30fcbfb2ea871884d SHA256 6bf9519eaebc3c353c9b234fee2c6761de4ceddb63f705f9d52bbf17816558a5 +EBUILD repoze-who-friendlyform-1.0_beta3.ebuild 596 RMD160 979344d4a6df552f1ede9285a47c471cac1856a1 SHA1 d2f9c5dcf319047aeaa528f5adbf079611555e1d SHA256 7807d967414dc1d03d6991d11bf02a91284108e330dae9f196deae8d30ace075 diff --git a/dev-python/repoze-who-friendlyform/repoze-who-friendlyform-1.0_beta3.ebuild b/dev-python/repoze-who-friendlyform/repoze-who-friendlyform-1.0_beta3.ebuild new file mode 100644 index 0000000..e920944 --- /dev/null +++ b/dev-python/repoze-who-friendlyform/repoze-who-friendlyform-1.0_beta3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_PV="${PV/_beta/b}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Collection of repoze.who friendly form plugins" +HOMEPAGE="http://code.gustavonarea.net/repoze.who-friendlyform/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/repoze-who-1.0 + net-zope/zopeinterface" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/repoze-who-plugins-sa/Manifest b/dev-python/repoze-who-plugins-sa/Manifest new file mode 100644 index 0000000..496ba71 --- /dev/null +++ b/dev-python/repoze-who-plugins-sa/Manifest @@ -0,0 +1,2 @@ +DIST repoze.who.plugins.sa-1.0rc1.tar.gz 17698 RMD160 a1a5970d17934e748977910786dfe9d6b4d5b085 SHA1 02134f6b16def4413613e9e40b4537c7e1cafe43 SHA256 71e5f0ddaddccb191edede422464c44e368a5ff49760f5cbd0e49c4fc59a4e41 +EBUILD repoze-who-plugins-sa-1.0_rc1-r1.ebuild 701 RMD160 159b5bfebaa2fde6f4e14d1a78580b4246c81c29 SHA1 70566b66329d9afdb87b24f084a34fd8fef0856a SHA256 299d51be31e977adada941bd6f3faf749976ce9a46ac8fbd4ae184cf3e77ac1d diff --git a/dev-python/repoze-who-plugins-sa/repoze-who-plugins-sa-1.0_rc1-r1.ebuild b/dev-python/repoze-who-plugins-sa/repoze-who-plugins-sa-1.0_rc1-r1.ebuild new file mode 100644 index 0000000..221d8cd --- /dev/null +++ b/dev-python/repoze-who-plugins-sa/repoze-who-plugins-sa-1.0_rc1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="repoze.who.plugins.sa" +MY_PV="${PV/_rc/rc}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="The repoze.who SQLAlchemy plugin" +HOMEPAGE="http://code.gustavonarea.net/repoze.who.plugins.sa/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/repoze-who + >=dev-python/sqlalchemy-0.5.0_rc4" +DEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_install() { + distutils_src_install + + rm -Rf "${D}/$(python_get_sitedir)"/tests || die "rm failed" +} diff --git a/dev-python/repoze-who-testutil/Manifest b/dev-python/repoze-who-testutil/Manifest new file mode 100644 index 0000000..37f7519 --- /dev/null +++ b/dev-python/repoze-who-testutil/Manifest @@ -0,0 +1,2 @@ +DIST repoze.who-testutil-1.0rc1.tar.gz 23295 RMD160 069d8bc90a5b585293365d578071caf05c73797a SHA1 06ef6c6c9b80e968514f9af11b4bdf243a56a757 SHA256 62ff8edc30992cd2efc42fd973252c9deddfe29b2a53b7cf903743edcb356ab8 +EBUILD repoze-who-testutil-1.0_rc1.ebuild 651 RMD160 1d23255d762e5709884c64d9d4779d24c1e1f676 SHA1 05b26a4a8b6e68d187bfe5e545efa0a50d4fda91 SHA256 c3950c25e699f86eda6f0d7b6dc65020142263060485eb91a7251afde60ba93d diff --git a/dev-python/repoze-who-testutil/repoze-who-testutil-1.0_rc1.ebuild b/dev-python/repoze-who-testutil/repoze-who-testutil-1.0_rc1.ebuild new file mode 100644 index 0000000..5c7b63f --- /dev/null +++ b/dev-python/repoze-who-testutil/repoze-who-testutil-1.0_rc1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_PV="${PV/_rc/rc}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Test utilities for repoze.who-powered applications" +HOMEPAGE="http://code.gustavonarea.net/repoze.who-testutil/" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/repoze-who-1.0 + net-zope/zopeinterface + >=dev-python/paste-1.7 + >=dev-python/pastedeploy-1.3.3" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/repoze-who/Manifest b/dev-python/repoze-who/Manifest new file mode 100644 index 0000000..17061c9 --- /dev/null +++ b/dev-python/repoze-who/Manifest @@ -0,0 +1,2 @@ +DIST repoze.who-1.0.13.tar.gz 70985 RMD160 eb6fd0c5f94c581da124a54407e69b4c65475cd5 SHA1 576a215d35d6bd8299cc887459273bc509913873 SHA256 2ecf8cad7649e2cdef191ea110ba96b5212d1e112c4dcb808ff85119c25f718b +EBUILD repoze-who-1.0.13.ebuild 573 RMD160 2602a3f17691b220533f2059ab4f1f891499f615 SHA1 38c7e1983d052d3d59d42457d6b01cb82d5d9942 SHA256 530b2e15f852f41807517f3f6b63a289f84aa1828e10b69ddbc3e4e01850cbc7 diff --git a/dev-python/repoze-who/repoze-who-1.0.13.ebuild b/dev-python/repoze-who/repoze-who-1.0.13.ebuild new file mode 100644 index 0000000..13df4e2 --- /dev/null +++ b/dev-python/repoze-who/repoze-who-1.0.13.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="repoze.who is an identification and authentication framework for WSGI." +HOMEPAGE="http://www.repoze.org" +SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" +LICENSE="Repoze" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zopeinterface + dev-python/paste" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/sourcecodegen/Manifest b/dev-python/sourcecodegen/Manifest new file mode 100644 index 0000000..cf2e115 --- /dev/null +++ b/dev-python/sourcecodegen/Manifest @@ -0,0 +1,2 @@ +DIST sourcecodegen-0.6.7.tar.gz 12395 RMD160 752624d42a4ed8c24c19edb8ab3c2b2303abd788 SHA1 2eead122c3c6503feb3de614880a9e766427d7c4 SHA256 ab61a80f08f754eba7f81b4c7e703e8678c83f0cdd049590b434fbd6b2e42788 +EBUILD sourcecodegen-0.6.7.ebuild 414 RMD160 b7706b46c67a9dcc9ed7e1a4ef2eaa3419c4d464 SHA1 40f81e6cc55d708f2f8d523061d38e4fbf6bfbcb SHA256 2095e3a269193d8c3db61d0b64f9f79e7b2cfa57ff09670617df4b9a0bb5827d diff --git a/dev-python/sourcecodegen/sourcecodegen-0.6.7.ebuild b/dev-python/sourcecodegen/sourcecodegen-0.6.7.ebuild new file mode 100644 index 0000000..df4e585 --- /dev/null +++ b/dev-python/sourcecodegen/sourcecodegen-0.6.7.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +DESCRIPTION="A Python source-code generator based on the ``compiler.ast`` abstract syntax tree." +HOMEPAGE="UNKNOWN" +SRC_URI="http://pypi.python.org/packages/source/s/${PN}/${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="" +SLOT="0" +IUSE="" diff --git a/dev-python/sprox/Manifest b/dev-python/sprox/Manifest new file mode 100644 index 0000000..314b006 --- /dev/null +++ b/dev-python/sprox/Manifest @@ -0,0 +1,2 @@ +DIST sprox-0.5.5.tar.gz 38029 RMD160 f048058c451a2bab10ddfc1fd4b71310b4de6eca SHA1 b41d9b4b4fa5a459c29dec0df14c0e83d603b867 SHA256 23664695ecc0a91fa667b4948f1967d282bc03349b9468ed7669beb1e346b2b8 +EBUILD sprox-0.5.5.ebuild 654 RMD160 40c938f69b79775431df35aecf73bd663c0d2b75 SHA1 f57058b2fa2f3e47d9a4aacf1d4de5e0798d4241 SHA256 562c763c84904519f03fa141c45c95509355f847ec375467cd5ff026df2b5637 diff --git a/dev-python/sprox/sprox-0.5.5.ebuild b/dev-python/sprox/sprox-0.5.5.ebuild new file mode 100644 index 0000000..f7cbdf3 --- /dev/null +++ b/dev-python/sprox/sprox-0.5.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +DESCRIPTION="A package for creation of web widgets directly from database schema." +HOMEPAGE="http://www.bitbucket.org/percious/sprox/overview/" +SRC_URI="http://pypi.python.org/packages/source/s/sprox/${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/sqlalchemy-0.5_rc1 + >=dev-python/tw-forms-0.9.2 + >=dev-python/genshi-0.5" +DEPEND="" + +src_install() { + distutils_src_install + + rm -Rf "${D}/$(python_get_sitedir)"/tests || die "rm failed" +} diff --git a/dev-python/symboltype/Manifest b/dev-python/symboltype/Manifest new file mode 100644 index 0000000..1a8ae1e --- /dev/null +++ b/dev-python/symboltype/Manifest @@ -0,0 +1,2 @@ +DIST SymbolType-1.0.zip 9507 RMD160 41583f87fefa48a6defd2ae54444ccfa5d0456b5 SHA1 3caa8a808859703d9abdeab4d63b876c6ec3155e SHA256 bcc311398c7dbcc9cbde9fe68bba89b0efe45103410b5949f3acf484fcb14f39 +EBUILD symboltype-1.0.ebuild 538 RMD160 3c649d04b0c1227b1a347c9dedaaefc627c32323 SHA1 efc43a5e6d90f2fba9cbe6d93ecc025316b01ceb SHA256 9860117b00dd16d7c8d8ae50db5375b4d509464af7efd68120ab33f733222aed diff --git a/dev-python/symboltype/symboltype-1.0.ebuild b/dev-python/symboltype/symboltype-1.0.ebuild new file mode 100644 index 0000000..d47e79f --- /dev/null +++ b/dev-python/symboltype/symboltype-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="SymbolType" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Simple 'symbol' type, useful for enumerations or sentinels" +HOMEPAGE="http://peak.telecommunity.com/DevCenter/SymbolType" +SRC_URI="http://pypi.python.org/packages/source/S/${MY_PN}/${MY_P}.zip" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/tg-devtools/Manifest b/dev-python/tg-devtools/Manifest new file mode 100644 index 0000000..d6db279 --- /dev/null +++ b/dev-python/tg-devtools/Manifest @@ -0,0 +1,2 @@ +DIST tg.devtools-2.0.tar.gz 111265 RMD160 04b83c97bc7f41133fa6b2f4ea190f667438448e SHA1 5bd8f36455f3c4a141da69664a2c284741945d89 SHA256 206181a6af60c123cad7308c7a6cd9d6c3c863e88218415d614f27d00a9906b2 +EBUILD tg-devtools-2.0.ebuild 598 RMD160 aceca83e691f5617b2a1ec511491189368c71c3f SHA1 f3d9158466aeeb96c87619f97a26bf824c13f4c4 SHA256 37ef9127996add40acf2affa8a4805289dccbaf6fb61cde603d6459885e41b80 diff --git a/dev-python/tg-devtools/tg-devtools-2.0.ebuild b/dev-python/tg-devtools/tg-devtools-2.0.ebuild new file mode 100644 index 0000000..fc096c9 --- /dev/null +++ b/dev-python/tg-devtools/tg-devtools-2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="TurboGears development tools" +HOMEPAGE="http://www.turbogears.org/" +SRC_URI="http://www.turbogears.org/2.0/downloads/current/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/turbogears-2.0_beta7 + >=dev-python/sqlalchemy-migrate-0.5.1 + >=dev-python/sqlalchemy-0.5 + >=dev-python/repoze-what-quickstart-1.0 + >=dev-python/repoze-who-1.0.10" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/tg-ext-admin/Manifest b/dev-python/tg-ext-admin/Manifest new file mode 100644 index 0000000..d52e4b2 --- /dev/null +++ b/dev-python/tg-ext-admin/Manifest @@ -0,0 +1,2 @@ +DIST tgext.admin-0.2.4.tar.gz 613303 RMD160 43336633bdde8f0677b7c10ec9951eb06713becb SHA1 2037e3faf46e2c1077eae8b78dc1157b4ad97b6a SHA256 2fe01355b28759715bcc639ec3344bcd963b7b3c3f9dde5e7662789e5ddd7b62 +EBUILD tg-ext-admin-0.2.4.ebuild 545 RMD160 0f8e96066ffd4cce9140cc7e579016472ee51e17 SHA1 3d078761140281404e1c7ea24c99a13e06c69c61 SHA256 ad2a83491b31b6c3e205874b65f5c4e9d16443601a342b8e78d7d5ac41b720cf diff --git a/dev-python/tg-ext-admin/tg-ext-admin-0.2.4.ebuild b/dev-python/tg-ext-admin/tg-ext-admin-0.2.4.ebuild new file mode 100644 index 0000000..62e0ab4 --- /dev/null +++ b/dev-python/tg-ext-admin/tg-ext-admin-0.2.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="tgext.admin" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Admin Controller add-on for basic TG identity model." +HOMEPAGE="tgtools.googlecode.com" +SRC_URI="http://pypi.python.org/packages/source/t/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/tg-ext-crud-0.2.1" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/tg-ext-crud/Manifest b/dev-python/tg-ext-crud/Manifest new file mode 100644 index 0000000..65dcf1d --- /dev/null +++ b/dev-python/tg-ext-crud/Manifest @@ -0,0 +1,2 @@ +DIST tgext.crud-0.2.4.tar.gz 5906 RMD160 379f7234e2fd56101a2527e9929d742bd33616d1 SHA1 81f62ab482e9d1dbc1ec79e85793854fdf6e91df SHA256 6618da4a9b178e9fc77967de9c7b1e47227f4027834826a8e4f8e5fa0d3747f8 +EBUILD tg-ext-crud-0.2.4.ebuild 512 RMD160 f33ab161d88283bae7e5bbcaa6c23c93b0939e7c SHA1 9d9dccfeca38f848be38e7debcd051397666bb2f SHA256 c9466e79b2b85b291016900c88a67f8cdda731acd50c2b0c295eebea79a1e69d diff --git a/dev-python/tg-ext-crud/tg-ext-crud-0.2.4.ebuild b/dev-python/tg-ext-crud/tg-ext-crud-0.2.4.ebuild new file mode 100644 index 0000000..4c960aa --- /dev/null +++ b/dev-python/tg-ext-crud/tg-ext-crud-0.2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="tgext.crud" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Crud Controller Extension for TG2" +HOMEPAGE="UNKNOWN" +SRC_URI="http://pypi.python.org/packages/source/t/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/sprox-0.5.4.1 + >=dev-python/tw-forms-0.9" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/toscawidgets/Manifest b/dev-python/toscawidgets/Manifest new file mode 100644 index 0000000..a86a3a9 --- /dev/null +++ b/dev-python/toscawidgets/Manifest @@ -0,0 +1,2 @@ +DIST ToscaWidgets-0.9.4.tar.gz 50005 RMD160 24dfb6e32e7df1cb1c6c38bb99c09c3a815bdcdf SHA1 21c4fbdf597f19a367ae75168ec6974795e4d5e5 SHA256 7c0d92c1f6f31e16bdea7daff16c289129e3e42c02fd6175ec0fbb1784832eda +EBUILD toscawidgets-0.9.4.ebuild 572 RMD160 5beeaf7b36de81bb3a9878b9f33d04ddbe20b37d SHA1 1565fddcbcccd3d7b5ba4f214ed7be36e72ab56d SHA256 e47f86ef1450649d25098e53d98dd9911a599e644c0b9f62e1e1e09ec3caa7a0 diff --git a/dev-python/toscawidgets/toscawidgets-0.9.4.ebuild b/dev-python/toscawidgets/toscawidgets-0.9.4.ebuild new file mode 100644 index 0000000..460e1c8 --- /dev/null +++ b/dev-python/toscawidgets/toscawidgets-0.9.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="ToscaWidgets" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Web widget creation toolkit based on TurboGears widgets" +HOMEPAGE="http://toscawidgets.org/" +SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" +S="${WORKDIR}/${MY_P}" + +RDEPEND="dev-python/webob + >=dev-python/simplejson-2.0" +DEPEND="dev-python/setuptools" + diff --git a/dev-python/transaction/Manifest b/dev-python/transaction/Manifest new file mode 100644 index 0000000..5cea330 --- /dev/null +++ b/dev-python/transaction/Manifest @@ -0,0 +1,2 @@ +DIST transaction-1.0a1.tar.gz 35392 RMD160 c1eee586ca112a91684797aa28f2663f1cddeff5 SHA1 e48a6e23964599154ac2633f479c3de77452b463 SHA256 0e2f2900217b9bfa22b884ad92a9dbab8dd1245a263456039815bcfe4fa2394b +EBUILD transaction-1.0_alpha1.ebuild 514 RMD160 e56818f9d58cabadd36f84f387dda8267f656872 SHA1 df98354646ed6876e4fb22b05fc1a5aa6c9b41f8 SHA256 d8a0d5ff5adfeab9e29ee9966608ebd0ef17d5830157af35b64e02a10c4a5583 diff --git a/dev-python/transaction/transaction-1.0_alpha1.ebuild b/dev-python/transaction/transaction-1.0_alpha1.ebuild new file mode 100644 index 0000000..657d147 --- /dev/null +++ b/dev-python/transaction/transaction-1.0_alpha1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PV="${PV/_alpha/a}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Transaction management for Python" +HOMEPAGE="http://www.zope.org/Products/ZODB" +SRC_URI="http://pypi.python.org/packages/source/t/transaction/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zopeinterface" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/turbogears-meta/Manifest b/dev-python/turbogears-meta/Manifest new file mode 100644 index 0000000..efc0601 --- /dev/null +++ b/dev-python/turbogears-meta/Manifest @@ -0,0 +1 @@ +EBUILD turbogears-meta-2.0.ebuild 560 RMD160 0e4e295b1699c629a742b7281c54b08744b55a8b SHA1 ffb096d56f8d3f7f44d703270c8ef70a80040b15 SHA256 aa09f8d0032f4ee79f9e3a5b7513ba57f9c71f450fc5b08a21036278a59683bd diff --git a/dev-python/turbogears-meta/turbogears-meta-2.0.ebuild b/dev-python/turbogears-meta/turbogears-meta-2.0.ebuild new file mode 100644 index 0000000..866b96c --- /dev/null +++ b/dev-python/turbogears-meta/turbogears-meta-2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit versionator + +DESCRIPTION="TurboGears 2 + tg.devtools + virtualenv + quickstart app dependencies" +KEYWORDS="" +SLOT="2" +IUSE="" + +QUICKSTART_APP_DEPEND=">=dev-python/turbogears-2.0_beta7 + >=dev-python/catwalk-2.0.2 + >=dev-python/Babel-0.9.4 + >=net-zope/zopesqlalchemy-0.4 + >=dev-python/repoze-tm2-1.0_alpha4" + +RDEPEND=">=dev-python/turbogears-2 + >=dev-python/tg-devtools-2 + dev-python/virtualenv + ${QUICKSTART_APP_DEPEND}" + +DEPEND="" diff --git a/dev-python/turbogears/Manifest b/dev-python/turbogears/Manifest new file mode 100644 index 0000000..3991c1a --- /dev/null +++ b/dev-python/turbogears/Manifest @@ -0,0 +1,8 @@ +DIST TurboGears2-2.0.tar.gz 63921 RMD160 4073b5cda60cbb4cc05861681e0fa0c9f9686870 SHA1 9c9ab00e27d8a6e21bbfff5a00ed826a912fd540 SHA256 713cf5b5c33ccfeb22c831683f8587ec49bb45f3f77d96313248751e84aac243 +DIST TurboGears2-2.0b6.tar.gz 58005 RMD160 a552694220f9a6feb52afcb125851456061e43a8 SHA1 1d544bdf143e735870ea54c3164405155a4b90bc SHA256 8367b630a39d22f8c85e2ffc42eb7a993eb527943049e5be53b988baadba651a +DIST TurboGears2-2.0b7.tar.gz 59103 RMD160 2091854ecaa3ccae12ccb07176bd3578b072d463 SHA1 d689bc52c940887d3bd942717e17d950bd165571 SHA256 952b5d7747e700e47cd4a4f4770473defc75e3f5b920a905c60dc87e3ec69a40 +DIST TurboGears2-2.0rc1..tar.gz 62602 RMD160 af50ebbf08bbaf99ec8fd13726e4750f4c49bb5f SHA1 65ff24a305107ed5f65257e757567aeac98777dd SHA256 861692dd79cdbd397e90569d70ac3aef14ae338cbd5eabaae3e3de5ef79adb2f +EBUILD turbogears-2.0.ebuild 1865 RMD160 d487bbb4cacff189687270c4e62a5dc87c8a715e SHA1 d219b4cf0e69079eacdf5598575d2d026b119eb5 SHA256 af84397c0a9f2c924bcac052198fe435b259edada4bf86fcace5911e3e055477 +EBUILD turbogears-2.0_beta6.ebuild 1865 RMD160 d487bbb4cacff189687270c4e62a5dc87c8a715e SHA1 d219b4cf0e69079eacdf5598575d2d026b119eb5 SHA256 af84397c0a9f2c924bcac052198fe435b259edada4bf86fcace5911e3e055477 +EBUILD turbogears-2.0_beta7.ebuild 1865 RMD160 d487bbb4cacff189687270c4e62a5dc87c8a715e SHA1 d219b4cf0e69079eacdf5598575d2d026b119eb5 SHA256 af84397c0a9f2c924bcac052198fe435b259edada4bf86fcace5911e3e055477 +EBUILD turbogears-2.0_rc1.ebuild 1865 RMD160 d487bbb4cacff189687270c4e62a5dc87c8a715e SHA1 d219b4cf0e69079eacdf5598575d2d026b119eb5 SHA256 af84397c0a9f2c924bcac052198fe435b259edada4bf86fcace5911e3e055477 diff --git a/dev-python/turbogears/turbogears-2.0.ebuild b/dev-python/turbogears/turbogears-2.0.ebuild new file mode 100644 index 0000000..51e582a --- /dev/null +++ b/dev-python/turbogears/turbogears-2.0.ebuild @@ -0,0 +1,73 @@ + +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.2 2009/04/01 11:49:33 patrick Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +KEYWORDS="" + +case ${PV} in +2.0_rc1) + MY_FOLDER=2.0rc1 + MY_FILE=2.0rc1. ;; # With trailing dot, no typo +2.0) + MY_FOLDER=2.0final + MY_FILE=2.0 ;; +*) + MY_FOLDER=2.0rc1 + MY_FILE=${PV/_beta/b} ;; +esac + +MY_P="TurboGears2-${MY_FILE}" + + +DESCRIPTION="The rapid web development meta-framework you've been looking for." +HOMEPAGE="http://www.turbogears.org/" +SRC_URI="http://www.turbogears.org/2.0/downloads/${MY_FOLDER}/${MY_P}.tar.gz" + + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +# this package is not yet py2.6 ready. Keep deps at =py-2.{4,5} for now. + +RDEPEND=">=dev-python/pastescript-1.6.2 + test? ( >=dev-python/nose-0.9.1 + dev-python/coverage + >=dev-python/turbokid-1.0.4 + >=dev-python/sqlalchemy-0.5 + dev-python/jinja2 + >=dev-python/chameleon-genshi-1.0_beta4 + >=dev-python/repoze-what-1.0.5 + >=dev-python/repoze-who-testutil-1.0_rc1 + ) + >=dev-python/pylons-0.9.7 + >=dev-python/genshi-0.5.1 + >=dev-python/webflash-0.1_alpha9 + >=dev-python/toscawidgets-0.9.4 + >=dev-python/weberror-0.10.1 + >=dev-python/repoze-what-pylons-1.0_rc3 + >=dev-python/repoze-tm2-1.0_alpha4 + >=dev-python/turbojson-1.2.1" + +DEPEND="${RDEPEND} + app-arch/zip + >=dev-python/setuptools-0.6_rc5" + +S="${WORKDIR}/${MY_P}" + +src_test() { + #I had this fail if pylons is emerged: can't import turbogears config + #pythonhead http://trac.turbogears.org/ticket/1774 + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} + +pkg_postinst() { + elog "While not directly depending on them, TurboGears works with/integrates" + elog "the following packages:" + elog " - dev-python/sqlalchemy (already installed when built with tests enabled)" +} diff --git a/dev-python/turbogears/turbogears-2.0_beta6.ebuild b/dev-python/turbogears/turbogears-2.0_beta6.ebuild new file mode 100644 index 0000000..51e582a --- /dev/null +++ b/dev-python/turbogears/turbogears-2.0_beta6.ebuild @@ -0,0 +1,73 @@ + +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.2 2009/04/01 11:49:33 patrick Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +KEYWORDS="" + +case ${PV} in +2.0_rc1) + MY_FOLDER=2.0rc1 + MY_FILE=2.0rc1. ;; # With trailing dot, no typo +2.0) + MY_FOLDER=2.0final + MY_FILE=2.0 ;; +*) + MY_FOLDER=2.0rc1 + MY_FILE=${PV/_beta/b} ;; +esac + +MY_P="TurboGears2-${MY_FILE}" + + +DESCRIPTION="The rapid web development meta-framework you've been looking for." +HOMEPAGE="http://www.turbogears.org/" +SRC_URI="http://www.turbogears.org/2.0/downloads/${MY_FOLDER}/${MY_P}.tar.gz" + + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +# this package is not yet py2.6 ready. Keep deps at =py-2.{4,5} for now. + +RDEPEND=">=dev-python/pastescript-1.6.2 + test? ( >=dev-python/nose-0.9.1 + dev-python/coverage + >=dev-python/turbokid-1.0.4 + >=dev-python/sqlalchemy-0.5 + dev-python/jinja2 + >=dev-python/chameleon-genshi-1.0_beta4 + >=dev-python/repoze-what-1.0.5 + >=dev-python/repoze-who-testutil-1.0_rc1 + ) + >=dev-python/pylons-0.9.7 + >=dev-python/genshi-0.5.1 + >=dev-python/webflash-0.1_alpha9 + >=dev-python/toscawidgets-0.9.4 + >=dev-python/weberror-0.10.1 + >=dev-python/repoze-what-pylons-1.0_rc3 + >=dev-python/repoze-tm2-1.0_alpha4 + >=dev-python/turbojson-1.2.1" + +DEPEND="${RDEPEND} + app-arch/zip + >=dev-python/setuptools-0.6_rc5" + +S="${WORKDIR}/${MY_P}" + +src_test() { + #I had this fail if pylons is emerged: can't import turbogears config + #pythonhead http://trac.turbogears.org/ticket/1774 + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} + +pkg_postinst() { + elog "While not directly depending on them, TurboGears works with/integrates" + elog "the following packages:" + elog " - dev-python/sqlalchemy (already installed when built with tests enabled)" +} diff --git a/dev-python/turbogears/turbogears-2.0_beta7.ebuild b/dev-python/turbogears/turbogears-2.0_beta7.ebuild new file mode 100644 index 0000000..51e582a --- /dev/null +++ b/dev-python/turbogears/turbogears-2.0_beta7.ebuild @@ -0,0 +1,73 @@ + +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.2 2009/04/01 11:49:33 patrick Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +KEYWORDS="" + +case ${PV} in +2.0_rc1) + MY_FOLDER=2.0rc1 + MY_FILE=2.0rc1. ;; # With trailing dot, no typo +2.0) + MY_FOLDER=2.0final + MY_FILE=2.0 ;; +*) + MY_FOLDER=2.0rc1 + MY_FILE=${PV/_beta/b} ;; +esac + +MY_P="TurboGears2-${MY_FILE}" + + +DESCRIPTION="The rapid web development meta-framework you've been looking for." +HOMEPAGE="http://www.turbogears.org/" +SRC_URI="http://www.turbogears.org/2.0/downloads/${MY_FOLDER}/${MY_P}.tar.gz" + + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +# this package is not yet py2.6 ready. Keep deps at =py-2.{4,5} for now. + +RDEPEND=">=dev-python/pastescript-1.6.2 + test? ( >=dev-python/nose-0.9.1 + dev-python/coverage + >=dev-python/turbokid-1.0.4 + >=dev-python/sqlalchemy-0.5 + dev-python/jinja2 + >=dev-python/chameleon-genshi-1.0_beta4 + >=dev-python/repoze-what-1.0.5 + >=dev-python/repoze-who-testutil-1.0_rc1 + ) + >=dev-python/pylons-0.9.7 + >=dev-python/genshi-0.5.1 + >=dev-python/webflash-0.1_alpha9 + >=dev-python/toscawidgets-0.9.4 + >=dev-python/weberror-0.10.1 + >=dev-python/repoze-what-pylons-1.0_rc3 + >=dev-python/repoze-tm2-1.0_alpha4 + >=dev-python/turbojson-1.2.1" + +DEPEND="${RDEPEND} + app-arch/zip + >=dev-python/setuptools-0.6_rc5" + +S="${WORKDIR}/${MY_P}" + +src_test() { + #I had this fail if pylons is emerged: can't import turbogears config + #pythonhead http://trac.turbogears.org/ticket/1774 + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} + +pkg_postinst() { + elog "While not directly depending on them, TurboGears works with/integrates" + elog "the following packages:" + elog " - dev-python/sqlalchemy (already installed when built with tests enabled)" +} diff --git a/dev-python/turbogears/turbogears-2.0_rc1.ebuild b/dev-python/turbogears/turbogears-2.0_rc1.ebuild new file mode 100644 index 0000000..51e582a --- /dev/null +++ b/dev-python/turbogears/turbogears-2.0_rc1.ebuild @@ -0,0 +1,73 @@ + +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.2 2009/04/01 11:49:33 patrick Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +KEYWORDS="" + +case ${PV} in +2.0_rc1) + MY_FOLDER=2.0rc1 + MY_FILE=2.0rc1. ;; # With trailing dot, no typo +2.0) + MY_FOLDER=2.0final + MY_FILE=2.0 ;; +*) + MY_FOLDER=2.0rc1 + MY_FILE=${PV/_beta/b} ;; +esac + +MY_P="TurboGears2-${MY_FILE}" + + +DESCRIPTION="The rapid web development meta-framework you've been looking for." +HOMEPAGE="http://www.turbogears.org/" +SRC_URI="http://www.turbogears.org/2.0/downloads/${MY_FOLDER}/${MY_P}.tar.gz" + + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +# this package is not yet py2.6 ready. Keep deps at =py-2.{4,5} for now. + +RDEPEND=">=dev-python/pastescript-1.6.2 + test? ( >=dev-python/nose-0.9.1 + dev-python/coverage + >=dev-python/turbokid-1.0.4 + >=dev-python/sqlalchemy-0.5 + dev-python/jinja2 + >=dev-python/chameleon-genshi-1.0_beta4 + >=dev-python/repoze-what-1.0.5 + >=dev-python/repoze-who-testutil-1.0_rc1 + ) + >=dev-python/pylons-0.9.7 + >=dev-python/genshi-0.5.1 + >=dev-python/webflash-0.1_alpha9 + >=dev-python/toscawidgets-0.9.4 + >=dev-python/weberror-0.10.1 + >=dev-python/repoze-what-pylons-1.0_rc3 + >=dev-python/repoze-tm2-1.0_alpha4 + >=dev-python/turbojson-1.2.1" + +DEPEND="${RDEPEND} + app-arch/zip + >=dev-python/setuptools-0.6_rc5" + +S="${WORKDIR}/${MY_P}" + +src_test() { + #I had this fail if pylons is emerged: can't import turbogears config + #pythonhead http://trac.turbogears.org/ticket/1774 + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} + +pkg_postinst() { + elog "While not directly depending on them, TurboGears works with/integrates" + elog "the following packages:" + elog " - dev-python/sqlalchemy (already installed when built with tests enabled)" +} diff --git a/dev-python/turbojson/Manifest b/dev-python/turbojson/Manifest new file mode 100644 index 0000000..5ddff67 --- /dev/null +++ b/dev-python/turbojson/Manifest @@ -0,0 +1,2 @@ +DIST TurboJson-1.2.1.tar.gz 5847 RMD160 413bc2ef47960a4510ddc688d219b9f19c5cb056 SHA1 4891d7552bb178a7c1721743a3ba17054404d057 SHA256 ac704107df0f552455303b98ed7046eae6945104aaeadd18393b2937c64ca7e9 +EBUILD turbojson-1.2.1.ebuild 879 RMD160 973cb432432d05d2ab2c3cd546d5a4cecebcc9ba SHA1 14abcfa730258b25d533cf6f0ef22225d8934d40 SHA256 3e405b4589329cb5b3db69f672f52e99a66e92adb3f4d48055aad648e46b45ef diff --git a/dev-python/turbojson/turbojson-1.2.1.ebuild b/dev-python/turbojson/turbojson-1.2.1.ebuild new file mode 100644 index 0000000..2c38d47 --- /dev/null +++ b/dev-python/turbojson/turbojson-1.2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.1 2009/04/01 11:47:19 patrick Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +KEYWORDS="" + +MY_PN=TurboJson +MY_P=${MY_PN}-${PV} + +DESCRIPTION="TurboGears JSON file format support plugin" +HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html" +#SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz" +SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +SLOT="0" +IUSE="test" + +RDEPEND="dev-python/ruledispatch + dev-python/simplejson + >=dev-python/prioritized-methods-0.2" +DEPEND="${RDEPEND} + >=dev-python/setuptools-0.6_rc9 + test? ( dev-python/nose )" + +S=${WORKDIR}/${MY_P} + +src_test() { + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} diff --git a/dev-python/tw-forms/Manifest b/dev-python/tw-forms/Manifest new file mode 100644 index 0000000..9af17af --- /dev/null +++ b/dev-python/tw-forms/Manifest @@ -0,0 +1,2 @@ +DIST tw.forms-0.9.3.tar.gz 71160 RMD160 f23b57510cf4110769cebab65dfa5424282eb45d SHA1 fde75982e5ad995d4c112607da0476f943cc92e9 SHA256 356e06fce01e28fea1fdff492e20bbd24c93d2568b9878b8fef21949614393e7 +EBUILD tw-forms-0.9.3.ebuild 618 RMD160 6e84741e0e464865b8bdca652146c42f5afd496a SHA1 775e8a1bf7e284a852e8650743d5824aef7f63a7 SHA256 c8f9711de6274574c6b1ba1052b79bfdc18acffcfb9f3795567b710b299b7502 diff --git a/dev-python/tw-forms/tw-forms-0.9.3.ebuild b/dev-python/tw-forms/tw-forms-0.9.3.ebuild new file mode 100644 index 0000000..6059956 --- /dev/null +++ b/dev-python/tw-forms/tw-forms-0.9.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Web Widgets for building and validating forms. (former ToscaWidgetsForms)" +HOMEPAGE="http://toscawidgets.org" +SRC_URI="http://pypi.python.org/packages/source/t/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/toscawidgets-0.9.3 + >=dev-python/formencode-1.1 + dev-python/mako + >=dev-python/genshi-0.3.6" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/webflash/Manifest b/dev-python/webflash/Manifest new file mode 100644 index 0000000..caae3b1 --- /dev/null +++ b/dev-python/webflash/Manifest @@ -0,0 +1,2 @@ +DIST WebFlash-0.1a9.tar.gz 7374 RMD160 f9ac8e52d39bd97567b7b23622da914ca949f830 SHA1 7bc24f2c73b9269bd969070d022601de5c13949c SHA256 061aa6971da68ce9cfc1909f1dc7335d49546e4e7efccf54679b8c2c49062a7c +EBUILD webflash-0.1_alpha9.ebuild 536 RMD160 3fa6fa1c4725e7741986f990ee2662041ca5fc04 SHA1 82264f4ec275f27ba3ce9066ffe96814246b28dc SHA256 aeec0660c38377fbea47bbd3295a2640458cbde35e8063f1a1663b1361d4f0ea diff --git a/dev-python/webflash/webflash-0.1_alpha9.ebuild b/dev-python/webflash/webflash-0.1_alpha9.ebuild new file mode 100644 index 0000000..fdbbcf4 --- /dev/null +++ b/dev-python/webflash/webflash-0.1_alpha9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="WebFlash" +MY_PV="${PV/_alpha/a}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Portable flash messages for WSGI apps" +HOMEPAGE="http://python-rum.org/wiki/WebFlash" +SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/simplejson" +DEPEND="" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/zc-recipe-egg/Manifest b/dev-python/zc-recipe-egg/Manifest new file mode 100644 index 0000000..532b0a6 --- /dev/null +++ b/dev-python/zc-recipe-egg/Manifest @@ -0,0 +1,2 @@ +DIST zc.recipe.egg-1.2.2.tar.gz 33721 RMD160 f2ffddbb7921d4cf0f515cb94d0c8e7ae9b4c91f SHA1 f134b053d61df500c031d2613410fc24109930ac SHA256 76a04505024b4f3f2986e8160021b622b92ee73e09ceaa229e575af5dcdf7f6c +EBUILD zc-recipe-egg-1.2.2.ebuild 544 RMD160 8a209f7e17c3e5ed6174671edf034fcbea5d7e6d SHA1 1ee6b5121171f1fc7a93c83fa32b1cb197b43380 SHA256 402135cccd9c94dc8a6ed0939a8329cb35ebd99226c8ee30d6a8974a442ab853 diff --git a/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild b/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild new file mode 100644 index 0000000..f56f4d6 --- /dev/null +++ b/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +NEED_PYTHON="2.5" + +inherit distutils + +MY_PN="${PN//-/.}" + +DESCRIPTION="Recipe for installing Python package distributions as eggs" +HOMEPAGE="http://pypi.python.org/pypi/zc.recipe.egg/" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_PN}-${PV}.tar.gz" +LICENSE="ZPL" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="net-zope/zcbuildout" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_PN}-${PV}" + +DOCS="CHANGES.txt" diff --git a/net-zope/z3c-recipe-sphinxdoc/Manifest b/net-zope/z3c-recipe-sphinxdoc/Manifest new file mode 100644 index 0000000..3de6b6e --- /dev/null +++ b/net-zope/z3c-recipe-sphinxdoc/Manifest @@ -0,0 +1,2 @@ +DIST z3c.recipe.sphinxdoc-0.0.8.tar.gz 12642 RMD160 0d6ff3a20ef43c3a1315f093e932b3202b1fcc90 SHA1 239d8fc0c4311c3fccf3dc69e33e7e16efedd483 SHA256 abd66c69fc91877a4b7616985b15b0e8dd6e213efda8c2ae71bfa59e1129422a +EBUILD z3c-recipe-sphinxdoc-0.0.8.ebuild 631 RMD160 a87b50782d345903cacdbd2e1309238bfefe5fe7 SHA1 ca71ab675cbe392fbff9d6d7c2142bef1a9aa151 SHA256 40574f61b9505e954b72afb58203c4c001da3dda3d9ae03e8e324f897edf691c diff --git a/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild new file mode 100644 index 0000000..debe41c --- /dev/null +++ b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="z3c.recipe.sphinxdoc" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Use Sphinx to build documentation for zope.org." +HOMEPAGE="http://pypi.python.org/pypi/z3c.recipe.sphinxdoc/" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zcbuildout + dev-python/zc-recipe-egg + dev-python/sphinx" +DEPEND="dev-python/setuptools + dev-python/docutils" + +S="${WORKDIR}/${MY_P}" diff --git a/net-zope/zopecomponent/Manifest b/net-zope/zopecomponent/Manifest new file mode 100644 index 0000000..50dfe28 --- /dev/null +++ b/net-zope/zopecomponent/Manifest @@ -0,0 +1,2 @@ +DIST zope.component-3.6.0.tar.gz 87857 RMD160 879feda3b8cc4bc27bb946ec5caf74fa661da0b2 SHA1 122ee25ffeb3e8145a88fb7ab8165c258ad189b7 SHA256 b83381b4c2c74721f3c94cc9e03e62c4ac620f979a332baba3f70bf951f7e65f +EBUILD zopecomponent-3.6.0.ebuild 627 RMD160 9213f6a63ed69e979c0cc6829cc5d30193962835 SHA1 c292e73c8acab7dfcde7d3dff20d350af51a3a51 SHA256 c83a36f798ca9323101f3d228f0b7a2e2f345feacb76d12e8666d3841268bddb diff --git a/net-zope/zopecomponent/zopecomponent-3.6.0.ebuild b/net-zope/zopecomponent/zopecomponent-3.6.0.ebuild new file mode 100644 index 0000000..8c5b8a9 --- /dev/null +++ b/net-zope/zopecomponent/zopecomponent-3.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +MY_PN="zope.component" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope Component Architecture" +HOMEPAGE="http://pypi.python.org/pypi/zope.component" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="test" + +RDEPEND="net-zope/zopedeprecation + net-zope/zopeinterface + net-zope/zopedeferredimport + net-zope/zopeevent" +DEPEND="dev-python/setuptools + test? ( net-zope/zopetesting )" + +S="${WORKDIR}/${MY_P}" + +DOCS="README.txt" diff --git a/net-zope/zopeconfiguration/Manifest b/net-zope/zopeconfiguration/Manifest new file mode 100644 index 0000000..a9fe988 --- /dev/null +++ b/net-zope/zopeconfiguration/Manifest @@ -0,0 +1,2 @@ +DIST zope.configuration-3.6.0.tar.gz 48133 RMD160 e2f7c2b2d12291c5a664c308d486bf85d2250eda SHA1 3dabbe682871fa83b49b1308e64a36aa9692707f SHA256 a18e57267562da177825a23f3ab6304b7aafc904b9c3799761f07c0925a079f5 +EBUILD zopeconfiguration-3.6.0.ebuild 636 RMD160 2f6b3f77ff231b866c7f6f8deb0b4636dfb32c44 SHA1 90ea698f55b9750c6278fa212ec1245b40113d0a SHA256 349d67685fb186079d6c03e96662000ed699fb7496ab479a4f747a6b2841e749 diff --git a/net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild b/net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild new file mode 100644 index 0000000..abb3181 --- /dev/null +++ b/net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/zope/zope.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope Configuration Markup Language (ZCML)" +HOMEPAGE="http://pypi.python.org/pypi/zope.configuration" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zopei18nmessageid + net-zope/zopeinterface + net-zope/zopeschema" +DEPEND="dev-python/setuptools + test? ( net-zope/zopetesting )" + +S="${WORKDIR}/${MY_P}" diff --git a/net-zope/zopei18n/Manifest b/net-zope/zopei18n/Manifest new file mode 100644 index 0000000..6b78ae5 --- /dev/null +++ b/net-zope/zopei18n/Manifest @@ -0,0 +1,2 @@ +DIST zope.i18n-3.7.0.tar.gz 598395 RMD160 9ea274e6c05e332c23277c8bd1040367507c7471 SHA1 57ff88e777ef114b347b89d294d004e9e837e4f7 SHA256 fc717953c3ab05496cbdc7634fb5234733a04ffed5655a8c128f254a1012e9e0 +EBUILD zopei18n-3.7.0.ebuild 660 RMD160 69b5ec1f90388e67cbd5cadb05b78d6ccaa58958 SHA1 23d6a2989751cd977a7d5d700d14ceaf2280c4f7 SHA256 70c4b942fb5eb5b68215d68cff2612566182f47b869457134d40e64fd2a4dc4b diff --git a/net-zope/zopei18n/zopei18n-3.7.0.ebuild b/net-zope/zopei18n/zopei18n-3.7.0.ebuild new file mode 100644 index 0000000..cb8b7ed --- /dev/null +++ b/net-zope/zopei18n/zopei18n-3.7.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/zope/zope.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope3 Internationalization Support" +HOMEPAGE="http://pypi.python.org/pypi/zope.i18n" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/pytz + net-zope/zopeschema + net-zope/zopei18nmessageid + net-zope/zopecomponent + net-zope/zopeconfiguration + dev-python/python-gettext" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" diff --git a/net-zope/zopei18nmessageid/Manifest b/net-zope/zopei18nmessageid/Manifest new file mode 100644 index 0000000..d521c45 --- /dev/null +++ b/net-zope/zopei18nmessageid/Manifest @@ -0,0 +1,2 @@ +DIST zope.i18nmessageid-3.4.3.tar.gz 8688 RMD160 850cea792d8bf1e5c344d282deb968aab1c7649d SHA1 30de59a9fbd1ee4797d9dd21c80d8427853c15bf SHA256 af6ea7240d54c5488539496f7c9e1a1e9e991ee9573b61cc38f691612f3fc287 +EBUILD zopei18nmessageid-3.4.3.ebuild 522 RMD160 9572338663afb33d7e38e6d91365e0605128ace4 SHA1 1ebaff56999cb264d636f735806b40f9590fd4af SHA256 c5a18934dc92707f409ebfdd7850db23fdc1819638b2379cc1362bb1ea41d2f8 diff --git a/net-zope/zopei18nmessageid/zopei18nmessageid-3.4.3.ebuild b/net-zope/zopei18nmessageid/zopei18nmessageid-3.4.3.ebuild new file mode 100644 index 0000000..87f76e6 --- /dev/null +++ b/net-zope/zopei18nmessageid/zopei18nmessageid-3.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/zope/zope.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope 3 i18n Message Identifier" +HOMEPAGE="http://pypi.python.org/pypi/zope.i18nmessageid" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" diff --git a/net-zope/zopeschema/Manifest b/net-zope/zopeschema/Manifest new file mode 100644 index 0000000..bff74bd --- /dev/null +++ b/net-zope/zopeschema/Manifest @@ -0,0 +1,2 @@ +DIST zope.schema-3.5.4.tar.gz 61380 RMD160 c8645f71d417c0a514264a3f0f824564b3129b13 SHA1 962efba146b18fba31d51225e97170f7da60aa80 SHA256 e825cfc10801e8f05e226e691d25092ec2888525728b981167886db38b84ca84 +EBUILD zopeschema-3.5.4.ebuild 680 RMD160 e38dde35fcf266b5851441fe5e1b08b2d2f15576 SHA1 865b6f5256666ad0393b30b984909445b9feadb2 SHA256 a9fcbb37dcd72868467fc7d48959739319b660949908a2e29c3bfb9181b7fd77 diff --git a/net-zope/zopeschema/zopeschema-3.5.4.ebuild b/net-zope/zopeschema/zopeschema-3.5.4.ebuild new file mode 100644 index 0000000..51d3bfe --- /dev/null +++ b/net-zope/zopeschema/zopeschema-3.5.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="zope.schema" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="zope.interface extension for defining data schemas" +HOMEPAGE="http://pypi.python.org/pypi/zope.schema" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="doc test" + +RDEPEND="net-zope/zopei18nmessageid + net-zope/zopeinterface + net-zope/zopeevent" +DEPEND="dev-python/setuptools + test? ( net-zope/zopetesting ) + doc? ( net-zope/z3c-recipe-sphinxdoc )" + +S="${WORKDIR}/${MY_P}" diff --git a/net-zope/zopesqlalchemy/Manifest b/net-zope/zopesqlalchemy/Manifest new file mode 100644 index 0000000..a562566 --- /dev/null +++ b/net-zope/zopesqlalchemy/Manifest @@ -0,0 +1,2 @@ +DIST zope.sqlalchemy-0.4.tar.gz 13136 RMD160 2ec58c8445ae266c80c51a88f0934947d5a931f9 SHA1 053176396befc6cb4b8e674d6f47f8cd5106e320 SHA256 96fa5dd6e262f52904ee8431bf9d57c27f3dc63581a02d233f2ae4cda202ed1d +EBUILD zopesqlalchemy-0.4.ebuild 743 RMD160 3b742e2c30880de5783ddb46a49d907c4844480a SHA1 785bd9688d716275ca85ab4f485bb2a4e9796e70 SHA256 342715ca3e365893a0fd12fd1ae8dc66f961cc5d3736bf980ffe2a375e098a0a diff --git a/net-zope/zopesqlalchemy/zopesqlalchemy-0.4.ebuild b/net-zope/zopesqlalchemy/zopesqlalchemy-0.4.ebuild new file mode 100644 index 0000000..7f3281b --- /dev/null +++ b/net-zope/zopesqlalchemy/zopesqlalchemy-0.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="${PN/zope/zope.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Minimal Zope/SQLAlchemy transaction integration" +HOMEPAGE="http://pypi.python.org/pypi/zope.sqlalchemy" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="test" + +RDEPEND="|| ( + ( >=dev-python/sqlalchemy-0.4.7 <=dev-python/sqlalchemy-0.5 ) + >=dev-python/sqlalchemy-0.5.1 + ) + dev-python/transaction + net-zope/zopeinterface" +DEPEND="dev-python/setuptools + test? ( net-zope/zopetesting dev-python/docutils )" + +S="${WORKDIR}/${MY_P}" |