diff --git a/sdk_container/src/third_party/portage-stable/dev-python/argparse/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/argparse/Manifest index 955f21d462..b691dc479d 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/argparse/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-python/argparse/Manifest @@ -1 +1 @@ -DIST argparse-1.0.1.zip 148371 RMD160 4fd598c116f846aea2537e8ee67fb52108872508 SHA1 2d11d7c3ae6dca73d15c92d20ce8bb99f95daa0f SHA256 d167be909e74f28d32745d09299c0980bd2cd6d9fca4ca27f3bd948c82e87389 +DIST argparse-1.2.1.tar.gz 69297 RMD160 4ba4f413fab2a5f566b9b9bf1572714cd762fc66 SHA1 caadac82aa2576d6b445058c1fcf6ef0b14dbaa1 SHA256 ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/argparse/argparse-1.0.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/argparse/argparse-1.0.1.ebuild deleted file mode 100644 index 6c017e8c3b..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/argparse/argparse-1.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild,v 1.4 2009/12/02 10:49:48 maekke Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Provides an easy, declarative interface for creating command line tools." -HOMEPAGE="http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse" -SRC_URI="http://argparse.googlecode.com/files/${P}.zip" -LICENSE="Apache-2.0" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="argparse.py" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py - } - python_execute_function testing -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/argparse/argparse-1.2.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/argparse/argparse-1.2.1.ebuild new file mode 100644 index 0000000000..6295c24814 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/argparse/argparse-1.2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1.ebuild,v 1.15 2012/08/05 14:08:38 ryao Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Provides an easy, declarative interface for creating command line tools." +HOMEPAGE="http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse" +SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" + +PYTHON_MODNAME="argparse.py" + +src_test() { + testing() { + COLUMNS=80 PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_argparse.py + } + python_execute_function testing +} diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/argparse-1.0.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/argparse-1.2.1 similarity index 50% rename from sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/argparse-1.0.1 rename to sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/argparse-1.2.1 index d608fc4fed..64cc24e6da 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/argparse-1.0.1 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/argparse-1.2.1 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=>=app-admin/eselect-python-20091230 dev-lang/python +DEPEND=dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python DESCRIPTION=Provides an easy, declarative interface for creating command line tools. -EAPI=2 +EAPI=3 HOMEPAGE=http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris +LICENSE=PSF-2 RDEPEND=>=app-admin/eselect-python-20091230 dev-lang/python SLOT=0 -SRC_URI=http://argparse.googlecode.com/files/argparse-1.0.1.zip +SRC_URI=http://argparse.googlecode.com/files/argparse-1.2.1.tar.gz _eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68 -_md5_=d14fb3674ce0ccaf00f3a100bef63319 +_md5_=9f3ffa322c6d551693c14afed374ed61