diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 19:08:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 19:43:30 +0200 |
commit | 5ba2669de8475e24d365d0acfbacae7f3590087b (patch) | |
tree | 17ddd2cc8af5963ec02db95377865f1d98cec960 /dev-python/sphinxtogithub | |
parent | dev-python/sphinxcontrib-httpdomain: Clean old versions up (diff) | |
download | gentoo-5ba2669de8475e24d365d0acfbacae7f3590087b.tar.gz gentoo-5ba2669de8475e24d365d0acfbacae7f3590087b.tar.bz2 gentoo-5ba2669de8475e24d365d0acfbacae7f3590087b.zip |
dev-python/sphinxtogithub: Clean old versions up
Diffstat (limited to 'dev-python/sphinxtogithub')
-rw-r--r-- | dev-python/sphinxtogithub/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/sphinxtogithub/Manifest b/dev-python/sphinxtogithub/Manifest index bfdf46e485ba..f86aad8838bc 100644 --- a/dev-python/sphinxtogithub/Manifest +++ b/dev-python/sphinxtogithub/Manifest @@ -1,2 +1 @@ -DIST sphinxtogithub-1.0.0.tar.gz 9872 SHA256 71e191b38defcfcff4acd918190a6322d8b7374fe84b97b6bc17d74c550c5759 SHA512 1eca486fc78715281b1e55fddabe2c161ca15d8b54981618de233e8eba9e14be575c5e3b6b1e4664186fce1414877d501c8f563c8771ff46c2d26ea96810450b WHIRLPOOL 0ac54064fd05e109505444fe9d1d3b8c12b7fa4b00dc5d6f7e713ede81a6ce6d723f2c983aabde5ed180467409234133ea88a4224bcc5248d7b33365c5b044a9 DIST sphinxtogithub-1.1.0.tar.gz 11103 SHA256 15222b1ea55f83dfdf1e09a76d4ef1b9273a2590b73a5a16c4bff972894eae4e SHA512 190c57535c58f86a84a3e80bde61f99d35b8d3826d18d77d9eaf857be853c84b35e49cbb517fb13d8993934757892cbda4a820ecd24f3e5ff2908e814e53d664 WHIRLPOOL 232d8ecccab473bf690275883eed4e2a8bf6a10b8d3f52da56287fba8aefe9a75aee5ccbae1f70f9746d0732254bf8da7a953c65d10153f72a3a6377f674f7aa diff --git a/dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild b/dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild deleted file mode 100644 index cd51510e2022..000000000000 --- a/dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="A python script for preparing the html output of Sphinx documentation for github pages" -HOMEPAGE="https://github.com/michaeljones/sphinx-to-github/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |