summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/exdown/exdown-0.9.0.ebuild12
-rw-r--r--dev-python/exdown/metadata.xml2
2 files changed, 4 insertions, 10 deletions
diff --git a/dev-python/exdown/exdown-0.9.0.ebuild b/dev-python/exdown/exdown-0.9.0.ebuild
index da35d38b7ab7..e065c9d437e9 100644
--- a/dev-python/exdown/exdown-0.9.0.ebuild
+++ b/dev-python/exdown/exdown-0.9.0.ebuild
@@ -4,9 +4,9 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 virtualx
+inherit distutils-r1
MY_P=pytest-codeblocks-${PV}
DESCRIPTION="Extract code blocks from markdown"
@@ -14,16 +14,10 @@ HOMEPAGE="https://github.com/nschloe/pytest-codeblocks/"
SRC_URI="
https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz
-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- ' python3_7)
-"
-
distutils_enable_tests pytest
diff --git a/dev-python/exdown/metadata.xml b/dev-python/exdown/metadata.xml
index edfb41e6a5a3..713d8034a1e3 100644
--- a/dev-python/exdown/metadata.xml
+++ b/dev-python/exdown/metadata.xml
@@ -10,7 +10,7 @@
<name>Python</name>
</maintainer>
<upstream>
- <remote-id type="github">nschloe/exdown</remote-id>
+ <remote-id type="github">nschloe/pytest-codeblocks</remote-id>
<remote-id type="pypi">exdown</remote-id>
</upstream>
<stabilize-allarches/>