diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-30 13:41:30 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-30 13:41:30 +0000 |
| commit | f714a8e36e726b5e199f3883738b61b924784b54 (patch) | |
| tree | cdbb02c413175abab8bb4a1729aba9df07be8e76 /dev-python/GitPython | |
| parent | f9cbdb2fbb36d8f7276dbc55726a8045acc2013c (diff) | |
| download | baldeagleos-repo-f714a8e36e726b5e199f3883738b61b924784b54.tar.gz baldeagleos-repo-f714a8e36e726b5e199f3883738b61b924784b54.tar.xz baldeagleos-repo-f714a8e36e726b5e199f3883738b61b924784b54.zip | |
Adding metadata
Diffstat (limited to 'dev-python/GitPython')
| -rw-r--r-- | dev-python/GitPython/GitPython-3.1.24-r1.ebuild (renamed from dev-python/GitPython/GitPython-3.1.24.ebuild) | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/GitPython/GitPython-3.1.24.ebuild b/dev-python/GitPython/GitPython-3.1.24-r1.ebuild index f79618357241..175e722a3ef1 100644 --- a/dev-python/GitPython/GitPython-3.1.24.ebuild +++ b/dev-python/GitPython/GitPython-3.1.24-r1.ebuild @@ -27,10 +27,7 @@ KEYWORDS="amd64 ~arm arm64 ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd6 RDEPEND=" dev-vcs/git - >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' python3_7)" + >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]" BDEPEND=" test? ( >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}] @@ -38,6 +35,13 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # upstream reverted the changes needing py3.10's typing module + # but did not update the dep + sed -i -e '/typing-extensions/d' requirements.txt || die + distutils-r1_src_prepare +} + src_test() { git config --global user.email "travis@ci.com" || die git config --global user.name "Travis Runner" || die @@ -58,7 +62,7 @@ src_test() { } python_test() { - local deselect=( + local EPYTEST_DESELECT=( # performance tests are unreliable by design test/performance # unimpoortant and problematic @@ -70,5 +74,5 @@ python_test() { test/test_submodule.py::TestSubmodule::test_root_module ) - epytest ${deselect[@]/#/--deselect } + epytest } |
