public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs/
Date: Sun, 20 Mar 2016 21:18:12 +0000 (UTC)	[thread overview]
Message-ID: <1458508663.02d212eb88d8d34a0d2342573de35c8e9a205d12.alunduil@gentoo> (raw)

commit:     02d212eb88d8d34a0d2342573de35c8e9a205d12
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 21:17:00 2016 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 21:17:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d212eb

dev-python/mkdocs: remove version 0.11.1-r1

Package-Manager: portage-2.2.28

 dev-python/mkdocs/Manifest                |  1 -
 dev-python/mkdocs/mkdocs-0.11.1-r1.ebuild | 58 -------------------------------
 2 files changed, 59 deletions(-)

diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
index bb9d45f..7a0e7af 100644
--- a/dev-python/mkdocs/Manifest
+++ b/dev-python/mkdocs/Manifest
@@ -1,4 +1,3 @@
-DIST mkdocs-0.11.1.tar.gz 3688578 SHA256 dced877e483bf38bc0842ff656ad88196142252597c5e5bfd40973042d179bfe SHA512 dff3040be2b032447c500a9037876c446d7f208773f33a078ed93fc63f9c564f7ba382916d7879ae4d3f61300fdec1185d9f6a2d53cfb918fd5cfdf8e47c67b9 WHIRLPOOL c040e7725cac975b363e2ad110394d3b68e381fae6ff830bba7bb07d8d8262361ad0853db99e8133a8fed17a5a45761129fb48c59111a5dd6b0ea4b76006588b
 DIST mkdocs-0.12.2.tar.gz 6042907 SHA256 3d96844b742c00e7466d63a713a3b6b01575aa71f6ae7214dd12797d48df38b8 SHA512 149d8e27df8474ade24e4cbff1b8eef1d7a7549997499c7df774afdb89bc9fe0d8de7d869d8b29aba883d1672032c76e8dbdb7e8982da6f94e2145d0b554e677 WHIRLPOOL c476ff900c94cf880c7f5c5f8edb615f11e4f169bae0b696a217de0c7384c7fb4818b5f9afdfb8a6f7c5c77877ada518f938a1b0b756703b5866f82b6a240262
 DIST mkdocs-0.14.0.tar.gz 6248506 SHA256 fd3e1623dcd7027dbac55f4d8c4f1c1b990e87588ee463999e717b5083556b73 SHA512 47c95f258362df8b124a9689a79a9927d26b1f7816b027fd14d193c79bb5340bdea8770c47566e00452edcdf801fe858569f4c76aa9d3f1799e6e7100bb916ff WHIRLPOOL be64596ebbd3c206ce805fa268719db49ff16272d63562c80664d9515f3a164304db80b680dcae7ff1a50a61cc42aa8a47c2df9ff6be270788eae36b5fb1e78d
 DIST mkdocs-0.15.3.tar.gz 1805972 SHA256 a5442ae24fd9e6f9daeefaf354c960e5dac27ff388f63e1bb324ed8a1b7edaa9 SHA512 e5b72eb56dcc2fe2be154155af15845a7d0fc06d6176f1c6b2bb54e8673d207146bdd92b37a709d72c1d59fcc76a793e6fed5d7fb6d9008f28d43baa17e446f8 WHIRLPOOL 35bf8e111ad66e22edb3ad2d9e9ec993da0d866621a2a97eff6779ac8c2f20a20a644ee49c7255bddde3e5db4321881c831bf7491d7313b70b4a3e3c483ade87

diff --git a/dev-python/mkdocs/mkdocs-0.11.1-r1.ebuild b/dev-python/mkdocs/mkdocs-0.11.1-r1.ebuild
deleted file mode 100644
index fed5d4d..0000000
--- a/dev-python/mkdocs/mkdocs-0.11.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 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"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="
-	>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
-	>=dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-	>=dev-python/watchdog-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-	ebegin 'patching setup.py'
-	sed \
-		-e "20s/,[^']*//" \
-		-i setup.py
-	STATUS=${?}
-	eend ${STATUS}
-	[[ ${STATUS} -gt 0 ]] && die
-
-	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/test.py || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( site/. )
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2016-03-20 21:18 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-20 21:18 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25  8:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs/ Michał Górny
2024-08-30 14:31 Andrew Ammerlaan
2024-07-06 17:58 Michał Górny
2024-05-08  8:15 Michał Górny
2024-05-08  7:50 Michał Górny
2024-05-08  7:50 Michał Górny
2024-05-08  7:50 Michał Górny
2024-04-24 17:21 Arthur Zamarin
2024-04-23 11:07 Yixun Lan
2024-04-23  1:31 Sam James
2024-04-23  1:31 Sam James
2024-04-22 16:58 Arthur Zamarin
2024-04-22 16:58 Arthur Zamarin
2024-04-22 11:58 Andrew Ammerlaan
2023-12-09 13:56 Michał Górny
2023-12-09 13:52 Michał Górny
2023-11-24 17:04 Arthur Zamarin
2023-11-22 12:43 Andrew Ammerlaan
2023-10-06 18:12 Michał Górny
2023-10-06 17:25 Sam James
2023-09-19  3:16 Michał Górny
2023-09-14  9:58 Andrew Ammerlaan
2023-09-11 14:03 Michał Górny
2023-09-11 11:59 Arthur Zamarin
2023-08-03  6:09 Michał Górny
2023-07-28  5:32 Michał Górny
2023-07-27  3:21 Michał Górny
2023-06-06 18:46 Michał Górny
2023-06-06 16:55 Arthur Zamarin
2023-06-06 11:18 Michał Górny
2023-05-03  7:51 Michał Górny
2023-02-25  5:47 Arthur Zamarin
2022-12-10  9:09 Michał Górny
2022-12-10  9:02 Arthur Zamarin
2022-11-03 19:59 Arthur Zamarin
2022-11-03 19:57 Sam James
2022-11-02 13:34 Andrew Ammerlaan
2022-10-16  5:41 Arthur Zamarin
2022-10-02 10:35 Andrew Ammerlaan
2022-09-27 18:25 Arthur Zamarin
2022-08-19 17:18 Michał Górny
2022-08-19 16:54 Sam James
2022-07-19 18:44 Andrew Ammerlaan
2022-06-25 11:18 Michał Górny
2022-06-25  8:42 Arthur Zamarin
2022-05-24 13:02 Andrew Ammerlaan
2022-04-09 18:39 Michał Górny
2022-04-09 17:02 Arthur Zamarin
2022-03-28 18:26 Andrew Ammerlaan
2022-03-28 18:21 Andrew Ammerlaan
2021-11-21 19:14 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-10-20 11:51 Andrew Ammerlaan
2021-09-09 15:51 Arthur Zamarin
2021-09-09 15:16 Marek Szuba
2021-08-26  8:24 Michał Górny
2021-08-26  4:41 Agostino Sarubbo
2021-07-18 19:43 Andrew Ammerlaan
2021-07-13  6:33 Agostino Sarubbo
2021-07-13  0:05 Sam James
2021-06-27  6:21 Michał Górny
2021-06-27  5:38 Sam James
2021-06-27  5:38 Sam James
2021-06-11 13:43 Andrew Ammerlaan
2021-05-25 15:34 Andrew Ammerlaan
2021-04-13 11:07 Joonas Niilola
2021-01-21 10:52 Michał Górny
2021-01-21  7:40 Agostino Sarubbo
2021-01-05 11:08 Michał Górny
2020-12-11 15:01 Michał Górny
2020-12-05 13:31 Jason A. Donenfeld
2020-05-09 11:24 Mikle Kolyada
2020-05-09 11:24 Mikle Kolyada
2020-04-09 12:38 Joonas Niilola
2020-03-19 13:29 Joonas Niilola
2020-02-05 16:24 Michał Górny
2018-09-15 19:37 Michał Górny
2018-08-15 22:14 Vladimir Smirnov
2018-06-15 20:01 Vladimir Smirnov
2017-07-31 10:37 Tobias Klausmann
2016-03-20 21:18 Alex Brandt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458508663.02d212eb88d8d34a0d2342573de35c8e9a205d12.alunduil@gentoo \
    --to=alunduil@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox