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/line_profiler/
Date: Tue, 17 Nov 2015 15:46:41 +0000 (UTC)	[thread overview]
Message-ID: <1447775193.7166ba7cbafc5bb11fbe19a522abd710cedb4323.jlec@gentoo> (raw)

commit:     7166ba7cbafc5bb11fbe19a522abd710cedb4323
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 15:46:33 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 15:46:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7166ba7c

Moved to tree

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

 dev-python/line_profiler/ChangeLog                 | 10 --------
 dev-python/line_profiler/line_profiler-1.0.ebuild  | 29 ----------------------
 dev-python/line_profiler/line_profiler-9999.ebuild | 28 ---------------------
 dev-python/line_profiler/metadata.xml              | 19 --------------
 4 files changed, 86 deletions(-)

diff --git a/dev-python/line_profiler/ChangeLog b/dev-python/line_profiler/ChangeLog
deleted file mode 100644
index 61d0896..0000000
--- a/dev-python/line_profiler/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-python/line_profiler
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-*line_profiler-1.0 (26 Aug 2015)
-*line_profiler-9999 (26 Aug 2015)
-
-  26 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
-  +line_profiler-1.0.ebuild, +line_profiler-9999.ebuild, +metadata.xml:
-  dev-python/line_profiler: New ebuild wirtten by me

diff --git a/dev-python/line_profiler/line_profiler-1.0.ebuild b/dev-python/line_profiler/line_profiler-1.0.ebuild
deleted file mode 100644
index bec34f5..0000000
--- a/dev-python/line_profiler/line_profiler-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Line-by-line profiling for Python"
-HOMEPAGE="https://github.com/rkern/line_profiler"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-DEPEND="
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-	"
-
-python_test() {
-	distutils_install_for_testing
-	cd "${TEST_DIR}"/lib || die
-	cp "${S}"/setup.py "${TEST_DIR}"/lib/ || die
-	cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
-	py.test || die
-}

diff --git a/dev-python/line_profiler/line_profiler-9999.ebuild b/dev-python/line_profiler/line_profiler-9999.ebuild
deleted file mode 100644
index 52f8cef..0000000
--- a/dev-python/line_profiler/line_profiler-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Line-by-line profiling for Python"
-HOMEPAGE="https://github.com/rkern/line_profiler"
-EGIT_REPO_URI="https://github.com/rkern/${PN}.git git://github.com/rkern/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-DEPEND="
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-	"
-
-python_test() {
-	distutils_install_for_testing
-	cd "${TEST_DIR}"/lib || die
-	cp "${S}"/setup.py "${TEST_DIR}"/lib/ || die
-	cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
-	py.test || die
-}

diff --git a/dev-python/line_profiler/metadata.xml b/dev-python/line_profiler/metadata.xml
deleted file mode 100644
index 270efb2..0000000
--- a/dev-python/line_profiler/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>sci</herd>
-  <maintainer>
-    <email>marbre@linux.sungazer.de</email>
-    <name>Marius Brehler</name>
-  </maintainer>
-  <longdescription>
-    line_profiler is a module for doing line-by-line profiling of
-    functions. kernprof is a convenient script for running either
-    line_profiler or the Python standard library's cProfile or profile
-    modules, depending on what is available.
-  </longdescription>
-  <upstream>
-    <remote-id type="pypi">line_profiler</remote-id>
-    <remote-id type="github">rkern/line_profiler</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2015-11-17 15:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17 15:46 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 10:19 [gentoo-commits] proj/sci:master commit in: dev-python/line_profiler/ Justin Lecher
2015-08-27 15:01 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=1447775193.7166ba7cbafc5bb11fbe19a522abd710cedb4323.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