summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-18 18:25:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-18 18:34:00 +0300
commit52e5f068574d57232fa13e765d8726a99efb7d31 (patch)
tree1c43e39c1b182cd5cac31651bb2aedb78a3b0d38 /sci-physics/qmeq
parentsys-apps/salinfo: treeclean (diff)
downloadgentoo-52e5f068574d57232fa13e765d8726a99efb7d31.tar.gz
gentoo-52e5f068574d57232fa13e765d8726a99efb7d31.tar.bz2
gentoo-52e5f068574d57232fa13e765d8726a99efb7d31.zip
sci-physics/qmeq: treeclean
Closes: https://bugs.gentoo.org/906017 (pkgremoved) Closes: https://bugs.gentoo.org/909320 (pkgremoved) Closes: https://bugs.gentoo.org/927529 (pkgremoved) Closes: https://bugs.gentoo.org/929802 (pkgremoved) Closes: https://bugs.gentoo.org/932532 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-physics/qmeq')
-rw-r--r--sci-physics/qmeq/Manifest2
-rw-r--r--sci-physics/qmeq/metadata.xml11
-rw-r--r--sci-physics/qmeq/qmeq-1.1.ebuild36
3 files changed, 0 insertions, 49 deletions
diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
deleted file mode 100644
index 189a9c7f16f7..000000000000
--- a/sci-physics/qmeq/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qmeq-1.1.tgz 122320 BLAKE2B f8c1c42eae308313b30f0fce0e59946ad3224b9561d5da8596f10e15b3ec0b372cab3468b6dc9704d3db9b1c3e0eef7f8dc6e8a2038adc8cd00fb2d6f0987465 SHA512 0a2f36ed6af52ee7705cea449a7d694ee8c7f0f2e27b131a84f4012ef66446b0462f67a6bd57fb5e81fee200b340d82ea52a7815cc1a4a1642c3d1cd4cd5fbcb
-DIST qmeq-examples-1.0.tgz 289316 BLAKE2B add7520b579023c8da91aff294dd5a8fd29ba3520c3b496f2a98c8159dab4ad6bcdd1d12070357d868a10bbf224511ab27da069b94951d2c8632064344d2e143 SHA512 4a7b78a200ab4fa407401ea89740cdbcfb82376d97e8146e20a1cdab154269a6b9ce8217fb7ce78af73677b544ab535c5eadd386655dbff9c4ebde6c8eda9e38
diff --git a/sci-physics/qmeq/metadata.xml b/sci-physics/qmeq/metadata.xml
deleted file mode 100644
index 9f5e5f64f5b3..000000000000
--- a/sci-physics/qmeq/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dilfridge@gentoo.org</email>
- <name>Andreas K. Huettel</name>
- </maintainer>
- <upstream>
- <remote-id type="github">gedaskir/qmeq</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-physics/qmeq/qmeq-1.1.ebuild b/sci-physics/qmeq/qmeq-1.1.ebuild
deleted file mode 100644
index f46bde1641b7..000000000000
--- a/sci-physics/qmeq/qmeq-1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2018-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10,11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Quantum master equation package for Quantum dot transport calculations"
-HOMEPAGE="https://github.com/gedaskir/qmeq"
-SRC_URI="
- https://github.com/gedaskir/qmeq/archive/refs/tags/${PV}.tar.gz -> ${P}.tgz
- examples? ( https://github.com/gedaskir/${PN}-examples/archive/1.0.tar.gz -> ${PN}-examples-1.0.tgz )"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- examples? ( dev-python/jupyter[${PYTHON_USEDEP}] )"
-BDEPEND="${DEPEND}
- dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-src_install() {
- distutils-r1_src_install
- docompress -x "/usr/share/doc/${PF}"
- use examples && dodoc -r "${WORKDIR}/${PN}-examples-1.0"/.
-}