altes Zeug entfernt
This commit is contained in:
@@ -1 +0,0 @@
|
||||
EBUILD QtPy-shim-9999.ebuild 784 SHA256 79d8d3bdbadbc18b7698b554824cc3b62ad2f3609e16ad15ae2deb743da12501 SHA512 467d6bd5d842c27dd6a1f321b7921eb870ac666af3b49b33abd88f6e6c1ea0e8ccc90a9869a06dd9ef510326236ef9e6da1eee967e28ec6359d1c08d039255c4 WHIRLPOOL d4aa70065185dc24ac45201db7472c8d0f79fe2f55c1cfbdbc06cc21ef3d3edb734c39026031e775d16c919761271321cdd9c34e12f70d72d840f8577b6091ec
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Minimal Python 2 & 3 shim around all Qt bindings"
|
||||
HOMEPAGE="https://github.com/mottosso/Qt.py"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/mottosso/Qt.py.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/mottosso/Qt.py/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/Qt.py-"${PV}"
|
||||
fi
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
|| (
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt4[${PYTHON_USEDEP}]
|
||||
dev-python/pyside[${PYTHON_USEDEP}]
|
||||
)"
|
||||
@@ -1 +0,0 @@
|
||||
EBUILD ipython-tikzmagic-9999.ebuild 374 SHA256 8de63d6ce7705bcdee9453377dd0e8c6ab31c9f63c4ddf72fd7cb30ca250c3cd SHA512 98291b62486cfbb35f2abe8ee4355625fb0cfe9776286d5ba7bf1e356c8d7ad7eaabff1a860678098abba7ce885a01865f6986f261d67effde3b057b94ecfaec WHIRLPOOL 11340545f97b985ae05fa75ec0e14ffe9524637b763288a19e81ba2ce7d582f5bc8d8be65ea05f65d093ebb964339b0b984d000e23af49229830d6d39082f627
|
||||
@@ -1,15 +0,0 @@
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="IPython magics for generating figures with TikZ"
|
||||
HOMEPAGE="https://github.com/mkrphys/ipython-tikzmagic"
|
||||
EGIT_REPO_URI="https://github.com/mkrphys/ipython-tikzmagic.git"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/jupyter_core"
|
||||
Reference in New Issue
Block a user