From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/
Date: Fri, 21 Oct 2016 19:37:52 +0000 (UTC) [thread overview]
Message-ID: <1477078667.5fcb68af09152990241451bad60d0b897b7a4bea.monsieurp@gentoo> (raw)
commit: 5fcb68af09152990241451bad60d0b897b7a4bea
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:37:27 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 19:37:47 2016 +0000
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..00000000
--- 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..00000000
--- 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 object-oriented, process-based discrete-event simulation language"
+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"
next reply other threads:[~2016-10-21 19:37 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-21 19:37 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-06 15:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/ Michał Górny
2024-06-06 14:03 Ionen Wolkens
2024-06-05 15:36 Michał Górny
2024-06-05 15:36 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-13 5:28 Michał Górny
2023-11-06 6:22 Michał Górny
2023-09-02 2:58 Michał Górny
2023-09-01 19:26 Arthur Zamarin
2023-09-01 17:10 Arthur Zamarin
2023-07-31 7:13 Michał Górny
2022-11-19 16:57 Michał Górny
2022-11-19 16:40 Sam James
2022-11-19 16:40 Sam James
2022-10-19 9:31 Andrew Ammerlaan
2021-07-12 22:56 Michał Górny
2021-07-12 22:11 Sam James
2021-06-05 20:54 Andrew Ammerlaan
2020-07-31 22:33 Aaron Bauman
2020-05-11 11:38 Agostino Sarubbo
2020-05-09 7:40 Agostino Sarubbo
2020-04-29 16:24 Pacho Ramos
2016-10-21 19:37 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477078667.5fcb68af09152990241451bad60d0b897b7a4bea.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox