public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/, dev-python/matplotlib2tikz/files/
@ 2017-05-18 18:02 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-05-18 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     986bbf2b3b44fe21bf92a451510ba02155dd05c3
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Apr 25 08:06:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 18 18:02:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986bbf2b

dev-python/matplotlib2tikz: Drop old

Closes: https://github.com/gentoo/gentoo/pull/4450
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/matplotlib2tikz/Manifest                |  1 -
 .../files/matplotlib2tikz-0.6-init_pipdated.patch  | 15 -------------
 .../matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild   | 25 ----------------------
 3 files changed, 41 deletions(-)

diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
index e3fea28df9b..3c17d71ae82 100644
--- a/dev-python/matplotlib2tikz/Manifest
+++ b/dev-python/matplotlib2tikz/Manifest
@@ -1,2 +1 @@
-DIST matplotlib2tikz-0.6.3.tar.gz 26288 SHA256 c096d75fdfe65ef4afd8aa374c5fb4b540fc13154d1ee117841ad5b67e494827 SHA512 01adffcd9d627494eb73e1f092e6ee3d6ad1b0ece96fb749a09c73942fc6a253abb3518dc8d11a2398c3fcb3b2c1e26b1dc5dc02f1e9671c4c12754f9ac6907b WHIRLPOOL 363a896f9fe5b648992767cb5449928e30141ed3aea5182a6c119af50f0793f7c0cb2e2d0daae3b4d78fb9c91af6c1ea0233f9407a0658d3be8dc1d76cf52151
 DIST matplotlib2tikz-0.6.7.tar.gz 523464 SHA256 ba95bbf5f654abccee6c3e9ab9bdd4e7fc6cab5d49def072d1c7a9020b7b602e SHA512 9128eb7cabcd44ed84ac5d9b125dc897d2901cd4d29a8aa6bbd48c35c6418f4b5cd5b8e7c55e7690fe927c704580fe2d83084c37d515c9a25ee67ea476a63e4d WHIRLPOOL f1cd962ebafab85adbd8bbaaf6f565e1312d610bfd7cd0827f60535432ce952ae6e5535860e754ad872cdfffaa70bb72d4cfb676adb91b2624f5ab060969fd7b

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
deleted file mode 100644
index 2acf79738c0..00000000000
--- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Remove version checks using pipdated.
-
-Patch by Marius Brehler <marbre@linux.sungazer.de>
---- a/matplotlib2tikz/__init__.py
-+++ b/matplotlib2tikz/__init__.py
-@@ -15,9 +15,3 @@ from matplotlib2tikz.__about__ import (
-         )
- 
- from matplotlib2tikz.save import save
--
--import pipdated
--if pipdated.needs_checking('matplotlib2tikz'):
--    msg = pipdated.check('matplotlib2tikz', __version__)
--    if msg:
--        print(msg)

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild
deleted file mode 100644
index e40f2b47df9..00000000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild
+++ /dev/null
@@ -1,25 +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
-
-DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
-HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
-
-RDEPEND="
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/, dev-python/matplotlib2tikz/files/
@ 2017-05-23 19:49 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-05-23 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     54ba0d1234de64a71968af343e52856e28a73f92
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue May 23 09:39:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 19:48:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ba0d12

dev-python/matplotlib2tikz: Remove pipdated from setup.py

Bug: https://bugs.gentoo.org/619336
Closes: https://github.com/gentoo/gentoo/pull/4711
Package-Manager: Portage-2.3.5, Repoman-2.3.1

 ...it_pipdated.patch => matplotlib2tikz-0.6.7-pipdated.patch} | 11 +++++++++++
 ...tlib2tikz-0.6.7.ebuild => matplotlib2tikz-0.6.7-r1.ebuild} |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch
similarity index 58%
rename from dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch
rename to dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch
index 396513f3146..3400ec9f0e7 100644
--- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch
+++ b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch
@@ -11,3 +11,14 @@ Patch by Marius Brehler <marbre@linux.sungazer.de>
 -import pipdated
 -if pipdated.needs_checking(__name__):
 -    print(pipdated.check(__name__, __version__))
