summaryrefslogtreecommitdiff
path: root/dev-python/pytest-markdown
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-21 12:47:23 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-21 12:47:23 +0000
commitfc62d93f5da84d70736ceb421bd8718918ba6ba4 (patch)
treeb619038875780541a83d6298f15e91618fb8fbbe /dev-python/pytest-markdown
parent6f55c03b8c6cdb63603935b101c4ec3352ac5a23 (diff)
downloadbaldeagleos-repo-fc62d93f5da84d70736ceb421bd8718918ba6ba4.tar.gz
baldeagleos-repo-fc62d93f5da84d70736ceb421bd8718918ba6ba4.tar.xz
baldeagleos-repo-fc62d93f5da84d70736ceb421bd8718918ba6ba4.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-markdown')
-rw-r--r--dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild (renamed from dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild
index c8eaa32f963f..34d341b1efe0 100644
--- a/dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild
+++ b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild
@@ -4,14 +4,14 @@
EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
+DISTUTILS_USE_PEP517="poetry"
inherit distutils-r1
MY_PN="${PN/-/_}"
MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Write unit tests in Python to test actual state of your servers"
+DESCRIPTION="Run tests in your markdown"
HOMEPAGE="https://github.com/Jc2k/pytest-markdown"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"