diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-14 20:00:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-14 20:00:23 +0000 |
| commit | 60346d53dab2d5baced7a74f75adcbad062d5516 (patch) | |
| tree | a43dc90f73c9db7a69a1f5ff7e6eeee85bc11818 /dev-python/sphinxnotes-mock | |
| parent | 7ad624ad43db2055b3cf82cbc7f078f59cf07382 (diff) | |
| download | baldeagleos-repo-60346d53dab2d5baced7a74f75adcbad062d5516.tar.gz baldeagleos-repo-60346d53dab2d5baced7a74f75adcbad062d5516.tar.xz baldeagleos-repo-60346d53dab2d5baced7a74f75adcbad062d5516.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinxnotes-mock')
| -rw-r--r-- | dev-python/sphinxnotes-mock/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/sphinxnotes-mock/Manifest b/dev-python/sphinxnotes-mock/Manifest index 5b35e78df770..ce30eeb9b34a 100644 --- a/dev-python/sphinxnotes-mock/Manifest +++ b/dev-python/sphinxnotes-mock/Manifest @@ -1 +1,2 @@ DIST sphinxnotes-mock-1.0.0b0.tar.gz 3438 BLAKE2B 86863f1bc7feeaa8b8247149da5f4989ea3364800a6df4c258c086e82985c0ba37a20ce40d3724371efb7b938a28882ecf800c1293d960a5145b4c8c7a07c55b SHA512 9e5b45df9c283b7800f9653bc5c3eef7cb13671f611944f1287ac3831d6bc24804c6ffce4f819da4c8bcdff49048b9c786953f403e818923b8c17cb67d971054 +DIST sphinxnotes-mock-1.0.2.tar.gz 3673 BLAKE2B c8d943ebbb25f684b82c8e654e682c90bb76c289121831606c2c0e6895475df2227255129c4aee383f86b707e1443e11cda5c470447c6d159ba9198290e8e2ae SHA512 fff40438834b3debff64964779d8c0dbead0d66e93df9ab93069a2485de1e58dcf27443bf078fb09a273d25c17bfc08cf6a8657d3d5b9e0ce67c61db3964ab55 diff --git a/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild b/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild new file mode 100644 index 000000000000..71a77d129308 --- /dev/null +++ b/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_REQ_USE="ncurses" +RESTRICT="test" + +inherit distutils-r1 + +DESCRIPTION="Sphinx extension for mocking directives and roles" +HOMEPAGE="https://sphinx.silverrainz.me/mock/" +SRC_URI="https://files.pythonhosted.org/packages/fb/b0/276ae8bfbadd11f573b708832f494bc288592cde7e5b455a472e7623d33d/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +distutils_enable_sphinx docs +distutils_enable_tests setup.py + |
