* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2019-04-15 7:49 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2019-04-15 7:49 UTC (permalink / raw
To: gentoo-commits
commit: ebb65422c5016f71a31b8a08b25e49a3e0912a0b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:48:56 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:48:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb65422
dev-python/enable: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-python/enable/Manifest | 1 -
dev-python/enable/enable-4.7.1.ebuild | 78 -----------------------------------
dev-python/enable/metadata.xml | 16 -------
3 files changed, 95 deletions(-)
diff --git a/dev-python/enable/Manifest b/dev-python/enable/Manifest
deleted file mode 100644
index 0c40428cccd..00000000000
--- a/dev-python/enable/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST enable-4.7.1.tar.gz 2728889 BLAKE2B 2952c1772ea902b2a040a5dbc1ade4fcb41f38da41cb9cfd3a574d16397fcceedb5d2216e19bd14ca9881ff27efa93ec0fe4b94db8f3baedf174fe062c825f1e SHA512 49ca414d1273fb5ddcb1732e621f91a5ac49ff02d63b5b36b8d9e28dd737eb4a312f35345fc29db555db1c6e0e8c9bf2204f8662b43a2761db6c2d656c6b2140
diff --git a/dev-python/enable/enable-4.7.1.ebuild b/dev-python/enable/enable-4.7.1.ebuild
deleted file mode 100644
index 8354cdf8754..00000000000
--- a/dev-python/enable/enable-4.7.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 virtualx flag-o-matic
-
-DESCRIPTION="Enthought Tool Suite: Drawing and interaction packages"
-HOMEPAGE="http://docs.enthought.com/enable/
- https://pypi.org/project/enable
- https://github.com/enthought/enable"
-SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-RESTRICT="test" # Until https://github.com/enthought/enable/issues/303 is solved
-
-RDEPEND="
- dev-python/apptools[${PYTHON_USEDEP}]
- dev-python/kiwisolver[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/reportlab[${PYTHON_USEDEP}]
- >=dev-python/traitsui-4[${PYTHON_USEDEP}]
- media-libs/freetype:2
- virtual/opengl
- virtual/glu
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-lang/swig:0
- dev-python/cython[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/fonttools[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyface[${PYTHON_USEDEP}]
- media-fonts/font-cursor-misc
- media-fonts/font-misc-misc
- )
-"
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
- append-cflags -fno-strict-aliasing
-
- sed -e 's:html_favicon = "et.ico":html_favicon = "_static/et.ico":' \
- -i docs/source/conf.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- pushd "${BUILD_DIR}"/lib > /dev/null
- # https://github.com/enthought/enable/issues/303
- virtx coverage run -m nose.core enable -v
- virtx coverage run -a -m nose.core kiva -v
- popd > /dev/null
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/build/html/. )
-
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/enable/metadata.xml b/dev-python/enable/metadata.xml
deleted file mode 100644
index c650da52e03..00000000000
--- a/dev-python/enable/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-needed -->
- <longdescription lang="en">
- The Enable project from the Enthought Tool Suite provides two
- related multi-platform packages for drawing GUI objects:
- * Enable: An object drawing library that supports containment and
- event notification.
- * Kiva: A multi-platform DisplayPDF vector drawing engine.
- </longdescription>
- <upstream>
- <remote-id type="github">enthought/enable</remote-id>
- <remote-id type="pypi">enable</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2018-05-29 8:19 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-05-29 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 261db5e2fdd9a45af51c52ae0802bd2ea8bfc5fe
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 08:19:29 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 29 08:19:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261db5e2
dev-python/enable: amd64 stable wrt bug #653768
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/enable/enable-4.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/enable/enable-4.7.1.ebuild b/dev-python/enable/enable-4.7.1.ebuild
index 89cfd0158d0..8354cdf8754 100644
--- a/dev-python/enable/enable-4.7.1.ebuild
+++ b/dev-python/enable/enable-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RESTRICT="test" # Until https://github.com/enthought/enable/issues/303 is solved
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2018-05-28 0:48 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-05-28 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 81e63bac74392f6107df556692b8cfec3c3d70e3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 00:48:03 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May 28 00:48:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e63bac
dev-python/enable: x86 stable (bug #653768)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/enable/enable-4.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/enable/enable-4.7.1.ebuild b/dev-python/enable/enable-4.7.1.ebuild
index afe2cd13e91..89cfd0158d0 100644
--- a/dev-python/enable/enable-4.7.1.ebuild
+++ b/dev-python/enable/enable-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RESTRICT="test" # Until https://github.com/enthought/enable/issues/303 is solved
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2018-05-27 13:38 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-05-27 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 89d30fa4eef6bc82bd1315af9128fc5b07494a05
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:37:59 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 27 13:37:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d30fa4
dev-python/enable: Run tests as upstream wants and restrict
until fixed (#654090, https://github.com/enthought/enable/issues/303)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
dev-python/enable/enable-4.7.1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/enable/enable-4.7.1.ebuild b/dev-python/enable/enable-4.7.1.ebuild
index 1672c3a01ef..afe2cd13e91 100644
--- a/dev-python/enable/enable-4.7.1.ebuild
+++ b/dev-python/enable/enable-4.7.1.ebuild
@@ -17,6 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
+RESTRICT="test" # Until https://github.com/enthought/enable/issues/303 is solved
+
RDEPEND="
dev-python/apptools[${PYTHON_USEDEP}]
dev-python/kiwisolver[${PYTHON_USEDEP}]
@@ -34,6 +36,7 @@ DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
+ dev-python/coverage[${PYTHON_USEDEP}]
dev-python/fonttools[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
@@ -61,9 +64,9 @@ python_compile_all() {
python_test() {
pushd "${BUILD_DIR}"/lib > /dev/null
- # https://github.com/enthought/enable/issues/158
- PYTHONPATH=.:kiva \
- virtx nosetests --verbose
+ # https://github.com/enthought/enable/issues/303
+ virtx coverage run -m nose.core enable -v
+ virtx coverage run -a -m nose.core kiva -v
popd > /dev/null
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2018-04-25 19:17 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-04-25 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 6de8d7a38bcef7ad3b3a717b44409ec44b558393
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 19:16:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 19:16:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de8d7a3
dev-python/enable: Version bump
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-python/enable/Manifest | 1 +
dev-python/enable/enable-4.7.1.ebuild | 75 +++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
diff --git a/dev-python/enable/Manifest b/dev-python/enable/Manifest
index 9f250de258b..4f4928116dc 100644
--- a/dev-python/enable/Manifest
+++ b/dev-python/enable/Manifest
@@ -1,2 +1,3 @@
DIST enable-4.4.1.tar.gz 2507048 BLAKE2B e3414a0505acafece3242a40400aab9ea00062bb605baa500f604df875b1caacd446c30189a23bac856c6cb39067f120be6e89ac9c95a05e92dc882d839a7e4b SHA512 72c879f19e26a4311b900cb4665969b9f806ce47b23c214a25e3ec308cc5300b6d71084a793215b05302fbeba09e13a4561e661c3bddb700d529bd31cfeb4dff
DIST enable-4.5.1.tar.gz 2571975 BLAKE2B dfd294f80e22fa89243057f405fe83ecadeb3768cae5a103e62219cfc62ecb5bd3acf1bd2d575da3276e8111c5c5330fa88e1ed06c6eb67a04974a57dd0cbd98 SHA512 1095a4490f4918756dd33864aaba2636c294c3b177d3f500d98a355ec86ef86ab211d33cdec95c2d37e7e1df41622acf2c8ecf524a1d93cc39797804c49e6971
+DIST enable-4.7.1.tar.gz 2728889 BLAKE2B 2952c1772ea902b2a040a5dbc1ade4fcb41f38da41cb9cfd3a574d16397fcceedb5d2216e19bd14ca9881ff27efa93ec0fe4b94db8f3baedf174fe062c825f1e SHA512 49ca414d1273fb5ddcb1732e621f91a5ac49ff02d63b5b36b8d9e28dd737eb4a312f35345fc29db555db1c6e0e8c9bf2204f8662b43a2761db6c2d656c6b2140
diff --git a/dev-python/enable/enable-4.7.1.ebuild b/dev-python/enable/enable-4.7.1.ebuild
new file mode 100644
index 00000000000..1672c3a01ef
--- /dev/null
+++ b/dev-python/enable/enable-4.7.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 virtualx flag-o-matic
+
+DESCRIPTION="Enthought Tool Suite: Drawing and interaction packages"
+HOMEPAGE="http://docs.enthought.com/enable/
+ https://pypi.org/project/enable
+ https://github.com/enthought/enable"
+SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples test"
+
+RDEPEND="
+ dev-python/apptools[${PYTHON_USEDEP}]
+ dev-python/kiwisolver[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/reportlab[${PYTHON_USEDEP}]
+ >=dev-python/traitsui-4[${PYTHON_USEDEP}]
+ media-libs/freetype:2
+ virtual/opengl
+ virtual/glu
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-lang/swig:0
+ dev-python/cython[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/fonttools[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/pyface[${PYTHON_USEDEP}]
+ media-fonts/font-cursor-misc
+ media-fonts/font-misc-misc
+ )
+"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+ append-cflags -fno-strict-aliasing
+
+ sed -e 's:html_favicon = "et.ico":html_favicon = "_static/et.ico":' \
+ -i docs/source/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ pushd "${BUILD_DIR}"/lib > /dev/null
+ # https://github.com/enthought/enable/issues/158
+ PYTHONPATH=.:kiva \
+ virtx nosetests --verbose
+ popd > /dev/null
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/build/html/. )
+
+ use examples && local EXAMPLES=( examples/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2018-04-23 2:52 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2018-04-23 2:52 UTC (permalink / raw
To: gentoo-commits
commit: c21b92929d3210ec8b0a8b55c2eb39ba062c1254
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 02:50:34 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 02:51:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21b9292
dev-python/enable: amd64 stable wrt bug #653768
Bug: https://bugs.gentoo.org/653768
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-python/enable/enable-4.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/enable/enable-4.5.1.ebuild b/dev-python/enable/enable-4.5.1.ebuild
index 5bc40465de8..293aeea9451 100644
--- a/dev-python/enable/enable-4.5.1.ebuild
+++ b/dev-python/enable/enable-4.5.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/
@ 2018-04-22 6:32 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-04-22 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 5daa6c3b036ff565a25c4a6b4dec01d2f0f7e5c2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 19:58:02 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=5daa6c3b
dev-python/enable: 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/enable/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/enable/metadata.xml b/dev-python/enable/metadata.xml
index 63ecca60e3b..c650da52e03 100644
--- a/dev-python/enable/metadata.xml
+++ b/dev-python/enable/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">
The Enable project from the Enthought Tool Suite provides two
related multi-platform packages for drawing GUI objects:
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-04-15 7:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-15 7:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/enable/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-05-29 8:19 Mikle Kolyada
2018-05-28 0:48 Thomas Deutschmann
2018-05-27 13:38 Pacho Ramos
2018-04-25 19:17 Pacho Ramos
2018-04-23 2:52 Aaron Bauman
2018-04-22 6:32 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox