diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-13 13:38:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-13 13:38:18 +0000 |
| commit | 7e94ed579ad3617c2f5dcf0ef35180adc6ec9782 (patch) | |
| tree | 4be85b48335e375a1de8a16a53cfe38ea4dd36dc /dev-python/doit | |
| parent | e30fe46799d40c9d7a7f9a8ee920ef38aaca0176 (diff) | |
| download | baldeagleos-repo-7e94ed579ad3617c2f5dcf0ef35180adc6ec9782.tar.gz baldeagleos-repo-7e94ed579ad3617c2f5dcf0ef35180adc6ec9782.tar.xz baldeagleos-repo-7e94ed579ad3617c2f5dcf0ef35180adc6ec9782.zip | |
Adding metadata
Diffstat (limited to 'dev-python/doit')
| -rw-r--r-- | dev-python/doit/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/doit/doit-0.33.1.ebuild | 46 | ||||
| -rw-r--r-- | dev-python/doit/doit-0.34.1.ebuild | 2 |
3 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/doit/Manifest b/dev-python/doit/Manifest index 3845cad6f498..0f9f50c21b7c 100644 --- a/dev-python/doit/Manifest +++ b/dev-python/doit/Manifest @@ -1,2 +1 @@ -DIST doit-0.33.1.tar.gz 1436620 BLAKE2B be294246447d36011274d57b5300b4451847751f228622bcd5a45f91367371ed5dd9c40a2476e558be8137b16fefda4bf6f1795108d0c982990abc62db5560e6 SHA512 852efa3b770ec5de7def1fad1167b8cdce1de7435b2ba5e4af43a84c84df0cbf960d8d5c4c9f526f303d19c7536f745c2c7700daaced984ec86fb4202f894170 DIST doit-0.34.1.tar.gz 1447636 BLAKE2B 5b798ee2f291aa869bf03c492d0f6f9025e78ef5df95fadeafffdb953c159778dab30f75b0f9be24386748d362f6f380e34735891ed45f3511e819986b5788ca SHA512 ab5f9a56ee96d8b49f23f7d411eb4ee012639618b9604d65f61a2ce1ea1d1b42884277c08fe5ecd4b5097725d20b004457149e51f50a506d3daa9cade7ab858b diff --git a/dev-python/doit/doit-0.33.1.ebuild b/dev-python/doit/doit-0.33.1.ebuild deleted file mode 100644 index df1dff5d36fb..000000000000 --- a/dev-python/doit/doit-0.33.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="Automation tool" -HOMEPAGE="https://pydoit.org/ https://pypi.org/project/doit/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/cloudpickle[${PYTHON_USEDEP}] - dev-python/pyinotify[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND=" - test? ( - $(python_gen_impl_dep sqlite) - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pyflakes[${PYTHON_USEDEP}] - >=dev-python/pytest-5.4[${PYTHON_USEDEP}] - )" -PDEPEND=">=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme - -src_prepare() { - default - # Replace custom theme with builtin for documentation - sed -i -e "s:'press':'sphinx_rtd_theme':" doc/conf.py || die - # Disable test failing due to impact on PATH run in a sandbox - sed -i -e "s:test_target:_&:" tests/test_cmd_strace.py || die -} - -src_install() { - distutils-r1_src_install - newbashcomp bash_completion_doit ${PN} - insinto /usr/share/zsh/site-functions - newins zsh_completion_doit _${PN} -} diff --git a/dev-python/doit/doit-0.34.1.ebuild b/dev-python/doit/doit-0.34.1.ebuild index 204c2d96b881..140d5540b85d 100644 --- a/dev-python/doit/doit-0.34.1.ebuild +++ b/dev-python/doit/doit-0.34.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/cloudpickle[${PYTHON_USEDEP}] |