+
+--- a/setup.py
++++ b/setup.py
+@@ -34,7 +34,6 @@ setup(
+         'matplotlib >=1.4.0',
+         'numpy',
+         'Pillow >= 3.0.0',
+-        'pipdated',
+         ],
+     description='convert matplotlib figures into TikZ/PGFPlots',
+     long_description=read('README.rst'),

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild
similarity index 94%
rename from dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild
rename to dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild
index c08121bee49..437c6ed6f55 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="test"
 
-PATCHES=( "${FILESDIR}/${P}-init_pipdated.patch" )
+PATCHES=( "${FILESDIR}/${P}-pipdated.patch" )
 
 RDEPEND="
 	dev-python/matplotlib[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/, dev-python/matplotlib2tikz/files/
@ 2017-07-30  9:34 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-07-30  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4b60f1b278a7521bc218e4d1af5b2881e83989f4
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jul 24 07:08:58 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:33:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b60f1b2

dev-python/matplotlib2tikz: Version bump to 0.6.11

Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5192

 dev-python/matplotlib2tikz/Manifest                |  1 +
 .../files/matplotlib2tikz-0.6.11-pipdated.patch    | 24 +++++++++++++
 .../matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild  | 39 ++++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
index 3c17d71ae82..ac645618b00 100644
--- a/dev-python/matplotlib2tikz/Manifest
+++ b/dev-python/matplotlib2tikz/Manifest
@@ -1 +1,2 @@
+DIST matplotlib2tikz-0.6.11.tar.gz 524298 SHA256 79c9f141fd802fe5863d2eaff6c67476d02ca474433e65990c935241a2591994 SHA512 eda5042f1db35436ca56256cb858fa11b48d497f621183475d69381b0b10ac67f9447522e1b78c1a331337e34eb159b5ffeef9655a8c0dc4ccab22b7afcb5e96 WHIRLPOOL b09025b9444e0a0ec122fbb7d6d90e32e043c3a86e8b7454ac3fdc0ba03374f5648491a4564bae7ef622a536f4ec92e762a68816d64621da6df44fea2c404c8c
 DIST matplotlib2tikz-0.6.7.tar.gz 523464 SHA256 ba95bbf5f654abccee6c3e9ab9bdd4e7fc6cab5d49def072d1c7a9020b7b602e SHA512 9128eb7cabcd44ed84ac5d9b125dc897d2901cd4d29a8aa6bbd48c35c6418f4b5cd5b8e7c55e7690fe927c704580fe2d83084c37d515c9a25ee67ea476a63e4d WHIRLPOOL f1cd962ebafab85adbd8bbaaf6f565e1312d610bfd7cd0827f60535432ce952ae6e5535860e754ad872cdfffaa70bb72d4cfb676adb91b2624f5ab060969fd7b

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch
new file mode 100644
index 00000000000..3b7cf2ffbe5
--- /dev/null
+++ b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch
@@ -0,0 +1,24 @@
+Remove version checks using pipdated.
+
+Patch by Marius Brehler <marbre@linux.sungazer.de>
+--- a/matplotlib2tikz/__init__.py
++++ b/matplotlib2tikz/__init__.py
+@@ -16,7 +16,3 @@ from matplotlib2tikz.__about__ import (
+         )
+ 
+ from matplotlib2tikz.save import get_tikz_code, save
+-
+-import pipdated
+-if pipdated.needs_checking(__name__):
+-    print(pipdated.check(__name__, __version__))
+
+--- a/setup.py
++++ b/setup.py
+@@ -34,7 +34,6 @@ setup(
+         'matplotlib >=1.4.0',
+         'numpy',
+         'Pillow >= 3.0.0',
+-        'pipdated',
+         'six',
+         ],
+     description='convert matplotlib figures into TikZ/PGFPlots',

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild
new file mode 100644
index 00000000000..437c6ed6f55
--- /dev/null
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild
@@ -0,0 +1,39 @@
+# 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 virtualx
+
+DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
+HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
+SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+PATCHES=( "${FILESDIR}/${P}-pipdated.patch" )
+
+RDEPEND="
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/ImageHash[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-tex/pgf
+	)"
+
+# we have not succeeded in getting the tests to work yet ;-)
+RESTRICT="test"
+
+python_test() {
+	local -x MPLBACKEND=Agg
+	virtx py.test -v || die "Tests failed with ${EPYTHON}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/, dev-python/matplotlib2tikz/files/
@ 2017-10-20  7:45 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-10-20  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     48b0f1d184d41fc24683e255b4e94182407b599c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Oct 19 09:47:19 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:44:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b0f1d1

dev-python/matplotlib2tikz: clean up 0.6.11.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/matplotlib2tikz/Manifest                |  1 -
 .../files/matplotlib2tikz-0.6.11-pipdated.patch    | 24 -------------
 .../matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild  | 39 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
index 0360adf8c92..e58a82f8833 100644
--- a/dev-python/matplotlib2tikz/Manifest
+++ b/dev-python/matplotlib2tikz/Manifest
@@ -1,2 +1 @@
-DIST matplotlib2tikz-0.6.11.tar.gz 524298 SHA256 79c9f141fd802fe5863d2eaff6c67476d02ca474433e65990c935241a2591994 SHA512 eda5042f1db35436ca56256cb858fa11b48d497f621183475d69381b0b10ac67f9447522e1b78c1a331337e34eb159b5ffeef9655a8c0dc4ccab22b7afcb5e96 WHIRLPOOL b09025b9444e0a0ec122fbb7d6d90e32e043c3a86e8b7454ac3fdc0ba03374f5648491a4564bae7ef622a536f4ec92e762a68816d64621da6df44fea2c404c8c
 DIST matplotlib2tikz-0.6.13.tar.gz 524735 SHA256 ce6de9226316d4b5ae3ce0d57c7cf445d219e6842bdc041820c0c39ee9af339c SHA512 f42e96ab60005b96f9327e34ff9df444e9a371334c77b0bad85343beeb20a5c4c2df5539fd0200cf306a4cfed6926f191d547bf2ed69a98c4a9f2e1c2ae0da7b WHIRLPOOL f6ff4d4d8837394e1aacc2c66686cc711b64b6d7aad95620e402b4f1494436b8d2248ce8fbb947ec9d4a93442aba1c1cf03eed9423ff19f31b98060678274785

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch
deleted file mode 100644
index 3b7cf2ffbe5..00000000000
--- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Remove version checks using pipdated.
-
-Patch by Marius Brehler <marbre@linux.sungazer.de>
---- a/matplotlib2tikz/__init__.py
-+++ b/matplotlib2tikz/__init__.py
-@@ -16,7 +16,3 @@ from matplotlib2tikz.__about__ import (
-         )
- 
- from matplotlib2tikz.save import get_tikz_code, save
--
--import pipdated
--if pipdated.needs_checking(__name__):
--    print(pipdated.check(__name__, __version__))
-
---- a/setup.py
-+++ b/setup.py
-@@ -34,7 +34,6 @@ setup(
-         'matplotlib >=1.4.0',
-         'numpy',
-         'Pillow >= 3.0.0',
--        'pipdated',
-         'six',
-         ],
-     description='convert matplotlib figures into TikZ/PGFPlots',

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild
deleted file mode 100644
index 437c6ed6f55..00000000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild
+++ /dev/null
@@ -1,39 +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 virtualx
-
-DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
-HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
-SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-PATCHES=( "${FILESDIR}/${P}-pipdated.patch" )
-
-RDEPEND="
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		${RDEPEND}
-		dev-python/ImageHash[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-tex/pgf
-	)"
-
-# we have not succeeded in getting the tests to work yet ;-)
-RESTRICT="test"
-
-python_test() {
-	local -x MPLBACKEND=Agg
-	virtx py.test -v || die "Tests failed with ${EPYTHON}"
-}


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

end of thread, other threads:[~2017-10-20  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 18:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/, dev-python/matplotlib2tikz/files/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2017-05-23 19:49 Michał Górny
2017-07-30  9:34 David Seifert
2017-10-20  7:45 Patrice Clement

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