summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-10 15:36:03 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-10 15:52:57 +0100
commit41364c0810cb9fe3c5dd5d9788a8bb1e995a0220 (patch)
treedb22233d814009a7d55c3050f081afd1f636c58f /dev-python/mkdocs
parentdev-python/mkdocs: Update maintainer due to bug #502560 (diff)
downloadgentoo-41364c0810cb9fe3c5dd5d9788a8bb1e995a0220.tar.gz
gentoo-41364c0810cb9fe3c5dd5d9788a8bb1e995a0220.tar.bz2
gentoo-41364c0810cb9fe3c5dd5d9788a8bb1e995a0220.zip
dev-python/mkdocs: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/mkdocs')
-rw-r--r--dev-python/mkdocs/Manifest2
-rw-r--r--dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch12
-rw-r--r--dev-python/mkdocs/files/skip-invalid-test.patch24
-rw-r--r--dev-python/mkdocs/mkdocs-0.12.2.ebuild57
-rw-r--r--dev-python/mkdocs/mkdocs-0.14.0.ebuild47
5 files changed, 0 insertions, 142 deletions
diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
index 7a5f24c00af6..5149817605f1 100644
--- a/dev-python/mkdocs/Manifest
+++ b/dev-python/mkdocs/Manifest
@@ -1,3 +1 @@
-DIST mkdocs-0.12.2.tar.gz 6042907 BLAKE2B 3469e6a661dc55404878dc77355192e7f449e063dfabf38a46925a09278cdd202b0d1c0a6b39971d360c357688aa4e1694d2c6581881c124c8ec76f15c923a78 SHA512 149d8e27df8474ade24e4cbff1b8eef1d7a7549997499c7df774afdb89bc9fe0d8de7d869d8b29aba883d1672032c76e8dbdb7e8982da6f94e2145d0b554e677
-DIST mkdocs-0.14.0.tar.gz 6248506 BLAKE2B b24094517cd198584a505d4b48d260b8926a883bd79d3dbfc2c5bddb37fc62380575eb1f9daa6801ba12e8dbd20fe4a6e42d3dfa42b82519c04afa67b1363181 SHA512 47c95f258362df8b124a9689a79a9927d26b1f7816b027fd14d193c79bb5340bdea8770c47566e00452edcdf801fe858569f4c76aa9d3f1799e6e7100bb916ff
DIST mkdocs-0.15.3.tar.gz 1805972 BLAKE2B e6619fa0bd14fefe96de5abeb9243369b1419e7018705ac6a6d58fcb40c01aff380c3b4ca514af0a25da90092f39776abe42d19a67f7e86780c5c4111884b230 SHA512 e5b72eb56dcc2fe2be154155af15845a7d0fc06d6176f1c6b2bb54e8673d207146bdd92b37a709d72c1d59fcc76a793e6fed5d7fb6d9008f28d43baa17e446f8
diff --git a/dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch b/dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch
deleted file mode 100644
index cb8a23eb8131..000000000000
--- a/dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/mkdocs/tests/config_tests.py b/mkdocs/tests/config_tests.py
-index 647c695..b26d59d 100644
---- a/mkdocs/tests/config_tests.py
-+++ b/mkdocs/tests/config_tests.py
-@@ -130,7 +130,6 @@ class ConfigTests(unittest.TestCase):
- {'docs_dir': 'docs', 'site_dir': ''},
- {'docs_dir': '', 'site_dir': 'site'},
- {'docs_dir': '', 'site_dir': ''},
-- {'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
- )
-
- conf = {
diff --git a/dev-python/mkdocs/files/skip-invalid-test.patch b/dev-python/mkdocs/files/skip-invalid-test.patch
deleted file mode 100644
index 58bf9e4c01da..000000000000
--- a/dev-python/mkdocs/files/skip-invalid-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/mkdocs/tests/config/config_options_tests.py b/mkdocs/tests/config/config_options_tests.py
-index 1721bdd..4a41658 100644
---- a/mkdocs/tests/config/config_options_tests.py
-+++ b/mkdocs/tests/config/config_options_tests.py
-@@ -180,7 +180,6 @@ class SiteDirTest(unittest.TestCase):
- {'docs_dir': '.', 'site_dir': '.'},
- {'docs_dir': 'docs', 'site_dir': ''},
- {'docs_dir': '', 'site_dir': ''},
-- {'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
- )
-
- for test_config in test_configs:
-diff --git a/mkdocs/tests/config/config_tests.py b/mkdocs/tests/config/config_tests.py
-index fe32fd9..d5ce61e 100644
---- a/mkdocs/tests/config/config_tests.py
-+++ b/mkdocs/tests/config/config_tests.py
-@@ -181,7 +181,6 @@ class ConfigTests(unittest.TestCase):
- {'docs_dir': '.', 'site_dir': '.'},
- {'docs_dir': 'docs', 'site_dir': ''},
- {'docs_dir': '', 'site_dir': ''},
-- {'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
- )
-
- conf = {
diff --git a/dev-python/mkdocs/mkdocs-0.12.2.ebuild b/dev-python/mkdocs/mkdocs-0.12.2.ebuild
deleted file mode 100644
index 6dfd3f1c07c4..000000000000
--- a/dev-python/mkdocs/mkdocs-0.12.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Project documentation with Markdown."
-HOMEPAGE="http://www.mkdocs.org"
-SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="
- ${CDEPEND}
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
- >=dev-python/livereload-2.3.2[${PYTHON_USEDEP}]
- >=dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}/${PV}"-skip-invalid-test.patch
- )
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- "${PYTHON}" -m mkdocs.main build || die "failed to build documentation"
- fi
-}
-
-python_test() {
- nosetests mkdocs/tests || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( site/. )
-
- distutils-r1_python_install_all
-}
diff --git a/dev-python/mkdocs/mkdocs-0.14.0.ebuild b/dev-python/mkdocs/mkdocs-0.14.0.ebuild
deleted file mode 100644
index 378dd2a258ae..000000000000
--- a/dev-python/mkdocs/mkdocs-0.14.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Project documentation with Markdown."
-HOMEPAGE="http://www.mkdocs.org"
-SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="
- ${CDEPEND}
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/click-4.0[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
- >=dev-python/livereload-2.3.2[${PYTHON_USEDEP}]
- >=dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/skip-invalid-test.patch
- )
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests mkdocs/tests || die "tests failed under ${EPYTHON}"
-}