diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-20 10:50:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-20 10:50:27 +0000 |
| commit | 5d64687a46bb4b74f5c8cda59376b2f35524c8a3 (patch) | |
| tree | 25a1e35667ed521a1511ee993352d43077dafa95 /dev-python/simpy | |
| parent | f94ff7b18f0b281cf5109b87ea78e7e789f185ab (diff) | |
| download | baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.tar.gz baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.tar.xz baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.zip | |
Adding metadata
Diffstat (limited to 'dev-python/simpy')
| -rw-r--r-- | dev-python/simpy/simpy-4.0.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/simpy/simpy-4.0.1.ebuild | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/dev-python/simpy/simpy-4.0.1-r1.ebuild b/dev-python/simpy/simpy-4.0.1-r1.ebuild index 396630691099..b0cf5d9b62db 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}]" 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 9f6b13884f57..000000000000 --- 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,8,9,10,11} ) -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 |
