public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/envisage/
@ 2015-11-08  3:21 Brian Evans
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2015-11-08  3:21 UTC (permalink / raw
  To: gentoo-commits

commit:     063cd0cfaf80f5a9469ef7bd4129b113a379261f
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  8 03:20:07 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 03:20:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063cd0cf

dev-python/envisage: Fix syntax error where PYTHON_COMPAT was not an array

Package-Manager: portage-2.2.20.1

 dev-python/envisage/envisage-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/envisage/envisage-4.4.0.ebuild b/dev-python/envisage/envisage-4.4.0.ebuild
index 4bed58b..6356c67 100644
--- a/dev-python/envisage/envisage-4.4.0.ebuild
+++ b/dev-python/envisage/envisage-4.4.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 # py2.6 fails testsuite horribly
-PYTHON_COMPAT=python2_7
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 virtualx
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/envisage/
@ 2018-04-22  6:32 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-04-22  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     adbef28041b1d39cdc2700aed5ce0547d1c77fc9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 19:58:06 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 06:31:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbef280

dev-python/envisage: Drop python@ from maintainers

The Enthought suite is a huge pile of NIH.  The ebuilds suffer from
multiple bugs.  The only reverse dependency is sci-visualization/mayavi
that is maintained by sci@, and it only requires a few of the packages.

 dev-python/envisage/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/envisage/metadata.xml b/dev-python/envisage/metadata.xml
index bd359300b96..d2835ba4a5f 100644
--- a/dev-python/envisage/metadata.xml
+++ b/dev-python/envisage/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-  <email>python@gentoo.org</email>
-  <name>Python</name>
-</maintainer>
+<!-- maintainer-needed -->
 <longdescription lang="en">
   Envisage is a Python-based framework for building extensible
   applications, that is, applications whose functionality can be


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/envisage/
@ 2019-04-15  7:45 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-04-15  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6de10585fe85f2e7afcb0b448f262891c152dfcc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:45:20 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:45:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de10585

dev-python/envisage: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/envisage/Manifest              |  1 -
 dev-python/envisage/envisage-4.4.0.ebuild | 37 -------------------------------
 dev-python/envisage/metadata.xml          | 18 ---------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/envisage/Manifest b/dev-python/envisage/Manifest
deleted file mode 100644
index 45278cb27af..00000000000
--- a/dev-python/envisage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST envisage-4.4.0.tar.gz 192529 BLAKE2B 2ce1903d082d5762d5c3d3924c8bfafd4d70d7114461a044bfe55e48bf2ce331119ae649bcbfef143360a67fd54492d7373314681b28de66e47df6d54b888cbe SHA512 7cc8fa82ea9bfd53f1a6cc90551d97972dd4b7abe9476515ea617ab6a32d7f2f65b2815ed934633f96b0f1445b763b9350e5d0e37ed99768c9a2ca32e588f91f

diff --git a/dev-python/envisage/envisage-4.4.0.ebuild b/dev-python/envisage/envisage-4.4.0.ebuild
deleted file mode 100644
index 4065db128cc..00000000000
--- a/dev-python/envisage/envisage-4.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# py2.6 fails testsuite horribly
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Enthought Tool Suite: Extensible application framework"
-HOMEPAGE="http://docs.enthought.com/envisage/
-	https://github.com/enthought/envisage
-	https://pypi.org/project/envisage/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/traits-4[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/traits-4[${PYTHON_USEDEP}]
-		dev-python/apptools[${PYTHON_USEDEP}]
-		media-fonts/font-cursor-misc
-		media-fonts/font-misc-misc
-	)"
-
-# tests are buggy version after version
-RESTRICT=test
-
-python_test() {
-	VIRTUALX_COMMAND="nosetests" virtualmake
-}

diff --git a/dev-python/envisage/metadata.xml b/dev-python/envisage/metadata.xml
deleted file mode 100644
index d2835ba4a5f..00000000000
--- a/dev-python/envisage/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
-  Envisage is a Python-based framework for building extensible
-  applications, that is, applications whose functionality can be
-  extended by adding "plug-ins". Envisage provides a standard
-  mechanism for features to be added to an application, whether by the
-  original developer or by someone else. In fact, when you build an
-  application using Envisage, the entire application consists
-  primarily of plug-ins. In this respect, it is similar to the Eclipse
-  and Netbeans frameworks for Java applications. 
-</longdescription>
-<upstream>
-  <remote-id type="pypi">envisage</remote-id>
-</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-15  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22  6:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/envisage/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-04-15  7:45 Mikle Kolyada
2015-11-08  3:21 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox