diff options
author | 2022-03-15 15:20:46 +0100 | |
---|---|---|
committer | 2022-03-15 15:20:46 +0100 | |
commit | 2c14eabf075ffb796a73cc85ff84c673f80f8528 (patch) | |
tree | 88a71239122b3485b148c55cd812a798e7bca455 /dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild | |
parent | dev-python/sphinx-autodoc-typehints: Remove old (diff) | |
download | gentoo-2c14eabf075ffb796a73cc85ff84c673f80f8528.tar.gz gentoo-2c14eabf075ffb796a73cc85ff84c673f80f8528.tar.bz2 gentoo-2c14eabf075ffb796a73cc85ff84c673f80f8528.zip |
dev-python/semantic_version: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild')
-rw-r--r-- | dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild b/dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild deleted file mode 100644 index fdf4d6145c6d..000000000000 --- a/dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -EGIT_COMMIT="81a4730778fba6b5c76242d3c8da6dace7e2ec0a" -MY_P=python-semanticversion-${EGIT_COMMIT} -DESCRIPTION="Python library providing a few tools handling SemVer in Python" -HOMEPAGE="https://pypi.org/project/semantic-version/" -SRC_URI=" - https://github.com/rbarrois/python-semanticversion/archive/${EGIT_COMMIT}.tar.gz - -> ${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" - -distutils_enable_sphinx docs \ - dev-python/sphinx_rtd_theme -distutils_enable_tests pytest - -python_test() { - epytest -p no:django -} |