* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pyquante/
2013-06-16 15:53 [gentoo-commits] proj/sci:fixing " Justin Lecher
@ 2013-06-16 15:53 ` Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-06-16 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 4ded822c3f0178502dc9c2066cb8a078a94f1ca7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 15:05:36 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 15:05:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4ded822c
sci-chemistry/pyquante: Bump to EAPI=5 and distutils-r1.eclass
Package-Manager: portage-2.2.0_alpha180
---
sci-chemistry/pyquante/ChangeLog | 6 +++++-
sci-chemistry/pyquante/metadata.xml | 2 +-
sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild | 11 +++++------
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/sci-chemistry/pyquante/ChangeLog b/sci-chemistry/pyquante/ChangeLog
index ff079af..fee6756 100644
--- a/sci-chemistry/pyquante/ChangeLog
+++ b/sci-chemistry/pyquante/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/pyquante
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Jun 2013; Justin Lecher <jlec@gentoo.org> pyquante-1.6.3-r1.ebuild,
+ metadata.xml:
+ Bump to EAPI=5 and distutils-r1.eclass
+
*pyquante-1.6.3-r1 (29 Jun 2010)
29 Jun 2010; Justin Lecher <jlec@gentoo.org> -pyquante-1.6.3.ebuild,
diff --git a/sci-chemistry/pyquante/metadata.xml b/sci-chemistry/pyquante/metadata.xml
index 9ac9ffd..51fdeda 100644
--- a/sci-chemistry/pyquante/metadata.xml
+++ b/sci-chemistry/pyquante/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
+ <herd>sci-chemistry</herd>
</pkgmetadata>
diff --git a/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild b/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild
index 93f0855..88f7f96 100644
--- a/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild
+++ b/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
MY_PN="PyQuante"
MY_P="${MY_PN}-${PV}"
@@ -16,8 +15,8 @@ DESCRIPTION="Quantum chemistry package written in Python"
HOMEPAGE="http://pyquante.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="GPL-2"
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pyquante/
@ 2013-12-07 22:09 Nicolas Bock
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Bock @ 2013-12-07 22:09 UTC (permalink / raw
To: gentoo-commits
commit: a0eaa3cbc5575d58bf2de39a6e06497b5c3461c7
Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Sat Dec 7 22:09:12 2013 +0000
Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Sat Dec 7 22:09:12 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a0eaa3cb
sci-chemistry/pyquante: Version bump to 1.6.4
Package-Manager: portage-2.2.7
---
sci-chemistry/pyquante/ChangeLog | 6 +++++-
sci-chemistry/pyquante/pyquante-1.6.4.ebuild | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/pyquante/ChangeLog b/sci-chemistry/pyquante/ChangeLog
index fee6756..f854df5 100644
--- a/sci-chemistry/pyquante/ChangeLog
+++ b/sci-chemistry/pyquante/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pyquante-1.6.4 (07 Dec 2013)
+
+ 07 Dec 2013; Nicolas Bock <nicolasbock@gmail.com> +pyquante-1.6.4.ebuild:
+ sci-chemistry/pyquante: Version bump to 1.6.4
+
16 Jun 2013; Justin Lecher <jlec@gentoo.org> pyquante-1.6.3-r1.ebuild,
metadata.xml:
Bump to EAPI=5 and distutils-r1.eclass
@@ -17,4 +22,3 @@
13 Jan 2010; Alexey Shvetsov <alexxy@gentoo.org> +pyquante-1.6.3.ebuild,
+metadata.xml:
Initial version bump
-
diff --git a/sci-chemistry/pyquante/pyquante-1.6.4.ebuild b/sci-chemistry/pyquante/pyquante-1.6.4.ebuild
new file mode 100644
index 0000000..88f7f96
--- /dev/null
+++ b/sci-chemistry/pyquante/pyquante-1.6.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+MY_PN="PyQuante"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Quantum chemistry package written in Python"
+HOMEPAGE="http://pyquante.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pyquante/
@ 2021-01-03 6:44 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2021-01-03 6:44 UTC (permalink / raw
To: gentoo-commits
commit: b13ff5a8b53cb094cbe70b1639d8d4987aff3936
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 14:01:27 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 06:43:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b13ff5a8
sci-chemistry/pyquante: version bump, enable sphinx, bump py targets
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild | 22 -------------
sci-chemistry/pyquante/pyquante-1.6.4.ebuild | 22 -------------
.../pyquante/pyquante-2.1_p20190721.ebuild | 37 ++++++++++++++++++++++
3 files changed, 37 insertions(+), 44 deletions(-)
diff --git a/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild b/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild
deleted file mode 100644
index bf9928ef7..000000000
--- a/sci-chemistry/pyquante/pyquante-1.6.3-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="PyQuante"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Quantum chemistry package written in Python"
-HOMEPAGE="http://pyquante.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
diff --git a/sci-chemistry/pyquante/pyquante-1.6.4.ebuild b/sci-chemistry/pyquante/pyquante-1.6.4.ebuild
deleted file mode 100644
index bf9928ef7..000000000
--- a/sci-chemistry/pyquante/pyquante-1.6.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="PyQuante"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Quantum chemistry package written in Python"
-HOMEPAGE="http://pyquante.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
diff --git a/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild b/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild
new file mode 100644
index 000000000..1eee1d60a
--- /dev/null
+++ b/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} ) # compile failure with py3.9
+
+inherit distutils-r1
+
+COMMIT="6e34cb4480ae7dbd8c5e44d221d8b27584890c83"
+
+DESCRIPTION="Quantum chemistry package written in Python"
+HOMEPAGE="https://github.com/rpmuller/pyquante2"
+SRC_URI="https://github.com/rpmuller/pyquante2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+# Fails to find self, even with --install
+RESTRICT="test"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}2-${COMMIT}"
+
+distutils_enable_sphinx docs --no-autodoc
+distutils_enable_tests --install pytest
+
+python_prepare_all() {
+ # this has been renamed in newer versions of sphinx
+ sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' docs/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pyquante/
@ 2022-01-26 17:48 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-01-26 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 1bbb60aa2718b6ca50b85fbb79709adccba27536
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 10:34:41 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 10:34:41 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1bbb60aa
sci-chemistry/pyquante: drop dead package
No upstream activity, not compatible with py3.9 and up
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-chemistry/pyquante/metadata.xml | 11 -------
.../pyquante/pyquante-2.1_p20190721.ebuild | 37 ----------------------
2 files changed, 48 deletions(-)
diff --git a/sci-chemistry/pyquante/metadata.xml b/sci-chemistry/pyquante/metadata.xml
deleted file mode 100644
index 9f3ad9572..000000000
--- a/sci-chemistry/pyquante/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">pyquante</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild b/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild
deleted file mode 100644
index 1eee1d60a..000000000
--- a/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} ) # compile failure with py3.9
-
-inherit distutils-r1
-
-COMMIT="6e34cb4480ae7dbd8c5e44d221d8b27584890c83"
-
-DESCRIPTION="Quantum chemistry package written in Python"
-HOMEPAGE="https://github.com/rpmuller/pyquante2"
-SRC_URI="https://github.com/rpmuller/pyquante2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-# Fails to find self, even with --install
-RESTRICT="test"
-
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${PN}2-${COMMIT}"
-
-distutils_enable_sphinx docs --no-autodoc
-distutils_enable_tests --install pytest
-
-python_prepare_all() {
- # this has been renamed in newer versions of sphinx
- sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' docs/conf.py || die
-
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-01-26 17:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 17:48 [gentoo-commits] proj/sci:master commit in: sci-chemistry/pyquante/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-01-03 6:44 Horea Christian
2013-12-07 22:09 Nicolas Bock
2013-06-16 15:53 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-16 15:53 ` [gentoo-commits] proj/sci:master " Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox