diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-20 17:31:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-20 18:32:38 +0200 |
commit | 6b7c73d318c3f1d495c70263cf34f1ca69511180 (patch) | |
tree | 9b34d713ab0c2d89e8a647ab5a1d3f82044e37a5 /dev-python/clang-python/clang-python-11.0.0.9999.ebuild | |
parent | sys-devel/clang: Port to py3.9 (diff) | |
download | gentoo-6b7c73d318c3f1d495c70263cf34f1ca69511180.tar.gz gentoo-6b7c73d318c3f1d495c70263cf34f1ca69511180.tar.bz2 gentoo-6b7c73d318c3f1d495c70263cf34f1ca69511180.zip |
dev-python/clang-python: Apply patches in WORKDIR in 10.0.1+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/clang-python/clang-python-11.0.0.9999.ebuild')
-rw-r--r-- | dev-python/clang-python/clang-python-11.0.0.9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/clang-python/clang-python-11.0.0.9999.ebuild b/dev-python/clang-python/clang-python-11.0.0.9999.ebuild index fc791c8175c3..07ca5abe4b27 100644 --- a/dev-python/clang-python/clang-python-11.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-11.0.0.9999.ebuild @@ -27,6 +27,11 @@ RDEPEND=" ${PYTHON_DEPS}" DEPEND="${RDEPEND}" +src_prepare() { + cd "${WORKDIR}" || die + default +} + python_test() { "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } |