diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-19 13:04:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-19 13:04:40 +0000 |
| commit | a53c4bb2ba0b2fc298e5a726a1e05c16c3063ffb (patch) | |
| tree | e885ff61de26ecc5f268f260d61cbdc21de0c6d7 /dev-python/simpy | |
| parent | 979e7c9f895410335d6c3d59728dfdb67f6d02ae (diff) | |
| download | baldeagleos-repo-a53c4bb2ba0b2fc298e5a726a1e05c16c3063ffb.tar.gz baldeagleos-repo-a53c4bb2ba0b2fc298e5a726a1e05c16c3063ffb.tar.xz baldeagleos-repo-a53c4bb2ba0b2fc298e5a726a1e05c16c3063ffb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/simpy')
| -rw-r--r-- | dev-python/simpy/simpy-4.0.1-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
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 000000000000..cca585d6b8d7 --- /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_{7,8,9,10} ) +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 |
