From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/traitlets/
Date: Mon, 21 Sep 2020 23:49:41 +0000 (UTC) [thread overview]
Message-ID: <1600732168.ec4b73d5a6c281791ea1135e41229533e007c28c.epsilon-0@gentoo> (raw)
commit: ec4b73d5a6c281791ea1135e41229533e007c28c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Sep 21 23:49:16 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Sep 21 23:49:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec4b73d5
dev-python/traitlets: drop package
present in ::gentoo
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/traitlets/metadata.xml | 16 ---------
dev-python/traitlets/traitlets-9999.ebuild | 53 ------------------------------
2 files changed, 69 deletions(-)
diff --git a/dev-python/traitlets/metadata.xml b/dev-python/traitlets/metadata.xml
deleted file mode 100644
index 3f68d9cc7..000000000
--- a/dev-python/traitlets/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-A lightweight pure-Python derivative of Enthought Traits,
-used for configuring Python objects. This package powers
-the config system of IPython and Jupyter.
-</longdescription>
- <upstream>
- <remote-id type="github">ipython/traitlets</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/traitlets/traitlets-9999.ebuild b/dev-python/traitlets/traitlets-9999.ebuild
deleted file mode 100644
index 889a831f4..000000000
--- a/dev-python/traitlets/traitlets-9999.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A configuration system for Python applications"
-HOMEPAGE="https://github.com/ipython/traitlets"
-EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc test"
-
-RDEPEND="
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- "
-DEPEND="
- doc? (
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- )
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- )"
-
-python_prepare_all() {
- # Prevent un-needed download during build
- if use doc; then
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- nosetests --with-coverage --cover-package traitlets traitlets || die
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/build/html/. )
- distutils-r1_python_install_all
-}
next reply other threads:[~2020-09-21 23:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-21 23:49 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-03 10:30 [gentoo-commits] proj/sci:master commit in: dev-python/traitlets/ Marius Brehler
2016-05-18 7:05 Marius Brehler
2015-11-28 17:58 Marius Brehler
2015-10-21 13:44 Justin Lecher
2015-09-21 19:05 Justin Lecher
2015-09-07 6:49 Justin Lecher
2015-09-04 5:46 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=1600732168.ec4b73d5a6c281791ea1135e41229533e007c28c.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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