mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/markdownify: fix tests
Signed-off-by: Shaoyu Tseng <1over137@anche.no>
This commit is contained in:
@@ -14,16 +14,16 @@ BDEPEND="
|
||||
dev-python/flake8[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||
"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
python_install() {
|
||||
rm -r "${BUILD_DIR}"/lib/tests || die
|
||||
distutils-r1_python_install
|
||||
rm -r "${BUILD_DIR}"/lib/tests || die
|
||||
distutils-r1_python_install
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<name>Shaoyu Tseng</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">markdownify</remote-id>
|
||||
<remote-id type="pypi">markdownify</remote-id>
|
||||
<remote-id type="github">matthewwithanm/python-markdownify</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user