summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-28 09:37:16 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-28 10:03:44 +0100
commit933cc293a5615187d46af3baf7512be1ce0e7750 (patch)
treedda2aba47455f4f022aee964850362d0161dedb1 /dev-python
parentRename dev-python/{exdown → pytest-codeblocks} (diff)
downloadgentoo-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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild4
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"