public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2011-12-03  2:01 Tim Cera
  0 siblings, 0 replies; 11+ messages in thread
From: Tim Cera @ 2011-12-03  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c9423f63377f198f3e1f809a1a4d8e33b13ee6f5
Author:     timcera <tim <AT> cerazone <DOT> net>
AuthorDate: Fri Dec  2 23:00:12 2011 +0000
Commit:     Tim Cera <timcera <AT> earthlink <DOT> net>
CommitDate: Fri Dec  2 23:00:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9423f63

sci-mathematics/pulp: Initial ebuild.

---
 sci-mathematics/pulp/ChangeLog         |    9 +++++++
 sci-mathematics/pulp/metadata.xml      |    6 ++++
 sci-mathematics/pulp/pulp-1.4.9.ebuild |   41 ++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/sci-mathematics/pulp/ChangeLog b/sci-mathematics/pulp/ChangeLog
new file mode 100644
index 0000000..306cf7d
--- /dev/null
+++ b/sci-mathematics/pulp/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-mathematics/pulp
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pulp-1.4.9 (02 Dec 2011)
+
+  02 Dec 2011; Tim Cera <tim@cerazone.net> +pulp-1.4.9.ebuild, +metadata.xml:
+  Initial ebuild.
+

diff --git a/sci-mathematics/pulp/metadata.xml b/sci-mathematics/pulp/metadata.xml
new file mode 100644
index 0000000..0923903
--- /dev/null
+++ b/sci-mathematics/pulp/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<longdescription></longdescription>
+</pkgmetadata>

diff --git a/sci-mathematics/pulp/pulp-1.4.9.ebuild b/sci-mathematics/pulp/pulp-1.4.9.ebuild
new file mode 100644
index 0000000..1d21097
--- /dev/null
+++ b/sci-mathematics/pulp/pulp-1.4.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Ebuild generated by g-pypi 0.1
+
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+MY_PN="PuLP"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A Python linear programming wrapper that creates MPS/LP files,
+calls solvers, and presents results."
+
+HOMEPAGE="http://pulp-or.googlecode.com/"
+SRC_URI="mirror://pypi/packages/source/P/PuLP/${MY_P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools"
+RDEPEND=">=dev-python/pyparsing-1.5.2
+	>=sci-mathematics/glpk-4.35
+	dev-python/setuptools"
+
+RESTRICT_PYTHON_ABIS="2.4 3.*"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	distutils_src_install
+	if use examples; then
+		insinto /usr/share/doc/"${PF}"/
+		doins -r examples
+	fi
+}



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2013-01-15 15:27 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2013-01-15 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     504ac0700b4a8a5830c30d4a3675d360e1a5b429
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 14 13:08:50 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 14 13:08:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=504ac070

sci-mathematics/pulp: Move to EAPI=5, distutils-r1.eclass and virtual/pyparsing, #449564; unbundle sci-libs/coinor-cbc

Package-Manager: portage-2.2.0_alpha151

---
 sci-mathematics/pulp/ChangeLog         |    9 ++++++-
 sci-mathematics/pulp/metadata.xml      |    3 +-
 sci-mathematics/pulp/pulp-1.4.9.ebuild |   41 ------------------------------
 sci-mathematics/pulp/pulp-1.5.3.ebuild |   43 ++++++++++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 44 deletions(-)

diff --git a/sci-mathematics/pulp/ChangeLog b/sci-mathematics/pulp/ChangeLog
index 306cf7d..7f207db 100644
--- a/sci-mathematics/pulp/ChangeLog
+++ b/sci-mathematics/pulp/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-mathematics/pulp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pulp-1.5.3 (14 Jan 2013)
+
+  14 Jan 2013; Justin Lecher <jlec@gentoo.org> -pulp-1.4.9.ebuild,
+  +pulp-1.5.3.ebuild, metadata.xml:
+  Move to EAPI=5, distutils-r1.eclass and virtual/pyparsing, #449564; unbundle
+  sci-libs/coinor-cbc
+
 *pulp-1.4.9 (02 Dec 2011)
 
   02 Dec 2011; Tim Cera <tim@cerazone.net> +pulp-1.4.9.ebuild, +metadata.xml:

diff --git a/sci-mathematics/pulp/metadata.xml b/sci-mathematics/pulp/metadata.xml
index 0923903..897aa2e 100644
--- a/sci-mathematics/pulp/metadata.xml
+++ b/sci-mathematics/pulp/metadata.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
-	<longdescription></longdescription>
+  <herd>sci</herd>
 </pkgmetadata>

diff --git a/sci-mathematics/pulp/pulp-1.4.9.ebuild b/sci-mathematics/pulp/pulp-1.4.9.ebuild
deleted file mode 100644
index 1d21097..0000000
--- a/sci-mathematics/pulp/pulp-1.4.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Ebuild generated by g-pypi 0.1
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="PuLP"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Python linear programming wrapper that creates MPS/LP files,
-calls solvers, and presents results."
-
-HOMEPAGE="http://pulp-or.googlecode.com/"
-SRC_URI="mirror://pypi/packages/source/P/PuLP/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=">=dev-python/pyparsing-1.5.2
-	>=sci-mathematics/glpk-4.35
-	dev-python/setuptools"
-
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	distutils_src_install
-	if use examples; then
-		insinto /usr/share/doc/"${PF}"/
-		doins -r examples
-	fi
-}

diff --git a/sci-mathematics/pulp/pulp-1.5.3.ebuild b/sci-mathematics/pulp/pulp-1.5.3.ebuild
new file mode 100644
index 0000000..6788d05
--- /dev/null
+++ b/sci-mathematics/pulp/pulp-1.5.3.ebuild
@@ -0,0 +1,43 @@
+# 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} pypy{1_9,2_0} )
+
+inherit distutils-r1
+
+MY_PN="PuLP"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Create MPS/LP files, call solvers, and present results"
+HOMEPAGE="http://pulp-or.googlecode.com/"
+SRC_URI="mirror://pypi/P/PuLP/${MY_P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools"
+RDEPEND="
+	dev-python/setuptools
+	sci-libs/coinor-cbc
+	>=sci-mathematics/glpk-4.35
+	virtual/pyparsing"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	rm -rf ./src/pulp/solverdir/cbc* || die
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	if use examples; then
+		insinto /usr/share/doc/"${PF}"/
+		doins -r examples
+	fi
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2014-04-09 11:07 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2014-04-09 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     99f7dde1517d52d1c1a9a2cc8d2cc28117e768f2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  9 11:03:04 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr  9 11:03:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=99f7dde1

sci-mathematics/pulp: Version BUmp; fix distutils-r1 eclass usage

Package-Manager: portage-2.2.10

---
 sci-mathematics/pulp/ChangeLog                           |  6 +++++-
 .../pulp/{pulp-1.5.3.ebuild => pulp-1.5.6.ebuild}        | 16 ++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/sci-mathematics/pulp/ChangeLog b/sci-mathematics/pulp/ChangeLog
index 7f207db..83a1448 100644
--- a/sci-mathematics/pulp/ChangeLog
+++ b/sci-mathematics/pulp/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-mathematics/pulp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Apr 2014; Justin Lecher <jlec@gentoo.org> -pulp-1.5.3.ebuild,
+  +pulp-1.5.6.ebuild:
+  Version BUmp; fix distutils-r1 eclass usage
+
 *pulp-1.5.3 (14 Jan 2013)
 
   14 Jan 2013; Justin Lecher <jlec@gentoo.org> -pulp-1.4.9.ebuild,

diff --git a/sci-mathematics/pulp/pulp-1.5.3.ebuild b/sci-mathematics/pulp/pulp-1.5.6.ebuild
similarity index 69%
rename from sci-mathematics/pulp/pulp-1.5.3.ebuild
rename to sci-mathematics/pulp/pulp-1.5.6.ebuild
index c6f6c8d..a3d76e6 100644
--- a/sci-mathematics/pulp/pulp-1.5.3.ebuild
+++ b/sci-mathematics/pulp/pulp-1.5.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Create MPS/LP files, call solvers, and present results"
 HOMEPAGE="http://pulp-or.googlecode.com/"
-SRC_URI="mirror://pypi/P/PuLP/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/P/PuLP/${MY_P}.zip"
 
 LICENSE="BSD-2"
 KEYWORDS="~amd64"
