From d9772e959148bf8ce6a0f0c14c4ae61b66036680 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 30 Dec 2009 20:15:08 -0600 Subject: suds: bump to 0.3.8 (stable), 0.3.9 (beta). --- dev-python/suds/Manifest | 8 ++++---- dev-python/suds/suds-0.3.6.ebuild | 22 ---------------------- dev-python/suds/suds-0.3.7.ebuild | 24 ------------------------ dev-python/suds/suds-0.3.8.ebuild | 24 ++++++++++++++++++++++++ dev-python/suds/suds-0.3.9.ebuild | 24 ++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 50 deletions(-) delete mode 100644 dev-python/suds/suds-0.3.6.ebuild delete mode 100644 dev-python/suds/suds-0.3.7.ebuild create mode 100644 dev-python/suds/suds-0.3.8.ebuild create mode 100644 dev-python/suds/suds-0.3.9.ebuild (limited to 'dev-python') diff --git a/dev-python/suds/Manifest b/dev-python/suds/Manifest index aa89bb2..e6fd93e 100644 --- a/dev-python/suds/Manifest +++ b/dev-python/suds/Manifest @@ -1,4 +1,4 @@ -DIST python-suds-0.3.7.tar.gz 88118 RMD160 bb925da62b8d6fcb1f8a9ebff9775ddf71d929fc SHA1 dd89a82ae25051f821c638114c9c473025c8db83 SHA256 5cf7e1eef1ad6edbc85b8964e88e6a84b3778dcf783fbfdf5463f13eec096816 -DIST suds-0.3.6.tar.gz 84833 RMD160 9582410b151ae32fea28e84b8dab1cfc659efd1e SHA1 b6beb30238376822ba54fe105a0bacc4101a2bd1 SHA256 d90c719dddf3b1a134cea697105cb9bcca4c9cf04fe647744ccdcdf768a70970 -EBUILD suds-0.3.6.ebuild 524 RMD160 fe7fc76c6f4cde9102a83426eac7ad44e3fd7287 SHA1 477ffaf6b5c7d5c0fc08a221bc5b6e9a80070b09 SHA256 3205d3b3c2371017ed68419dfb762a5bf8a77a51d1738deaf23b7d634c5771eb -EBUILD suds-0.3.7.ebuild 572 RMD160 08d95de4b0571176e2d8ad0d98e8f861faeb6f0e SHA1 c252bd8415bf22815fdeebfa2b52f9b7e33c079a SHA256 cd5e15e04ba6b76724f229e8b47988a0f77a8be1366e1e9289a264102540b4c0 +DIST python-suds-0.3.8.tar.gz 97241 RMD160 6812d63a74e3fdf1add07a268a01f54a46c2eb49 SHA1 10af2be7d961ed4a9885aea552513649c67bafd7 SHA256 4eb827853fc23c822850bedc23efebf5386c5e5f3d7537dde89c862b2470c319 +DIST python-suds-0.3.9.tar.gz 97352 RMD160 632158d7ab219a7edc91cfa674b55e9a247126b2 SHA1 d46e339dbf91430ba327c33137ba4f3a93a063f2 SHA256 8ba328cdfe9d449bec6bbbf93cc3dbb699b24a90e690787c169e4eafea8aebdf +EBUILD suds-0.3.8.ebuild 572 RMD160 08d95de4b0571176e2d8ad0d98e8f861faeb6f0e SHA1 c252bd8415bf22815fdeebfa2b52f9b7e33c079a SHA256 cd5e15e04ba6b76724f229e8b47988a0f77a8be1366e1e9289a264102540b4c0 +EBUILD suds-0.3.9.ebuild 572 RMD160 08d95de4b0571176e2d8ad0d98e8f861faeb6f0e SHA1 c252bd8415bf22815fdeebfa2b52f9b7e33c079a SHA256 cd5e15e04ba6b76724f229e8b47988a0f77a8be1366e1e9289a264102540b4c0 diff --git a/dev-python/suds/suds-0.3.6.ebuild b/dev-python/suds/suds-0.3.6.ebuild deleted file mode 100644 index ca28659..0000000 --- a/dev-python/suds/suds-0.3.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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) - -# Warning: Invalid LICENSE. -inherit distutils - - -DESCRIPTION="Lightweight SOAP client" -HOMEPAGE="https://fedorahosted.org/suds" -SRC_URI="http://pypi.python.org/packages/source/s/suds/${P}.tar.gz" -LICENSE="LGPL-3" -KEYWORDS="~amd64" -SLOT="0" -IUSE="" -DEPEND="dev-python/setuptools" - -src_test() { - PYTHONPATH=. "${python}" setup.py test || die "tests failed" -} - diff --git a/dev-python/suds/suds-0.3.7.ebuild b/dev-python/suds/suds-0.3.7.ebuild deleted file mode 100644 index 4c7b014..0000000 --- a/dev-python/suds/suds-0.3.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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) - -# Warning: Invalid LICENSE. -inherit distutils - -MY_P=${P/suds/python-suds} - -DESCRIPTION="Lightweight SOAP client" -HOMEPAGE="https://fedorahosted.org/suds" -SRC_URI="https://fedorahosted.org/releases/s/u/suds/${MY_P}.tar.gz" -LICENSE="LGPL-3" -KEYWORDS="~amd64" -SLOT="0" -IUSE="" -DEPEND="dev-python/setuptools" -S=${WORKDIR}/${MY_P} - -src_test() { - PYTHONPATH=. "${python}" setup.py test || die "tests failed" -} - diff --git a/dev-python/suds/suds-0.3.8.ebuild b/dev-python/suds/suds-0.3.8.ebuild new file mode 100644 index 0000000..4c7b014 --- /dev/null +++ b/dev-python/suds/suds-0.3.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) + +# Warning: Invalid LICENSE. +inherit distutils + +MY_P=${P/suds/python-suds} + +DESCRIPTION="Lightweight SOAP client" +HOMEPAGE="https://fedorahosted.org/suds" +SRC_URI="https://fedorahosted.org/releases/s/u/suds/${MY_P}.tar.gz" +LICENSE="LGPL-3" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" +DEPEND="dev-python/setuptools" +S=${WORKDIR}/${MY_P} + +src_test() { + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} + diff --git a/dev-python/suds/suds-0.3.9.ebuild b/dev-python/suds/suds-0.3.9.ebuild new file mode 100644 index 0000000..4c7b014 --- /dev/null +++ b/dev-python/suds/suds-0.3.9.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) + +# Warning: Invalid LICENSE. +inherit distutils + +MY_P=${P/suds/python-suds} + +DESCRIPTION="Lightweight SOAP client" +HOMEPAGE="https://fedorahosted.org/suds" +SRC_URI="https://fedorahosted.org/releases/s/u/suds/${MY_P}.tar.gz" +LICENSE="LGPL-3" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" +DEPEND="dev-python/setuptools" +S=${WORKDIR}/${MY_P} + +src_test() { + PYTHONPATH=. "${python}" setup.py test || die "tests failed" +} + -- cgit v1.2.3-65-gdbad