public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/numpydoc/
Date: Mon,  9 Dec 2013 15:06:40 +0000 (UTC)	[thread overview]
Message-ID: <1386601590.4f3a4fe6c6b5e64942da36bde0592fddaaac7c1c.jlec@gentoo> (raw)

commit:     4f3a4fe6c6b5e64942da36bde0592fddaaac7c1c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 15:06:30 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 15:06:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4f3a4fe6

InCvs

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 dev-python/numpydoc/ChangeLog           | 31 -------------------------------
 dev-python/numpydoc/metadata.xml        | 11 -----------
 dev-python/numpydoc/numpydoc-0.4.ebuild | 25 -------------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-python/numpydoc/ChangeLog b/dev-python/numpydoc/ChangeLog
deleted file mode 100644
index 9fccff6..0000000
--- a/dev-python/numpydoc/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-# ChangeLog for dev-python/numpydoc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  23 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
-  numpydoc-0.4.ebuild:
-  dev-python/numpydoc: Keyword for prefix
-
-  14 Jun 2013; Justin Lecher <jlec@gentoo.org> numpydoc-0.4.ebuild,
-  metadata.xml:
-  Bump to EAPI=5 and distutils-r1.eclass
-
-  25 Jun 2011; Justin Lecher <jlec@gentoo.org> numpydoc-0.4.ebuild,
-  metadata.xml:
-  'http://pypi.python.org/packages/source' found in thirdpartymirrors
-
-  03 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> numpydoc-0.4.ebuild:
-  Add ~x86, restrict python-3.*. Thanks to W. Trevor King <wking@drexel.edu>
-  for the report.
-
-*numpydoc-0.4 (02 Oct 2010)
-
-  02 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org>
-  -numpydoc-0.3.1.ebuild, +numpydoc-0.4.ebuild:
-  Bump
-
-*numpydoc-0.3.1 (19 Jul 2010)
-
-  19 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org>
-  +numpydoc-0.3.1.ebuild, +metadata.xml:
-  Initial import

diff --git a/dev-python/numpydoc/metadata.xml b/dev-python/numpydoc/metadata.xml
deleted file mode 100644
index 8416623..0000000
--- a/dev-python/numpydoc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
-  Sphinx extension to support docstrings in Numpy format.
-</longdescription>
-<upstream>
-  <remote-id type="pypi">numpydoc</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/dev-python/numpydoc/numpydoc-0.4.ebuild b/dev-python/numpydoc/numpydoc-0.4.ebuild
deleted file mode 100644
index e00cbaa..0000000
--- a/dev-python/numpydoc/numpydoc-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
-HOMEPAGE="http://projects.scipy.org/numpy/browser/trunk/doc/sphinxext/"
-SRC_URI="mirror://pypi/n/${PN}/${P}.tar.gz"
-
-LICENSE="PYTHON BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="test? ( >=dev-python/sphinx-0.5[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/sphinx-0.5[${PYTHON_USEDEP}]"
-
-python_test() {
-	${EPYTHON} tests/test_docscrape.py || die
-}


             reply	other threads:[~2013-12-09 15:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-09 15:06 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-23 17:29 [gentoo-commits] proj/sci:master commit in: dev-python/numpydoc/ Sebastien Fabbro
2013-06-14 11:21 Justin Lecher
2011-06-25 17:22 Justin Lecher

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=1386601590.4f3a4fe6c6b5e64942da36bde0592fddaaac7c1c.jlec@gentoo \
    --to=jlec@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