[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-11-29 Thread Michał Górny
commit: 2b8accfd7b1e6892d39b8b15f8b9609f17a90a66
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:03:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:04:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8accfd

dev-python/simpy: Stabilize 4.1.1 x86, #918822

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

 dev-python/simpy/simpy-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-4.1.1.ebuild 
b/dev-python/simpy/simpy-4.1.1.ebuild
index e7d76b0c98c1..86e3ba5a6814 100644
--- a/dev-python/simpy/simpy-4.1.1.ebuild
+++ b/dev-python/simpy/simpy-4.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-11-12 Thread Michał Górny
commit: 5706bba0283d64e43ab48ca1a172291d9fd511be
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 13 04:09:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 13 05:28:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5706bba0

dev-python/simpy: Bump to 4.1.1

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

 dev-python/simpy/Manifest   |  1 +
 dev-python/simpy/simpy-4.1.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 9aa4ce4c470a..70d4057cdda7 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1,2 +1,3 @@
 DIST simpy-4.0.2.tar.gz 410706 BLAKE2B 
787da43fe29135ef3f70f286074e5b6dba50c26f50910674a290a4e9e95fe68dffca5e5308e629f8359181f9e7200938b980bdbd9d7b2c09beb30dd49069fdce
 SHA512 
a1f9e10928930817a07ee851f3190c4aefb9c4f0538557b7cc5b0f8950ed2234878f29d1790cbf6991b78bbd73e989d7df0ed1997847eedf129fc9d1c4d1fc23
 DIST simpy-4.1.0.tar.gz 407835 BLAKE2B 
840815663c65e22cd8fbdf74d70fba6c5badb38e33c8506a52e163cfea2fa4f72370c4c3d53c106017c74a10a83ac15fd204f35dcffd70b29a4eb9bb4647049d
 SHA512 
8d54e332ffd6c3ae32904a75c599b0bc33f2ac5f294c89f76632b3b2867de561169504870c89cf6f091a6674d9b9c6168f7c628bba59e4ef2985176c8586
+DIST simpy-4.1.1.tar.gz 408997 BLAKE2B 
ada00417f7eb1b61eae47afd0a095c33ef493ddec48f79b2330319ff3ff2f9776cca488a5e3ec51e6c792960d2c0e649828ec1c248a19adacba6f08b713cb627
 SHA512 
f7e84ceb92285eb0f282892be5eba7bb6e2ba538ecb45221600c41a39aba77cfb0455c9e99ed2c688af0aca8d390f1afe9b6849b4a30be05fb5b7faec27b7253

diff --git a/dev-python/simpy/simpy-4.1.1.ebuild 
b/dev-python/simpy/simpy-4.1.1.ebuild
new file mode 100644
index ..e7d76b0c98c1
--- /dev/null
+++ b/dev-python/simpy/simpy-4.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
+HOMEPAGE="
+   https://simpy.readthedocs.io/
+   https://gitlab.com/team-simpy/simpy/
+   https://pypi.org/project/simpy/
+"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+# Could not import extension sphinx.builders.epub3 (exception: cannot import
+# name 'StandaloneHTMLBuilder' from partially initialized module
+# 'sphinx.builders.html' (most likely due to a circular import)
+# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
+#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-11-05 Thread Michał Górny
commit: 4e998448684be66a0b2e3f7ea5e85bd190fab4a4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 05:17:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 06:22:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e998448

dev-python/simpy: Bump to 4.1.0

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

 dev-python/simpy/Manifest   |  1 +
 dev-python/simpy/simpy-4.1.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 04e6e78df471..9aa4ce4c470a 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1 +1,2 @@
 DIST simpy-4.0.2.tar.gz 410706 BLAKE2B 
787da43fe29135ef3f70f286074e5b6dba50c26f50910674a290a4e9e95fe68dffca5e5308e629f8359181f9e7200938b980bdbd9d7b2c09beb30dd49069fdce
 SHA512 
a1f9e10928930817a07ee851f3190c4aefb9c4f0538557b7cc5b0f8950ed2234878f29d1790cbf6991b78bbd73e989d7df0ed1997847eedf129fc9d1c4d1fc23
+DIST simpy-4.1.0.tar.gz 407835 BLAKE2B 
840815663c65e22cd8fbdf74d70fba6c5badb38e33c8506a52e163cfea2fa4f72370c4c3d53c106017c74a10a83ac15fd204f35dcffd70b29a4eb9bb4647049d
 SHA512 
8d54e332ffd6c3ae32904a75c599b0bc33f2ac5f294c89f76632b3b2867de561169504870c89cf6f091a6674d9b9c6168f7c628bba59e4ef2985176c8586

diff --git a/dev-python/simpy/simpy-4.1.0.ebuild 
b/dev-python/simpy/simpy-4.1.0.ebuild
new file mode 100644
index ..e7d76b0c98c1
--- /dev/null
+++ b/dev-python/simpy/simpy-4.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
+HOMEPAGE="
+   https://simpy.readthedocs.io/
+   https://gitlab.com/team-simpy/simpy/
+   https://pypi.org/project/simpy/
+"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+# Could not import extension sphinx.builders.epub3 (exception: cannot import
+# name 'StandaloneHTMLBuilder' from partially initialized module
+# 'sphinx.builders.html' (most likely due to a circular import)
+# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
+#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-09-01 Thread Michał Górny
commit: 044981a718016d8730b5acf4906530890554d56b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:53:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:53:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044981a7

dev-python/simpy: Remove old

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

 dev-python/simpy/Manifest  |  1 -
 dev-python/simpy/simpy-4.0.1-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 981af1ba8e1c..04e6e78df471 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1,2 +1 @@
-DIST simpy-4.0.1.tar.gz 410082 BLAKE2B 
09c6f29d2792ac15bb4a3b42a1cdbd4d342aca0ef528aadbe37e01342534645939c9663977230ec7f6f1542a4354925e25f0c5b3bf6e20b29b6da2e69f3d5a90
 SHA512 
5cc4baada79503e3c2f2425b9f7f00d68f263283ff0cae048fba86665c4dcf70590683f6b7df50d1c1a914ac7cb471ed4b6850676030bea4a3a70fb40eb2cdb4
 DIST simpy-4.0.2.tar.gz 410706 BLAKE2B 
787da43fe29135ef3f70f286074e5b6dba50c26f50910674a290a4e9e95fe68dffca5e5308e629f8359181f9e7200938b980bdbd9d7b2c09beb30dd49069fdce
 SHA512 
a1f9e10928930817a07ee851f3190c4aefb9c4f0538557b7cc5b0f8950ed2234878f29d1790cbf6991b78bbd73e989d7df0ed1997847eedf129fc9d1c4d1fc23

diff --git a/dev-python/simpy/simpy-4.0.1-r1.ebuild 
b/dev-python/simpy/simpy-4.0.1-r1.ebuild
deleted file mode 100644
index 2a22c122ee63..
--- a/dev-python/simpy/simpy-4.0.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="tk"
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
-HOMEPAGE="https://simpy.readthedocs.io/;
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-# Could not import extension sphinx.builders.epub3 (exception: cannot import
-# name 'StandaloneHTMLBuilder' from partially initialized module
-# 'sphinx.builders.html' (most likely due to a circular import)
-# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
-#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-09-01 Thread Arthur Zamarin
commit: c5334bf3caf18571ea855f4cee134ba90984238a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:26:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:26:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5334bf3

dev-python/simpy: Stabilize 4.0.2 x86, #913463

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simpy/simpy-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-4.0.2.ebuild 
b/dev-python/simpy/simpy-4.0.2.ebuild
index 3e86025e2b5c..015074f13c0e 100644
--- a/dev-python/simpy/simpy-4.0.2.ebuild
+++ b/dev-python/simpy/simpy-4.0.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-09-01 Thread Arthur Zamarin
commit: 98ef2ee8da5f0b32afb6d08623a489436c61a1a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 17:10:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 17:10:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ef2ee8

dev-python/simpy: Stabilize 4.0.2 amd64, #913463

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simpy/simpy-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-4.0.2.ebuild 
b/dev-python/simpy/simpy-4.0.2.ebuild
index e7d76b0c98c1..3e86025e2b5c 100644
--- a/dev-python/simpy/simpy-4.0.2.ebuild
+++ b/dev-python/simpy/simpy-4.0.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-07-31 Thread Michał Górny
commit: 282c1ed300b8bf257429651f2aeff7050cc2a4ae
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 31 06:05:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 31 07:13:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282c1ed3

dev-python/simpy: Bump to 4.0.2

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

 dev-python/simpy/Manifest   |  1 +
 dev-python/simpy/metadata.xml   |  2 +-
 dev-python/simpy/simpy-4.0.2.ebuild | 37 +
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 63995277851e..981af1ba8e1c 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1 +1,2 @@
 DIST simpy-4.0.1.tar.gz 410082 BLAKE2B 
09c6f29d2792ac15bb4a3b42a1cdbd4d342aca0ef528aadbe37e01342534645939c9663977230ec7f6f1542a4354925e25f0c5b3bf6e20b29b6da2e69f3d5a90
 SHA512 
5cc4baada79503e3c2f2425b9f7f00d68f263283ff0cae048fba86665c4dcf70590683f6b7df50d1c1a914ac7cb471ed4b6850676030bea4a3a70fb40eb2cdb4
+DIST simpy-4.0.2.tar.gz 410706 BLAKE2B 
787da43fe29135ef3f70f286074e5b6dba50c26f50910674a290a4e9e95fe68dffca5e5308e629f8359181f9e7200938b980bdbd9d7b2c09beb30dd49069fdce
 SHA512 
a1f9e10928930817a07ee851f3190c4aefb9c4f0538557b7cc5b0f8950ed2234878f29d1790cbf6991b78bbd73e989d7df0ed1997847eedf129fc9d1c4d1fc23

diff --git a/dev-python/simpy/metadata.xml b/dev-python/simpy/metadata.xml
index c4ff96460cc7..d58672bc0f31 100644
--- a/dev-python/simpy/metadata.xml
+++ b/dev-python/simpy/metadata.xml
@@ -6,7 +6,7 @@
 Gentoo Science Project
   
   
+team-simpy/simpy
 simpy
-simpy
   
 

diff --git a/dev-python/simpy/simpy-4.0.2.ebuild 
b/dev-python/simpy/simpy-4.0.2.ebuild
new file mode 100644
index ..e7d76b0c98c1
--- /dev/null
+++ b/dev-python/simpy/simpy-4.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
+HOMEPAGE="
+   https://simpy.readthedocs.io/
+   https://gitlab.com/team-simpy/simpy/
+   https://pypi.org/project/simpy/
+"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+# Could not import extension sphinx.builders.epub3 (exception: cannot import
+# name 'StandaloneHTMLBuilder' from partially initialized module
+# 'sphinx.builders.html' (most likely due to a circular import)
+# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
+#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2022-11-19 Thread Michał Górny
commit: 1770ff506d372abfb7657bd729b5a244aa1b077a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 16:56:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 16:57:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1770ff50

dev-python/simpy: Remove old

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

 dev-python/simpy/simpy-4.0.1.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/dev-python/simpy/simpy-4.0.1.ebuild 
b/dev-python/simpy/simpy-4.0.1.ebuild
deleted file mode 100644
index 86288c2b3512..
--- a/dev-python/simpy/simpy-4.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-MY_P="${P/simpy/SimPy}"
-
-DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
-HOMEPAGE="https://simpy.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-# Could not import extension sphinx.builders.epub3 (exception: cannot import
-# name 'StandaloneHTMLBuilder' from partially initialized module
-# 'sphinx.builders.html' (most likely due to a circular import)
-# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
-#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
-distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2022-11-19 Thread Sam James
commit: b5fab99fedb7642dffbfd085057c7e6d4491529f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 16:39:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 16:40:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fab99f

dev-python/simpy: Stabilize 4.0.1-r1 amd64, #881941

Signed-off-by: Sam James  gentoo.org>

 dev-python/simpy/simpy-4.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-4.0.1-r1.ebuild 
b/dev-python/simpy/simpy-4.0.1-r1.ebuild
index ff7d8d312aaf..22897ee54322 100644
--- a/dev-python/simpy/simpy-4.0.1-r1.ebuild
+++ b/dev-python/simpy/simpy-4.0.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2022-11-19 Thread Sam James
commit: 5ac8879a093080b556e54c4c3dead69e9469a4ca
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 16:39:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 19 16:40:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac8879a

dev-python/simpy: Stabilize 4.0.1-r1 x86, #881941

Signed-off-by: Sam James  gentoo.org>

 dev-python/simpy/simpy-4.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-4.0.1-r1.ebuild 
b/dev-python/simpy/simpy-4.0.1-r1.ebuild
index fac65d7b2095..ff7d8d312aaf 100644
--- a/dev-python/simpy/simpy-4.0.1-r1.ebuild
+++ b/dev-python/simpy/simpy-4.0.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2022-10-19 Thread Andrew Ammerlaan
commit: 25dc5ab74c0ce7afa00559e34e613566e4d04958
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Oct 19 09:30:35 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Oct 19 09:31:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25dc5ab7

dev-python/simpy: update EAPI 7 -> 8, pep517, enable python3_11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/simpy/simpy-4.0.1-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/dev-python/simpy/simpy-4.0.1-r1.ebuild 
b/dev-python/simpy/simpy-4.0.1-r1.ebuild
new file mode 100644
index ..fac65d7b2095
--- /dev/null
+++ b/dev-python/simpy/simpy-4.0.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="tk"
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+MY_P="${P/simpy/SimPy}"
+
+DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
+HOMEPAGE="https://simpy.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+# Could not import extension sphinx.builders.epub3 (exception: cannot import
+# name 'StandaloneHTMLBuilder' from partially initialized module
+# 'sphinx.builders.html' (most likely due to a circular import)
+# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2021-07-12 Thread Michał Górny
commit: 045bccc4ad49b44827022f03d7b12f19cdcb6fb8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 12 22:54:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 12 22:56:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045bccc4

dev-python/simpy: Remove old

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

 dev-python/simpy/Manifest|  1 -
 dev-python/simpy/simpy-3.0.13.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 0d8d418e125..63995277851 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1,2 +1 @@
-DIST simpy-3.0.13.tar.gz 410773 BLAKE2B 
3769782806b4c68554810cc44a5e59e6dbba2fda86a57b225c9c73d62dfe434a55dc1bc16727d0866684b8f43ea69a50bea96dcdc2109a491dd887d9973a51e9
 SHA512 
7961cb519ec3ad92fddd16204b1741132371c9b9989a9bc9905227fc50ee8baf3c8bbfd65fc12165cb58653114c26179cb3fbe4d09b082062a4180f09d40a259
 DIST simpy-4.0.1.tar.gz 410082 BLAKE2B 
09c6f29d2792ac15bb4a3b42a1cdbd4d342aca0ef528aadbe37e01342534645939c9663977230ec7f6f1542a4354925e25f0c5b3bf6e20b29b6da2e69f3d5a90
 SHA512 
5cc4baada79503e3c2f2425b9f7f00d68f263283ff0cae048fba86665c4dcf70590683f6b7df50d1c1a914ac7cb471ed4b6850676030bea4a3a70fb40eb2cdb4

diff --git a/dev-python/simpy/simpy-3.0.13.ebuild 
b/dev-python/simpy/simpy-3.0.13.ebuild
deleted file mode 100644
index 132ffc2dffb..000
--- a/dev-python/simpy/simpy-3.0.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-MY_P="${P/simpy/SimPy}"
-
-DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
-HOMEPAGE="https://simpy.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests setup.py
-
-python_install_all() {
-   DOCS=( AUTHORS.rst CHANGES.rst README.rst )
-   if use doc; then
-   pushd docs > /dev/null || die
-   PYTHONPATH=.. emake html && HTML_DOCS=( docs/_build/html/. 
docs/_build/doctrees/. )
-   popd > /dev/null || die
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2021-07-12 Thread Sam James
commit: fd1a5491fe2ddebd25e30e0d230f39c919288019
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 22:08:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 22:08:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1a5491

dev-python/simpy: Stabilize 4.0.1 amd64, #801829

Signed-off-by: Sam James  gentoo.org>

 dev-python/simpy/simpy-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-4.0.1.ebuild 
b/dev-python/simpy/simpy-4.0.1.ebuild
index fada5d7d2ab..86288c2b351 100644
--- a/dev-python/simpy/simpy-4.0.1.ebuild
+++ b/dev-python/simpy/simpy-4.0.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2021-06-05 Thread Andrew Ammerlaan
commit: 8763e61390b479ad7c7f8b89635e97855060e2f1
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jun  5 20:32:21 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun  5 20:54:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8763e613

dev-python/simpy: add 4.0.1, enable py3.9 and py3.10

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/simpy/Manifest   |  1 +
 dev-python/simpy/simpy-4.0.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 7a1bc440fff..0d8d418e125 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1 +1,2 @@
 DIST simpy-3.0.13.tar.gz 410773 BLAKE2B 
3769782806b4c68554810cc44a5e59e6dbba2fda86a57b225c9c73d62dfe434a55dc1bc16727d0866684b8f43ea69a50bea96dcdc2109a491dd887d9973a51e9
 SHA512 
7961cb519ec3ad92fddd16204b1741132371c9b9989a9bc9905227fc50ee8baf3c8bbfd65fc12165cb58653114c26179cb3fbe4d09b082062a4180f09d40a259
+DIST simpy-4.0.1.tar.gz 410082 BLAKE2B 
09c6f29d2792ac15bb4a3b42a1cdbd4d342aca0ef528aadbe37e01342534645939c9663977230ec7f6f1542a4354925e25f0c5b3bf6e20b29b6da2e69f3d5a90
 SHA512 
5cc4baada79503e3c2f2425b9f7f00d68f263283ff0cae048fba86665c4dcf70590683f6b7df50d1c1a914ac7cb471ed4b6850676030bea4a3a70fb40eb2cdb4

diff --git a/dev-python/simpy/simpy-4.0.1.ebuild 
b/dev-python/simpy/simpy-4.0.1.ebuild
new file mode 100644
index 000..89b69982a18
--- /dev/null
+++ b/dev-python/simpy/simpy-4.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1
+
+MY_P="${P/simpy/SimPy}"
+
+DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
+HOMEPAGE="https://simpy.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+# Could not import extension sphinx.builders.epub3 (exception: cannot import
+# name 'StandaloneHTMLBuilder' from partially initialized module
+# 'sphinx.builders.html' (most likely due to a circular import)
+# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+distutils_enable_tests --install pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2020-07-31 Thread Aaron Bauman
commit: cdb21acea719a135af9a819f64f951b46b43d922
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Jun  8 19:19:37 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 31 22:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb21ace

dev-python/simpy: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/16868
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/simpy/simpy-3.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-3.0.13.ebuild 
b/dev-python/simpy/simpy-3.0.13.ebuild
index c3151ab6865..a0f8108c456 100644
--- a/dev-python/simpy/simpy-3.0.13.ebuild
+++ b/dev-python/simpy/simpy-3.0.13.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 MY_P="${P/simpy/SimPy}"
 
 DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
-HOMEPAGE="http://simpy.readthedocs.org/en/latest/;
+HOMEPAGE="https://simpy.readthedocs.org;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2020-05-11 Thread Agostino Sarubbo
commit: 23dcf6604ba19a8699cd8535f24e484436eb5c37
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 11 11:38:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 11 11:38:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dcf660

dev-python/simpy: x86 stable wrt bug #719552

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simpy/simpy-3.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-3.0.13.ebuild 
b/dev-python/simpy/simpy-3.0.13.ebuild
index 6524c90f776..c3151ab6865 100644
--- a/dev-python/simpy/simpy-3.0.13.ebuild
+++ b/dev-python/simpy/simpy-3.0.13.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2020-05-09 Thread Agostino Sarubbo
commit: 5f6ab1a99b62995c7c585303a998313a08d0b135
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  9 07:39:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  9 07:39:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6ab1a9

dev-python/simpy: amd64 stable wrt bug #719552

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simpy/simpy-3.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simpy/simpy-3.0.13.ebuild 
b/dev-python/simpy/simpy-3.0.13.ebuild
index c4d6b10bbea..6524c90f776 100644
--- a/dev-python/simpy/simpy-3.0.13.ebuild
+++ b/dev-python/simpy/simpy-3.0.13.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2020-04-29 Thread Pacho Ramos
commit: 12a61618efcc2e14760d5c84d7706f5780d57f1f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Apr 29 16:23:50 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Apr 29 16:24:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a61618

dev-python/simpy: Bump to 3.0.13

Bug: https://bugs.gentoo.org/719552
Closes: https://bugs.gentoo.org/620126
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/simpy/Manifest|  1 +
 dev-python/simpy/simpy-3.0.13.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index ec28020eff7..c6cfe701904 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1 +1,2 @@
+DIST simpy-3.0.13.tar.gz 410773 BLAKE2B 
3769782806b4c68554810cc44a5e59e6dbba2fda86a57b225c9c73d62dfe434a55dc1bc16727d0866684b8f43ea69a50bea96dcdc2109a491dd887d9973a51e9
 SHA512 
7961cb519ec3ad92fddd16204b1741132371c9b9989a9bc9905227fc50ee8baf3c8bbfd65fc12165cb58653114c26179cb3fbe4d09b082062a4180f09d40a259
 DIST simpy-3.0.8.tar.gz 402664 BLAKE2B 
434f0575ed2b5c99f29e9e403bfbd07da23b6abdc5a8fc183933a503ec574d8726535e727f5c15b0de7e1f331fb332d6b79ed933d5a2f3a6eafd3e840039f5fc
 SHA512 
c8c468ab60da1b357a1c62ca516a0cce51c6941f7b7795ee57c905cd8457f5614c5ff1f6d7586c0b9d9148e03251fd4f77b4e2c3c3d438e532e49bc4583fb08b

diff --git a/dev-python/simpy/simpy-3.0.13.ebuild 
b/dev-python/simpy/simpy-3.0.13.ebuild
new file mode 100644
index 000..c4d6b10bbea
--- /dev/null
+++ b/dev-python/simpy/simpy-3.0.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1
+
+MY_P="${P/simpy/SimPy}"
+
+DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
+HOMEPAGE="http://simpy.readthedocs.org/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests setup.py
+
+python_install_all() {
+   DOCS=( AUTHORS.rst CHANGES.rst README.rst )
+   if use doc; then
+   pushd docs > /dev/null || die
+   PYTHONPATH=.. emake html && HTML_DOCS=( docs/_build/html/. 
docs/_build/doctrees/. )
+   popd > /dev/null || die
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2016-10-21 Thread Patrice Clement
commit: 27410667795d4e733f952e395c67a5a8fb5ebab6
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct 21 19:36:51 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 21 19:37:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27410667

dev-python/simpy: Stable for amd64+x86.

Package-Manager: portage-2.3.0

 dev-python/simpy/simpy-3.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/simpy/simpy-3.0.8.ebuild 
b/dev-python/simpy/simpy-3.0.8.ebuild
index 1899aa7..f47db4f 100644
--- a/dev-python/simpy/simpy-3.0.8.ebuild
+++ b/dev-python/simpy/simpy-3.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2016-10-21 Thread Patrice Clement
commit: 5fcb68af09152990241451bad60d0b897b7a4bea
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Oct 21 19:37:27 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 21 19:37:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcb68af

dev-python/simpy: clean up old.

Package-Manager: portage-2.3.0

 dev-python/simpy/Manifest  |  2 --
 dev-python/simpy/simpy-2.3.1-r1.ebuild | 43 --
 dev-python/simpy/simpy-3.0.3.ebuild| 41 
 dev-python/simpy/simpy-3.0.8.ebuild|  2 +-
 4 files changed, 1 insertion(+), 87 deletions(-)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 4e480d0..052de57 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1,3 +1 @@
-DIST SimPy-2.3.1.tar.gz 6296235 SHA256 
7f5ab61409b4fa28d08a7ed8b903eda8195dc3220cb64eb177a7bb62be89e387 SHA512 
39b003ba29df70a3b1a13917f2439b523c06a4f0491b1421023697adb52d096aadc281812ae97a0e7b9498dcaab6bf7a3cd42a26dcce5ec67265e0f95884a828
 WHIRLPOOL 
1eb975c15859322ea02c27ce78cdd27ffe5c5ae7e070447660010f1eaeb9ec43d987b0af07376d459a118d8b61003b36e86ac34c9d6a4faa1100f94d5b9f3d23
-DIST simpy-3.0.3.tar.gz 1695886 SHA256 
f1ea029a67bcc58ae88f8e3ce90bd86533a92d791684186ba21d9a0499b54bc9 SHA512 
ed494596664b104a467a916ef99e4205af93aa7c4dcb3210fc722ae81e199a5421a9f20fea999d68e5b3c029f14c951e7f0659ead7880c760b9c7b2b64dc19cf
 WHIRLPOOL 
d52b1ccbe6b1471dc4db28b9a2d1a73d3710f968a56af0f56cf67bacc477c43238fd636feba5a3f0312e99f93117e39abf77a54a90b458d8b127f240c114a87f
 DIST simpy-3.0.8.tar.gz 402664 SHA256 
e127921510773f7b6189ab3596362809a37b87b7c2ae298b29ba3a6cca03e677 SHA512 
c8c468ab60da1b357a1c62ca516a0cce51c6941f7b7795ee57c905cd8457f5614c5ff1f6d7586c0b9d9148e03251fd4f77b4e2c3c3d438e532e49bc4583fb08b
 WHIRLPOOL 
736b72632cba64f419512fda90565bfe912c120f9bd9647bbe0446d926485819c760c51594e68d6d410f95fbce99ad7a27687cb607030864459cf53ed64036ba

diff --git a/dev-python/simpy/simpy-2.3.1-r1.ebuild 
b/dev-python/simpy/simpy-2.3.1-r1.ebuild
deleted file mode 100644
index 1e8e98e..
--- a/dev-python/simpy/simpy-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-MY_P="${P/simpy/SimPy}"
-
-DESCRIPTION="Simulation in Python is an object-oriented, process-based 
discrete-event simulation language"
-HOMEPAGE="http://simpy.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${PN}/SimPy-2.3/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   ${PYTHON} -c "import SimPy; SimPy.test()" || die
-}
-
-python_install_all() {
-   DOCS=( AUTHORS.txt CHANGES.txt README.txt )
-   if use doc; then
-   pushd docs > /dev/null || die
-   PYTHONPATH=.. emake html && HTML_DOCS=( docs/html/. 
docs/build/doctrees/. )
-   popd > /dev/null || die
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/simpy/simpy-3.0.3.ebuild 
b/dev-python/simpy/simpy-3.0.3.ebuild
deleted file mode 100644
index 1899aa7..
--- a/dev-python/simpy/simpy-3.0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-MY_P="${P/simpy/SimPy}"
-
-DESCRIPTION="Simulation in Python is an object-oriented, process-based 
discrete-event simulation language"
-HOMEPAGE="http://simpy.readthedocs.org/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   py.test -vv || die
-}
-
-python_install_all() {
-   DOCS=( AUTHORS.txt CHANGES.txt README.txt )
-   if use doc; then
-   pushd docs > /dev/null || die
-   PYTHONPATH=.. emake html && HTML_DOCS=( docs/_build/html/. 
docs/_build/doctrees/. )
-   popd > /dev/null || die
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/simpy/simpy-3.0.8.ebuild 
b/dev-python/simpy/simpy-3.0.8.ebuild
index f47db4f..3fc85ad 100644
--- a/dev-python/simpy/simpy-3.0.8.ebuild
+++ b/dev-python/simpy/simpy-3.0.8.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 
 MY_P="${P/simpy/SimPy}"
 
-DESCRIPTION="Simulation in Python is an