diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-07 16:01:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-07 16:01:16 +0100 |
commit | b56f801c49310772de64d3b110914669d3481a32 (patch) | |
tree | abab5ad561d716a5fbf0740bef5db2f20ca387d2 /dev-python/docopt | |
parent | dev-python/urwid: Remove redundant versions (diff) | |
download | gentoo-b56f801c49310772de64d3b110914669d3481a32.tar.gz gentoo-b56f801c49310772de64d3b110914669d3481a32.tar.bz2 gentoo-b56f801c49310772de64d3b110914669d3481a32.zip |
dev-python/docopt: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docopt')
-rw-r--r-- | dev-python/docopt/Manifest | 1 | ||||
-rw-r--r-- | dev-python/docopt/docopt-0.6.2-r2.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/docopt/Manifest b/dev-python/docopt/Manifest index 0a5a95e75a03..09a376cbdeff 100644 --- a/dev-python/docopt/Manifest +++ b/dev-python/docopt/Manifest @@ -1,2 +1 @@ DIST docopt-0.6.2.gh.tar.gz 26345 BLAKE2B e2a4b2030239387b6e7985c7e4ca15b001ec86f0d7a8c8f316c2321ccb18ed8cc94060a6c8eee4e84916d5f42e4a304551fae69b47abe2e173fa5e2409e9835d SHA512 228661924329682786b143f414c9df911016963cdc91ae6eba833285144e71744df507321a476b51f779e3ea270af6dc4e50edb8b0ee99674c19acccaab57a03 -DIST docopt-0.6.2.tar.gz 25901 BLAKE2B b44308bb4a6571ddd092de63401d16e31a9d9b93be9b132fb45503eb9d84273d7c1f20bc5b2e3e2d969506fcf760fff142c37197e0b92dc9e7f6f431fb0abcc0 SHA512 af138feccf8c37b374ee44fcda4938a88107d434df13c173214021b1a3348b152a595095a86982b66ac03a11db8e0f1e9e6a3a65c98deea92330311daeb831a3 diff --git a/dev-python/docopt/docopt-0.6.2-r2.ebuild b/dev-python/docopt/docopt-0.6.2-r2.ebuild deleted file mode 100644 index 20e819abc732..000000000000 --- a/dev-python/docopt/docopt-0.6.2-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Pythonic argument parser, that will make you smile" -HOMEPAGE="https://pypi.org/project/docopt/ https://github.com/docopt/docopt" -SRC_URI=" - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -# not implemented in this version, git already has it -RESTRICT=test - -python_test() { - esetup.py test -} |