mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
rstcheck: remove, no longer required by any tool
This commit is contained in:
parent
6076aedb6c
commit
95a8d07a1c
2 changed files with 0 additions and 22 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST rstcheck-3.3.tar.gz 13777 BLAKE2B 1ee48f8fa97955598da114e1aeb5292325a418ff40a9628514911bcec98d26a14204bfc08aeb048830bef50a661fc9d850ef6bf5cdcb01d300036e040b4e6b85 SHA512 d5288adbd3853a0392679862edef65f8219476b8976446fd3ab5f9ec759437657d37f51125746648d5390300f6362a99fc86aa4303e2f009db715b92fe5086c8
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Checks syntax of reStructuredText and code blocks nested within it"
|
||||
HOMEPAGE="https://github.com/myint/rstcheck"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue