diff options
-rw-r--r-- | dev-python/soaplib/soaplib-1.0.0.ebuild (renamed from dev-python/soaplib/soaplib-0.8.1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/soaplib/soaplib-0.8.1.ebuild b/dev-python/soaplib/soaplib-1.0.0.ebuild index b5aa7a6..58742b2 100644 --- a/dev-python/soaplib/soaplib-0.8.1.ebuild +++ b/dev-python/soaplib/soaplib-1.0.0.ebuild @@ -9,7 +9,7 @@ inherit distutils eutils DESCRIPTION="A simple library for writing soap web services." HOMEPAGE="http://wiki.github.com/jkp/soaplib" -SRC_URI="http://cloud.github.com/downloads/jkp/soaplib/${P}.tar" +SRC_URI="https://github.com/${PN}/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -24,10 +24,10 @@ DEPEND="${RDEPEND} dev-python/setuptools " -S="${WORKDIR}" +S="${WORKDIR}/soaplib-soaplib-2801978" src_install() { - DOCS="soaplib_docs.markdown TODO.txt" +# DOCS="soaplib_docs.markdown TODO.txt" distutils_src_install rm -rf "${ED}$(python_get_sitedir)/tests/" |