diff --git a/sdk_container/src/third_party/portage-stable/dev-python/traceback2/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/traceback2/Manifest new file mode 100644 index 0000000000..e2fcaa15ea --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/traceback2/Manifest @@ -0,0 +1,5 @@ +DIST traceback2-1.4.0.tar.gz 15872 SHA256 05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030 SHA512 84c7fc291c8f2d4cee10441cdef1820aa453e631dfa91ed58e40fc205e97a9dd2101388d5689e4fdf10edfbf06bdb5b895d1635ae7218ba0c9b697d3f95f9342 WHIRLPOOL a2bcc135f1585d777dc94992bfb5bab3ce36f00f84ab3aceefba4a0864a1b51ee523d2095906d57321e8ff22ea534b1b559a192270a154fc7c674ad6725d68d5 +EBUILD traceback2-1.4.0.ebuild 605 SHA256 509ebea46a450ee0b888012d504261bc85d206e0760507188e365aa57ef9ec00 SHA512 0f456b77ab555e8db5ecf4c574811a915865a3bb4d0680ed82c152d50bcca2839fb7a582b203fbf198aea14ad53b81a6b5be003a4fde72f1148cc9abff742b21 WHIRLPOOL d48eccd85432067ed07515d38e8c3e8474d651a2c46f71092b3430a8771599e1fadd29e6a60fb6c2b4a1e29f6069660d8ffe5f69da491bd145be6770b0ca1fca +MISC ChangeLog 5141 SHA256 0d1e40b70edd357f60fb7a83a65a8402239401e2803b6de40755dcf5f9a345a5 SHA512 394ac2413b97f1eca00c0de08e68d2498a8a89d6937be2cd80c651755cc89510f95342867cd5cf6fc76a9bbf9329a9422357907e16fd23af506b05c9d9e2d683 WHIRLPOOL 650bc5432fa8b53273314721daa8e93eebb3d9b24913e6c3c0c6882c8a9901c125a0f964999c2ba30a4abdc53611a0ef4d3b846e49736df055ca351cbd583cae +MISC ChangeLog-2015 1229 SHA256 7a41cde5234e3eea4014cb8fe885dc47547fb3f6f1a2c54af6d79ddd69b2d8be SHA512 daf44443d5d72ebf9997e10432d2925e1a136bc5941d1c02c1b129bc0630b4bcaf31ec8659cf693ccaea33ef9c352ddaae1df1bcce95c61f8af7086542b55391 WHIRLPOOL a781bf1c5e1acc1992acb2fc665b6c79b01e6b17d8f6cdf0f04b12a2721b9b4a1b3a9c2d528ae6b39f6008c5693cea6085113c820b5fecffe26482b68148f27b +MISC metadata.xml 432 SHA256 0a43d545b662a1b71b4b2abe40aca25da6119d1c0c1624451b80391e3ad63b06 SHA512 5e6b4191eb2d9702e8eda9a4a9f4cf2ab7a7ece8898560bbdf9e0a36de4068f7e64c8aecebf017b8c80944f9f351ad6545695708f91d4c177d667bee1e8e79cb WHIRLPOOL 848ffdae854c46c715454a8899fd127e9f68d6733a6c8de3f527bb9817eab1f6d6714896176476a5e7049b30b24f7c96c189a7f085546c3638f4cf4a358aa7a6 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/traceback2/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/traceback2/metadata.xml new file mode 100644 index 0000000000..d00daa5f8a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/traceback2/metadata.xml @@ -0,0 +1,14 @@ + + + + + alunduil@gentoo.org + Alex Brandt + + + + + traceback2 + testing-cabal/traceback2 + + diff --git a/sdk_container/src/third_party/portage-stable/dev-python/traceback2/traceback2-1.4.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/traceback2/traceback2-1.4.0.ebuild new file mode 100644 index 0000000000..24aa84704a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/traceback2/traceback2-1.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Backports of the traceback module" +HOMEPAGE="https://github.com/testing-cabal/traceback2" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pbr[${PYTHON_USEDEP}] +" +RDEPEND="dev-python/linecache2[${PYTHON_USEDEP}]" diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/traceback2-1.4.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/traceback2-1.4.0 new file mode 100644 index 0000000000..8257a1821a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/traceback2-1.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pbr[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Backports of the traceback module +EAPI=5 +HOMEPAGE=https://github.com/testing-cabal/traceback2 +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 +LICENSE=PSF-2 +RDEPEND=dev-python/linecache2[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/t/traceback2/traceback2-1.4.0.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=39709a457ff70b02d9278a3d3cdee1de