diff options
author | 2018-02-06 18:02:54 -0600 | |
---|---|---|
committer | 2018-02-06 18:54:21 -0600 | |
commit | 1e40740df2b45fc69b9247554c8e1cd1b9531d36 (patch) | |
tree | 6d9415d2dd0bcbc2ea505c5366a2b56cc3971892 /dev-python | |
parent | app-doc/doxygen: update live ebuild (diff) | |
download | gentoo-1e40740df2b45fc69b9247554c8e1cd1b9531d36.tar.gz gentoo-1e40740df2b45fc69b9247554c8e1cd1b9531d36.tar.bz2 gentoo-1e40740df2b45fc69b9247554c8e1cd1b9531d36.zip |
dev-python/faulthandler: version bump to 3.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/faulthandler/Manifest | 1 | ||||
-rw-r--r-- | dev-python/faulthandler/faulthandler-3.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/faulthandler/Manifest b/dev-python/faulthandler/Manifest index 819cb8d4a323..83ac696f3bef 100644 --- a/dev-python/faulthandler/Manifest +++ b/dev-python/faulthandler/Manifest @@ -1 +1,2 @@ DIST faulthandler-2.6.tar.gz 54219 BLAKE2B 29f31974c2096990ce0954e9d4e72984980413235b2d4d078f0551434af4fe2e4d0d3cdbc8b80eb67bfdd89cc165350d73954902ff402c4debaf51a7609aea5c SHA512 884996a78b595c1c03c12d88687f5ee5051fabe162092a7b0c15a5ce51da33e64041bc1f2d4505bd5ae0d35a8e8d0e50dd08f603e58bdec5229f888ac46ce029 +DIST faulthandler-3.0.tar.gz 55577 BLAKE2B 8c4157393eb912d3f0e42ab6b942390a0ba2c068559ab8b66e6e3d961a2f7750f9cab000429feba46c0f9cc0a81ac2c8570d092ead1dcec8ea4e76e555cd1a8b SHA512 9e31682338e572e77e22a510637877c3e27440bc451854a898c5e58238d28a1bbf824cb2b44d1f1f11d8a4f491ddc299982a3d452eebec38bc2a03a824bac392 diff --git a/dev-python/faulthandler/faulthandler-3.0.ebuild b/dev-python/faulthandler/faulthandler-3.0.ebuild new file mode 100644 index 000000000000..d996088ebc96 --- /dev/null +++ b/dev-python/faulthandler/faulthandler-3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" +HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" |