@@ -23,19 +23,19 @@ IUSE="examples"
 DEPEND="dev-python/setuptools"
 RDEPEND="
 	dev-python/setuptools
+	dev-python/pyparsing
 	sci-libs/coinor-cbc
-	>=sci-mathematics/glpk-4.35
-	virtual/pyparsing"
+	>=sci-mathematics/glpk-4.35"
 
 S="${WORKDIR}/${MY_P}"
 
-src_prepare() {
+python_prepare_all() {
 	rm -rf ./src/pulp/solverdir/cbc* || die
-	distutils-r1_src_prepare
+	distutils-r1_python_prepare_all
 }
 
-src_install() {
-	distutils-r1_src_install
+pyhton_install_all() {
+	distutils-r1_python_install_all
 	if use examples; then
 		insinto /usr/share/doc/"${PF}"/
 		doins -r examples


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2016-01-25 11:47 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2016-01-25 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 11:46:14 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 11:46:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=88d0bf29

sci-mathematics/pulp: Fix typo

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/pulp/{pulp-1.5.6.ebuild => pulp-1.5.6-r1.ebuild} | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/pulp/pulp-1.5.6.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
similarity index 82%
rename from sci-mathematics/pulp/pulp-1.5.6.ebuild
rename to sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
index 23d69a8..da0caa9 100644
--- a/sci-mathematics/pulp/pulp-1.5.6.ebuild
+++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -34,10 +34,7 @@ python_prepare_all() {
 	distutils-r1_python_prepare_all
 }
 
-pyhton_install_all() {
+python_install_all() {
+	use examples && EXAMPLES=( examples/. )
 	distutils-r1_python_install_all
-	if use examples; then
-		insinto /usr/share/doc/"${PF}"/
-		doins -r examples
-	fi
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2020-12-30 12:44 Aisha Tammy
  0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2020-12-30 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     540c6b56d784ce6b800997e26e80d37872a30d0c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Dec 30 12:30:39 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 12:44:01 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=540c6b56

sci-mathematics/pulp: version bump, EAPI bump, bump py targets

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/sci/pull/1003
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/pulp/pulp-1.5.6-r1.ebuild | 39 -------------------------------
 sci-mathematics/pulp/pulp-2.4.ebuild      | 23 ++++++++++++++++++
 2 files changed, 23 insertions(+), 39 deletions(-)

diff --git a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
deleted file mode 100644
index 88878fdcc..000000000
--- a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-MY_PN="PuLP"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Create MPS/LP files, call solvers, and present results"
-HOMEPAGE="http://pulp-or.googlecode.com/"
-SRC_URI="mirror://pypi/P/PuLP/${MY_P}.zip"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND="
-	dev-python/setuptools
-	dev-python/pyparsing
-	sci-libs/coinor-cbc
-	>=sci-mathematics/glpk-4.35"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-	rm -rf ./src/pulp/solverdir/cbc* || die
-	distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-	use examples && EXAMPLES=( examples/. )
-	distutils-r1_python_install_all
-}

diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.4.ebuild
new file mode 100644
index 000000000..ce0c34a2a
--- /dev/null
+++ b/sci-mathematics/pulp/pulp-2.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Create MPS/LP files, call solvers, and present results"
+HOMEPAGE="http://pulp-or.googlecode.com/"
+SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="dev-python/amply[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+# ToDo: package theme
+#distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2020-12-31 17:26 Aisha Tammy
  0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2020-12-31 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6273b53933835c369e4ee7b778873e6873e0f7ae
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Dec 30 16:34:57 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Dec 31 17:22:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6273b539

sci-mathematics/pulp: add x86 keyword

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/pulp/pulp-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.4.ebuild
index ce0c34a2a..31f0b5785 100644
--- a/sci-mathematics/pulp/pulp-2.4.ebuild
+++ b/sci-mathematics/pulp/pulp-2.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://pulp-or.googlecode.com/"
 SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND="dev-python/amply[${PYTHON_USEDEP}]"


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2021-01-19 17:19 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7e05c9b86a6826e05fecadbb922296ec8e94fdef
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 17:19:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 17:19:41 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7e05c9b8

sci-mathematics/pulp: update HOMEPAGE

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-mathematics/pulp/pulp-2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.4.ebuild
index 31f0b5785..1833c45a9 100644
--- a/sci-mathematics/pulp/pulp-2.4.ebuild
+++ b/sci-mathematics/pulp/pulp-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Create MPS/LP files, call solvers, and present results"
-HOMEPAGE="http://pulp-or.googlecode.com/"
+HOMEPAGE="https://coin-or.github.io/pulp/"
 SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2023-03-17 13:35 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2023-03-17 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     837d0cb55ea69b9721be912b7dcc20b56135b83b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 12:39:18 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 13:35:10 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=837d0cb5

sci-mathematics/pulp: add 2.7.0, drop 2.4

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/pulp/{pulp-2.4.ebuild => pulp-2.7.0.ebuild} | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.7.0.ebuild
similarity index 77%
rename from sci-mathematics/pulp/pulp-2.4.ebuild
rename to sci-mathematics/pulp/pulp-2.7.0.ebuild
index 1833c45a9..37952675f 100644
--- a/sci-mathematics/pulp/pulp-2.4.ebuild
+++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild
@@ -1,23 +1,21 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
 DESCRIPTION="Create MPS/LP files, call solvers, and present results"
 HOMEPAGE="https://coin-or.github.io/pulp/"
-SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="BSD-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
-RDEPEND="dev-python/amply[${PYTHON_USEDEP}]"
-
 distutils_enable_tests setup.py
 # ToDo: package theme
 #distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2023-05-02 12:25 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd4c7e1f28ce661ea4e38bd9f79748c09f88693
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:20:17 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May  2 12:20:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bdd4c7e1

sci-mathematics/pulp: disable py3.9

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/pulp/pulp-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/pulp/pulp-2.7.0.ebuild b/sci-mathematics/pulp/pulp-2.7.0.ebuild
index 37952675f..641a91622 100644
--- a/sci-mathematics/pulp/pulp-2.7.0.ebuild
+++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2024-06-11  9:49 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2024-06-11  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     16b4c92b277d360e04006202aef1761ce5b15069
Author:     Tomas Fabrizio Orsi <torsi <AT> fi <DOT> uba <DOT> ar>
AuthorDate: Tue Jun 11 02:29:47 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 09:47:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=16b4c92b

sci-mathematics/pulp: Added pulp version 2.8.0 + python3.12

Signed-off-by: Tomas Fabrizio Orsi <torsi <AT> fi.uba.ar>
Closes: https://github.com/gentoo/sci/pull/1273
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/pulp/pulp-2.8.0.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/sci-mathematics/pulp/pulp-2.8.0.ebuild b/sci-mathematics/pulp/pulp-2.8.0.ebuild
new file mode 100644
index 000000000..9a5cee909
--- /dev/null
+++ b/sci-mathematics/pulp/pulp-2.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Create MPS/LP files, call solvers, and present results"
+HOMEPAGE="https://coin-or.github.io/pulp/"
+SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+distutils_enable_tests setup.py
+# ToDo: package theme
+#distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
@ 2024-06-19 10:41 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2024-06-19 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     67c046d9f291f4268c6de16eb18781e7f98a417d
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 21:58:07 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 10:14:21 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=67c046d9

sci-mathematics/pulp: tests pass with python3.12

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/pulp/pulp-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/pulp/pulp-2.7.0.ebuild b/sci-mathematics/pulp/pulp-2.7.0.ebuild
index 641a91622..7432b49c1 100644
--- a/sci-mathematics/pulp/pulp-2.7.0.ebuild
+++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1


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

end of thread, other threads:[~2024-06-19 10:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-31 17:26 [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2024-06-19 10:41 Andrew Ammerlaan
2024-06-11  9:49 Andrew Ammerlaan
2023-05-02 12:25 Andrew Ammerlaan
2023-03-17 13:35 Andrew Ammerlaan
2021-01-19 17:19 Andrew Ammerlaan
2020-12-30 12:44 Aisha Tammy
2016-01-25 11:47 Justin Lecher
2014-04-09 11:07 Justin Lecher
2013-01-15 15:27 Justin Lecher
2011-12-03  2:01 Tim Cera

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