summaryrefslogtreecommitdiff
path: root/dev-python/sphinxtogithub
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/sphinxtogithub
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/sphinxtogithub')
-rw-r--r--dev-python/sphinxtogithub/Manifest3
-rw-r--r--dev-python/sphinxtogithub/metadata.xml12
-rw-r--r--dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild32
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/sphinxtogithub/Manifest b/dev-python/sphinxtogithub/Manifest
deleted file mode 100644
index e9db16ff0764..000000000000
--- a/dev-python/sphinxtogithub/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sphinxtogithub-1.1.0.tar.gz 11103 BLAKE2B 58cf7209da147df161aaf447131a408a9f2a9e9b8673e95a11fd2f8f6e11ec71d2904a2cd077c460088a6889515461a419627ff08562eda4101148c9f0118fd4 SHA512 190c57535c58f86a84a3e80bde61f99d35b8d3826d18d77d9eaf857be853c84b35e49cbb517fb13d8993934757892cbda4a820ecd24f3e5ff2908e814e53d664
-EBUILD sphinxtogithub-1.1.0.ebuild 761 BLAKE2B aac2f2781c5f6e09633d475be7702e359ffc623a1d9b104bfebe1bb913684f4ac1f4800f2582b7cf8e76cb4eb9d4426880581378fad5740ffce0ed88db5489ea SHA512 97ba7caf963fc7bf1e7023c4d5cca6688d46bff1111368a54202b583311b92aebcb198eaf28236286278590471336e8dcce0d2a097572ef5ff20f2d26c880325
-MISC metadata.xml 398 BLAKE2B a668d73ec1bf324753827d3542d37faf1fda5516f0fa13774ede87ffcecc9f08ca75f248f036a218a75036fabd1eaef2bddb58890079e0f7d9a046605d777332 SHA512 e15d63d81faf57bee3099a25418ec787c0e89b68e12a217d1748156f43598b56b5f870916c14728bf3a8749f68cb9cc8f3c6c8041639407642bad9bf7cea6d86
diff --git a/dev-python/sphinxtogithub/metadata.xml b/dev-python/sphinxtogithub/metadata.xml
deleted file mode 100644
index a64594a5468d..000000000000
--- a/dev-python/sphinxtogithub/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">sphinxtogithub</remote-id>
- <remote-id type="github">michaeljones/sphinx-to-github</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild b/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild
deleted file mode 100644
index db9d06f4ba3c..000000000000
--- a/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-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 arm x86"
-
-IUSE=""
-
-RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
- # Req'd to avoid file collisions
- sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- esetup.py test
-}