diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-28 09:37:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-28 10:03:44 +0100 |
commit | 933cc293a5615187d46af3baf7512be1ce0e7750 (patch) | |
tree | dda2aba47455f4f022aee964850362d0161dedb1 | |
parent | Rename dev-python/{exdown → pytest-codeblocks} (diff) | |
download | gentoo-933cc293a5615187d46af3baf7512be1ce0e7750.tar.gz gentoo-933cc293a5615187d46af3baf7512be1ce0e7750.tar.bz2 gentoo-933cc293a5615187d46af3baf7512be1ce0e7750.zip |
dev-python/pytest-codeblocks: Post-rename cleanup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild index e065c9d437e9..9b5a314061f6 100644 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild +++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild @@ -8,13 +8,11 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -MY_P=pytest-codeblocks-${PV} DESCRIPTION="Extract code blocks from markdown" 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}" + -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |