summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-15 22:30:56 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-15 22:30:56 +0000
commita7e1f5d19b10a8bd8a5f7e495f189f4c4318cfd2 (patch)
treea97ba0147d08b554851c74a56a5c65f4f8c5a5fd /dev-python/wstools
parentNew snapshot (diff)
downloadgentoo-2-a7e1f5d19b10a8bd8a5f7e495f189f4c4318cfd2.tar.gz
gentoo-2-a7e1f5d19b10a8bd8a5f7e495f189f4c4318cfd2.tar.bz2
gentoo-2-a7e1f5d19b10a8bd8a5f7e495f189f4c4318cfd2.zip
Migrate to distutils-r1.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/wstools')
-rw-r--r--dev-python/wstools/ChangeLog9
-rw-r--r--dev-python/wstools/wstools-0.4-r1.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/wstools/ChangeLog b/dev-python/wstools/ChangeLog
index dfe66f02d099..80d7f080bbc5 100644
--- a/dev-python/wstools/ChangeLog
+++ b/dev-python/wstools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/wstools
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v 1.11 2012/08/02 22:15:36 neurogeek Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/ChangeLog,v 1.12 2013/02/15 22:30:56 mgorny Exp $
+
+*wstools-0.4-r1 (15 Feb 2013)
+
+ 15 Feb 2013; Michał Górny <mgorny@gentoo.org> +wstools-0.4-r1.ebuild:
+ Migrate to distutils-r1.
02 Aug 2012; Jesus Rivero <neurogeek@gentoo.org> wstools-0.3.ebuild,
wstools-0.4.ebuild:
diff --git a/dev-python/wstools/wstools-0.4-r1.ebuild b/dev-python/wstools/wstools-0.4-r1.ebuild
new file mode 100644
index 000000000000..5c52c87f4075
--- /dev/null
+++ b/dev-python/wstools/wstools-0.4-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.4-r1.ebuild,v 1.1 2013/02/15 22:30:56 mgorny Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="WSDL parsing services package for Web Services for Python"
+HOMEPAGE="https://github.com/kiorky/wstools http://pypi.python.org/pypi/wstools"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"