summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-05 08:00:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-05 08:07:56 +0200
commitf5df98ca12c2717a918ff8a1c8287d4360fc8e43 (patch)
treeb00bed19771270e8758bf8cc4a9e969327b210ce /sci-physics/qmeq/qmeq-1.0.ebuild
parentdev-python/vpython: Revbump post py3.6 removal (diff)
downloadgentoo-f5df98ca12c2717a918ff8a1c8287d4360fc8e43.tar.gz
gentoo-f5df98ca12c2717a918ff8a1c8287d4360fc8e43.tar.bz2
gentoo-f5df98ca12c2717a918ff8a1c8287d4360fc8e43.zip
sci-physics/qmeq: Revbump post py3.6 removal
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/qmeq/qmeq-1.0.ebuild')
-rw-r--r--sci-physics/qmeq/qmeq-1.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
deleted file mode 100644
index 9038c029f11b..000000000000
--- a/sci-physics/qmeq/qmeq-1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Quantum master equation package for Quantum dot transport calculations"
-HOMEPAGE="https://github.com/gedaskir/qmeq"
-SRC_URI="
- mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
- examples? ( https://github.com/gedaskir/${PN}-examples/archive/${PV}.tar.gz -> ${PN}-examples-${PV}.tgz )
-"
-
-KEYWORDS="~amd64"
-IUSE="examples"
-LICENSE="BSD-2"
-SLOT="0"
-
-COMMON_DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
-"
-RDEPEND="
- ${COMMON_DEPEND}
- examples? ( dev-python/jupyter[${PYTHON_USEDEP}] )
-"
-DEPEND="
- ${COMMON_DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]
-"
-
-src_install() {
- distutils-r1_src_install
- docompress -x "/usr/share/doc/${PF}"
- use examples && dodoc -r "${WORKDIR}/${PN}-examples-${PV}"/*
-}