public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2018-11-03 22:20 Andreas Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Hüttel @ 2018-11-03 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c53be5da17dbf26e1c7752d00f80ad6ec879f8ea
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 22:18:11 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 22:19:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53be5da

sci-physics/qmeq: New package

See also https://arxiv.org/abs/1706.10104
and http://dx.doi.org/10.1016/j.cpc.2017.07.024

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-physics/qmeq/Manifest        |  1 +
 sci-physics/qmeq/metadata.xml    | 11 +++++++++++
 sci-physics/qmeq/qmeq-1.0.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
new file mode 100644
index 00000000000..d4c5db05f3c
--- /dev/null
+++ b/sci-physics/qmeq/Manifest
@@ -0,0 +1 @@
+DIST qmeq-1.0.tar.gz 590715 BLAKE2B 7f091be0651236f2dcb45825df541813e27b43b2b8ec9184a342c962363921e29462726ba23530d0b956bba45793ed2036cec6287696e5fa58f91204d9267933 SHA512 3589fe927740cac5130a5b936e7fb8f73ce20f280878a326cdf91fe6340e8853f5e055c7e07170433c0977130cbb31644b0d9f84d23cd467aaa82557c8541e6f

diff --git a/sci-physics/qmeq/metadata.xml b/sci-physics/qmeq/metadata.xml
new file mode 100644
index 00000000000..02fe3b97774
--- /dev/null
+++ b/sci-physics/qmeq/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
new file mode 100644
index 00000000000..db03248cf2e
--- /dev/null
+++ b/sci-physics/qmeq/qmeq-1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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"
+
+KEYWORDS="~amd64"
+IUSE=""
+LICENSE="BSD-2"
+SLOT="0"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2018-11-07 18:10 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2018-11-07 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3746b4d37e83c7041d02437a940e3b743d59dfa6
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 18:10:16 2018 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 18:10:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3746b4d3

sci-physics/qmeq: Add support for installing examples

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/Manifest        |  1 +
 sci-physics/qmeq/qmeq-1.0.ebuild | 22 ++++++++++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
index d4c5db05f3c..6c1d89c683a 100644
--- a/sci-physics/qmeq/Manifest
+++ b/sci-physics/qmeq/Manifest
@@ -1 +1,2 @@
 DIST qmeq-1.0.tar.gz 590715 BLAKE2B 7f091be0651236f2dcb45825df541813e27b43b2b8ec9184a342c962363921e29462726ba23530d0b956bba45793ed2036cec6287696e5fa58f91204d9267933 SHA512 3589fe927740cac5130a5b936e7fb8f73ce20f280878a326cdf91fe6340e8853f5e055c7e07170433c0977130cbb31644b0d9f84d23cd467aaa82557c8541e6f
+DIST qmeq-examples-1.0.tgz 289316 BLAKE2B add7520b579023c8da91aff294dd5a8fd29ba3520c3b496f2a98c8159dab4ad6bcdd1d12070357d868a10bbf224511ab27da069b94951d2c8632064344d2e143 SHA512 4a7b78a200ab4fa407401ea89740cdbcfb82376d97e8146e20a1cdab154269a6b9ce8217fb7ce78af73677b544ab535c5eadd386655dbff9c4ebde6c8eda9e38

diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
index db03248cf2e..b08ced5452a 100644
--- a/sci-physics/qmeq/qmeq-1.0.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0.ebuild
@@ -9,18 +9,32 @@ 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"
+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=""
+IUSE="examples"
 LICENSE="BSD-2"
 SLOT="0"
 
-RDEPEND="
+COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
 	sci-libs/scipy[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}
+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}"/*
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2019-12-04 17:15 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-12-04 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8e28a35bc769f452225df59fcce08d86aca875e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 10:24:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 17:13:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e28a35b

sci-physics/qmeq: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-physics/qmeq/qmeq-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
index 84ab71afd23..67ed3e97522 100644
--- a/sci-physics/qmeq/qmeq-1.0.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2020-05-06 21:15 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2020-05-06 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     27dc3d72b0f2957cc1646ecc626b08f873682f01
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 20:43:29 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May  6 21:15:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dc3d72

sci-physics/qmeq: Add py37

Closes: https://bugs.gentoo.org/718506
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/qmeq-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
index 36c97a4c552..f2a11f357f9 100644
--- a/sci-physics/qmeq/qmeq-1.0.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2020-09-02  9:12 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-09-02  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     004921e4ad2085f0dceb6795b96c648c96b3caea
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 08:34:49 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 09:11:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004921e4

sci-physics/qmeq: Remove py3.6 due to ipython

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-physics/qmeq/qmeq-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild
index f2a11f357f9..9038c029f11 100644
--- a/sci-physics/qmeq/qmeq-1.0.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2020-09-05  6:08 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-09-05  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f5df98ca12c2717a918ff8a1c8287d4360fc8e43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 06:00:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 06:07:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5df98ca

sci-physics/qmeq: Revbump post py3.6 removal

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-physics/qmeq/{qmeq-1.0.ebuild => qmeq-1.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0-r1.ebuild
similarity index 100%
rename from sci-physics/qmeq/qmeq-1.0.ebuild
rename to sci-physics/qmeq/qmeq-1.0-r1.ebuild


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2020-09-20  8:04 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2020-09-20  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f8e6f57de17e9a8d664133ae3c6d16537bb8d6b7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 08:04:04 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 08:04:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e6f57d

sci-physics/qmeq: Add new snapshot

Closes: https://bugs.gentoo.org/740244
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/Manifest                |  1 +
 sci-physics/qmeq/qmeq-1.0_p202004.ebuild | 51 ++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
index 6c1d89c683a..b7e3f8148a3 100644
--- a/sci-physics/qmeq/Manifest
+++ b/sci-physics/qmeq/Manifest
@@ -1,2 +1,3 @@
 DIST qmeq-1.0.tar.gz 590715 BLAKE2B 7f091be0651236f2dcb45825df541813e27b43b2b8ec9184a342c962363921e29462726ba23530d0b956bba45793ed2036cec6287696e5fa58f91204d9267933 SHA512 3589fe927740cac5130a5b936e7fb8f73ce20f280878a326cdf91fe6340e8853f5e055c7e07170433c0977130cbb31644b0d9f84d23cd467aaa82557c8541e6f
+DIST qmeq-1.0_p202004.zip 157661 BLAKE2B f3140ffe79d5e310cf11a3b7e73b7b377fe7fd055708f77c9d3c548ce06da97b3deccfbb3364970c949694caa88b91e35a4c49c0c39a8a32f43c4c7f91e82fa2 SHA512 223d0bacce75ff672182e0401027f17e59b8cb8b79cdfb15200709c8c14eb1cd7158a68a42ce6e8660895d419f6101257b57941dcc416fc35438dacea9c15e85
 DIST qmeq-examples-1.0.tgz 289316 BLAKE2B add7520b579023c8da91aff294dd5a8fd29ba3520c3b496f2a98c8159dab4ad6bcdd1d12070357d868a10bbf224511ab27da069b94951d2c8632064344d2e143 SHA512 4a7b78a200ab4fa407401ea89740cdbcfb82376d97e8146e20a1cdab154269a6b9ce8217fb7ce78af73677b544ab535c5eadd386655dbff9c4ebde6c8eda9e38

diff --git a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
new file mode 100644
index 00000000000..44aa7920931
--- /dev/null
+++ b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
@@ -0,0 +1,51 @@
+# 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
+
+Pcommit="d3949bf812e1648892959a169a7ff849cd7b69d5"
+
+DESCRIPTION="Quantum master equation package for Quantum dot transport calculations"
+HOMEPAGE="https://github.com/gedaskir/qmeq"
+SRC_URI="
+	https://github.com/gedaskir/qmeq/archive/${Pcommit}.zip -> ${PN}-${PV}.zip
+	examples? ( https://github.com/gedaskir/${PN}-examples/archive/1.0.tar.gz -> ${PN}-examples-1.0.tgz )
+"
+
+KEYWORDS="~amd64"
+IUSE="examples"
+LICENSE="BSD-2"
+SLOT="0"
+
+COMMON_DEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/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}]
+"
+
+#PATCHES=( "${FILESDIR}/qmeq-1.0-py3.patch" )
+
+#mydistutilsargs=( --cython )
+
+src_unpack() {
+	default
+	mv -v "${PN}-${Pcommit}" "${PN}-${PV}" || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	docompress -x "/usr/share/doc/${PF}"
+	use examples && dodoc -r "${WORKDIR}/${PN}-examples-${PV}"/*
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2020-09-20  9:46 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2020-09-20  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6c3ba15cf1d8a112982d85b041674c14354fe44f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:46:01 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:46:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3ba15c

sci-physics/qmeq: Switch from zip to tgz source

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/Manifest                | 2 +-
 sci-physics/qmeq/qmeq-1.0_p202004.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
index b7e3f8148a3..d3f7124e6be 100644
--- a/sci-physics/qmeq/Manifest
+++ b/sci-physics/qmeq/Manifest
@@ -1,3 +1,3 @@
 DIST qmeq-1.0.tar.gz 590715 BLAKE2B 7f091be0651236f2dcb45825df541813e27b43b2b8ec9184a342c962363921e29462726ba23530d0b956bba45793ed2036cec6287696e5fa58f91204d9267933 SHA512 3589fe927740cac5130a5b936e7fb8f73ce20f280878a326cdf91fe6340e8853f5e055c7e07170433c0977130cbb31644b0d9f84d23cd467aaa82557c8541e6f
-DIST qmeq-1.0_p202004.zip 157661 BLAKE2B f3140ffe79d5e310cf11a3b7e73b7b377fe7fd055708f77c9d3c548ce06da97b3deccfbb3364970c949694caa88b91e35a4c49c0c39a8a32f43c4c7f91e82fa2 SHA512 223d0bacce75ff672182e0401027f17e59b8cb8b79cdfb15200709c8c14eb1cd7158a68a42ce6e8660895d419f6101257b57941dcc416fc35438dacea9c15e85
+DIST qmeq-1.0_p202004.tgz 98025 BLAKE2B fa0ad1bafca28a1c8a16db7b3f9c590bd12340bdd635616592cc75c2a448f719c16b266f960a17ab60de53b40489022ce4ee34548ff44aa997e4dfb6804885d8 SHA512 3001ebc7f8670269ac65bff3f3b96be900946a7991afcc76408e3bbfec5a39d603a67e27f88f48f30d2b576dbf91c0d1898fdbe43cfc194c408f2565abd12806
 DIST qmeq-examples-1.0.tgz 289316 BLAKE2B add7520b579023c8da91aff294dd5a8fd29ba3520c3b496f2a98c8159dab4ad6bcdd1d12070357d868a10bbf224511ab27da069b94951d2c8632064344d2e143 SHA512 4a7b78a200ab4fa407401ea89740cdbcfb82376d97e8146e20a1cdab154269a6b9ce8217fb7ce78af73677b544ab535c5eadd386655dbff9c4ebde6c8eda9e38

diff --git a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
index 44aa7920931..17bc19178ab 100644
--- a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
@@ -12,7 +12,7 @@ Pcommit="d3949bf812e1648892959a169a7ff849cd7b69d5"
 DESCRIPTION="Quantum master equation package for Quantum dot transport calculations"
 HOMEPAGE="https://github.com/gedaskir/qmeq"
 SRC_URI="
-	https://github.com/gedaskir/qmeq/archive/${Pcommit}.zip -> ${PN}-${PV}.zip
+	https://github.com/gedaskir/qmeq/archive/${Pcommit}.tar.gz -> ${PN}-${PV}.tgz
 	examples? ( https://github.com/gedaskir/${PN}-examples/archive/1.0.tar.gz -> ${PN}-examples-1.0.tgz )
 "
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2021-01-20 10:16 David Seifert
  0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2021-01-20 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3258b3f41f1697fba20612f535cffb50c3145bb2
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Jan 20 10:16:07 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 10:16:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3258b3f4

sci-physics/qmeq: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-physics/qmeq/Manifest           |  1 -
 sci-physics/qmeq/qmeq-1.0-r1.ebuild | 40 -------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
index d3f7124e6be..171d8c65a90 100644
--- a/sci-physics/qmeq/Manifest
+++ b/sci-physics/qmeq/Manifest
@@ -1,3 +1,2 @@
-DIST qmeq-1.0.tar.gz 590715 BLAKE2B 7f091be0651236f2dcb45825df541813e27b43b2b8ec9184a342c962363921e29462726ba23530d0b956bba45793ed2036cec6287696e5fa58f91204d9267933 SHA512 3589fe927740cac5130a5b936e7fb8f73ce20f280878a326cdf91fe6340e8853f5e055c7e07170433c0977130cbb31644b0d9f84d23cd467aaa82557c8541e6f
 DIST qmeq-1.0_p202004.tgz 98025 BLAKE2B fa0ad1bafca28a1c8a16db7b3f9c590bd12340bdd635616592cc75c2a448f719c16b266f960a17ab60de53b40489022ce4ee34548ff44aa997e4dfb6804885d8 SHA512 3001ebc7f8670269ac65bff3f3b96be900946a7991afcc76408e3bbfec5a39d603a67e27f88f48f30d2b576dbf91c0d1898fdbe43cfc194c408f2565abd12806
 DIST qmeq-examples-1.0.tgz 289316 BLAKE2B add7520b579023c8da91aff294dd5a8fd29ba3520c3b496f2a98c8159dab4ad6bcdd1d12070357d868a10bbf224511ab27da069b94951d2c8632064344d2e143 SHA512 4a7b78a200ab4fa407401ea89740cdbcfb82376d97e8146e20a1cdab154269a6b9ce8217fb7ce78af73677b544ab535c5eadd386655dbff9c4ebde6c8eda9e38

diff --git a/sci-physics/qmeq/qmeq-1.0-r1.ebuild b/sci-physics/qmeq/qmeq-1.0-r1.ebuild
deleted file mode 100644
index 7ae48a59361..00000000000
--- a/sci-physics/qmeq/qmeq-1.0-r1.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}]
-	dev-python/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}"/*
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2022-10-16 12:03 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2022-10-16 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     befd1df675d4c93ad9aff0e1c13b22e912674566
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 12:02:12 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 12:03:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befd1df6

sci-physics/qmeq: enable py3.10 and disable py3.7

Closes: https://bugs.gentoo.org/846293
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/qmeq-1.0_p202004.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
index a1827cc843ed..9d186379a84c 100644
--- a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
+++ b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2018-2021 Gentoo Authors
+# Copyright 2018-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 inherit distutils-r1
 
 Pcommit="d3949bf812e1648892959a169a7ff849cd7b69d5"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2023-04-02 22:08 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2023-04-02 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a302c0f75bb2b340f8701f0ae2026c09be932b30
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 22:07:41 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 22:08:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a302c0f7

sci-physics/qmeq: add 1.1

Closes: https://bugs.gentoo.org/810442
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/Manifest        |  1 +
 sci-physics/qmeq/qmeq-1.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
index 171d8c65a906..c142ae81fcb9 100644
--- a/sci-physics/qmeq/Manifest
+++ b/sci-physics/qmeq/Manifest
@@ -1,2 +1,3 @@
 DIST qmeq-1.0_p202004.tgz 98025 BLAKE2B fa0ad1bafca28a1c8a16db7b3f9c590bd12340bdd635616592cc75c2a448f719c16b266f960a17ab60de53b40489022ce4ee34548ff44aa997e4dfb6804885d8 SHA512 3001ebc7f8670269ac65bff3f3b96be900946a7991afcc76408e3bbfec5a39d603a67e27f88f48f30d2b576dbf91c0d1898fdbe43cfc194c408f2565abd12806
+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/qmeq-1.1.ebuild b/sci-physics/qmeq/qmeq-1.1.ebuild
new file mode 100644
index 000000000000..f46bde1641b7
--- /dev/null
+++ b/sci-physics/qmeq/qmeq-1.1.ebuild
@@ -0,0 +1,36 @@
+# 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"/.
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/
@ 2023-04-08 13:45 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2023-04-08 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     134b459cdd9a2cf8b96934794cfe4c07da876ede
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 13:44:56 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 13:45:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134b459c

sci-physics/qmeq: drop 1.0_p202004

Closes: https://bugs.gentoo.org/897242
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-physics/qmeq/Manifest                |  1 -
 sci-physics/qmeq/qmeq-1.0_p202004.ebuild | 40 --------------------------------
 2 files changed, 41 deletions(-)

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
index c142ae81fcb9..189a9c7f16f7 100644
--- a/sci-physics/qmeq/Manifest
+++ b/sci-physics/qmeq/Manifest
@@ -1,3 +1,2 @@
-DIST qmeq-1.0_p202004.tgz 98025 BLAKE2B fa0ad1bafca28a1c8a16db7b3f9c590bd12340bdd635616592cc75c2a448f719c16b266f960a17ab60de53b40489022ce4ee34548ff44aa997e4dfb6804885d8 SHA512 3001ebc7f8670269ac65bff3f3b96be900946a7991afcc76408e3bbfec5a39d603a67e27f88f48f30d2b576dbf91c0d1898fdbe43cfc194c408f2565abd12806
 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/qmeq-1.0_p202004.ebuild b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
deleted file mode 100644
index 418336b73032..000000000000
--- a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2018-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-inherit distutils-r1
-
-Pcommit="d3949bf812e1648892959a169a7ff849cd7b69d5"
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Quantum master equation package for Quantum dot transport calculations"
-HOMEPAGE="https://github.com/gedaskir/qmeq"
-SRC_URI="
-	https://github.com/gedaskir/qmeq/archive/${Pcommit}.tar.gz -> ${PN}-${PV}.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}]"
-
-src_unpack() {
-	default
-	mv -v "${PN}-${Pcommit}" "${P}" || die
-}
-
-src_install() {
-	distutils-r1_src_install
-	docompress -x "/usr/share/doc/${PF}"
-	use examples && dodoc -r "${WORKDIR}/${PN}-examples-${MY_PV}"/.
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-04-08 13:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-20  9:46 [gentoo-commits] repo/gentoo:master commit in: sci-physics/qmeq/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-04-08 13:45 Andreas K. Hüttel
2023-04-02 22:08 Andreas K. Hüttel
2022-10-16 12:03 Andreas K. Hüttel
2021-01-20 10:16 David Seifert
2020-09-20  8:04 Andreas K. Hüttel
2020-09-05  6:08 Michał Górny
2020-09-02  9:12 Michał Górny
2020-05-06 21:15 Andreas K. Hüttel
2019-12-04 17:15 Michał Górny
2018-11-07 18:10 Andreas K. Hüttel
2018-11-03 22:20 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox