public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/
@ 2015-10-13  6:41 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2015-10-13  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     08206b66c7079f1598c1eb67adbf1c23009b22e1
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Oct 13 06:39:50 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Oct 13 06:39:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=08206b66

dev-python/matplotlib2tikz: Version bump

Package-Manager: portage-2.2.20.1

 dev-python/matplotlib2tikz/ChangeLog               |  7 ++++++
 .../files/matplotlib2tikz-0.2.0-setup.py.patch     | 29 ++++++++++++++++++++++
 .../matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild   | 27 ++++++++++++++++++++
 dev-python/matplotlib2tikz/metadata.xml            |  1 +
 4 files changed, 64 insertions(+)

diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
index 6e0a723..06f0a5c 100644
--- a/dev-python/matplotlib2tikz/ChangeLog
+++ b/dev-python/matplotlib2tikz/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*matplotlib2tikz-0.2.0 (13 Oct 2015)
+
+  13 Oct 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +files/matplotlib2tikz-0.2.0-setup.py.patch, +matplotlib2tikz-0.2.0.ebuild,
+  metadata.xml:
+  dev-python/matplotlib2tikz: Version bump
+
   30 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
   matplotlib2tikz-0.1.0.ebuild:
   dev-python/matplotlib2tikz: Drop python3 (only supported in 9999)

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch
new file mode 100644
index 0000000..677ebfc
--- /dev/null
+++ b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch
@@ -0,0 +1,29 @@
+Patch to eliminate dependency on pypandoc.
+
+Patch by Marius Brehler <marbre@linux.sungazer.de>
+--- setup.py
++++ setup.py.new
+@@ -2,15 +2,9 @@
+ #
+ from distutils.core import setup
+ import os
+-import pypandoc
+ 
+ from matplotlib2tikz import __version__, __license__
+ 
+-longdesc = pypandoc.convert(
+-    os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.md'),
+-    'rst'
+-    )
+-
+ setup(
+     name='matplotlib2tikz',
+     version=__version__,
+@@ -21,7 +15,6 @@ setup(
+     author_email='nico.schloemer@gmail.com',
+     requires=['matplotlib (>=1.4.0)', 'numpy'],
+     description='convert matplotlib figures into TikZ/PGFPlots',
+-    long_description=longdesc,
+     license=__license__,
+     classifiers=[
+         'Development Status :: 5 - Production/Stable',

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild
new file mode 100644
index 0000000..cc7a667
--- /dev/null
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
+HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE=""
+
+PATCHES=(
+	"${FILESDIR}/${P}"-setup.py.patch
+)
+
+RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-texlive/texlive-pictures"
+DEPEND="${RDEPEND}"
+	#test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml
index 112456f..8ac4a12 100644
--- a/dev-python/matplotlib2tikz/metadata.xml
+++ b/dev-python/matplotlib2tikz/metadata.xml
@@ -8,5 +8,6 @@
   </maintainer>
   <upstream>
     <remote-id type="github">nschloe/matplotlib2tikz</remote-id>
+    <remote-id type="pypi">matplotlib2tikz</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/
@ 2015-11-02  7:49 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2015-11-02  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7ee323e303e0afe5be2201075b656ef48ac870a1
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Nov  2 07:44:33 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Nov  2 07:44:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ee323e3

dev-python/matplotlib2tikz: Drop old

Package-Manager: portage-2.2.20.1

 dev-python/matplotlib2tikz/ChangeLog               |  5 ++++
 .../files/matplotlib2tikz-0.2.0-setup.py.patch     | 29 ----------------------
 .../matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild   | 23 -----------------
 .../matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild   | 27 --------------------
 4 files changed, 5 insertions(+), 79 deletions(-)

diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
index f3f374e..09acef8 100644
--- a/dev-python/matplotlib2tikz/ChangeLog
+++ b/dev-python/matplotlib2tikz/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Nov 2015; Marius Brehler <marbre@linux.sungazer.de>
+  -files/matplotlib2tikz-0.2.0-setup.py.patch, -matplotlib2tikz-0.1.0.ebuild,
+  -matplotlib2tikz-0.2.0.ebuild:
+  dev-python/matplotlib2tikz: Drop old
+
 *matplotlib2tikz-0.4.0 (02 Nov 2015)
 
   02 Nov 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch
deleted file mode 100644
index 677ebfc..0000000
--- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.2.0-setup.py.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Patch to eliminate dependency on pypandoc.
-
-Patch by Marius Brehler <marbre@linux.sungazer.de>
---- setup.py
-+++ setup.py.new
-@@ -2,15 +2,9 @@
- #
- from distutils.core import setup
- import os
--import pypandoc
- 
- from matplotlib2tikz import __version__, __license__
- 
--longdesc = pypandoc.convert(
--    os.path.join(os.path.dirname(os.path.realpath(__file__)), 'README.md'),
--    'rst'
--    )
--
- setup(
-     name='matplotlib2tikz',
-     version=__version__,
-@@ -21,7 +15,6 @@ setup(
-     author_email='nico.schloemer@gmail.com',
-     requires=['matplotlib (>=1.4.0)', 'numpy'],
-     description='convert matplotlib figures into TikZ/PGFPlots',
--    long_description=longdesc,
-     license=__license__,
-     classifiers=[
-         'Development Status :: 5 - Production/Stable',

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
deleted file mode 100644
index ebf1d65..0000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
-HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
-SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-texlive/texlive-pictures"
-DEPEND="${RDEPEND}"
-	#test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild
deleted file mode 100644
index a0a2216..0000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
-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}/${P}"-setup.py.patch
-)
-
-RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-texlive/texlive-pictures"
-DEPEND="${RDEPEND}"
-	#test? ( dev-python/pytest[${PYTHON_USEDEP}] )"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/
@ 2017-03-06 15:29 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2017-03-06 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e32d38ace7b10c5ce96074138975c010e11c358f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Mar  6 15:27:33 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Mar  6 15:27:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e32d38ac

dev-python/matplotlib2tikz: Version bump to 0.6.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/matplotlib2tikz-0.6-init_pipdated.patch  | 15 +++++++++++++
 .../matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild   | 26 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
new file mode 100644
index 000000000..2acf79738
--- /dev/null
+++ b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
@@ -0,0 +1,15 @@
+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.2.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild
new file mode 100644
index 000000000..e89b630d8
--- /dev/null
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild
@@ -0,0 +1,26 @@
+# 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 native Pgfplots (TikZ) figures"
+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-3.0.0[${PYTHON_USEDEP}]
+	dev-texlive/texlive-pictures"
+DEPEND="${RDEPEND}"
+	#test? ( dev-python/pytest[${PYTHON_USEDEP}] )"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/
@ 2020-10-06 13:31 Aisha Tammy
  0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-10-06 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a3551c58103b730d73974dfd0d8d48a1916f8887
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Oct  6 13:27:16 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Oct  6 13:31:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3551c58

dev-python/matplotlib2tikz: remove duplicate

dev-python/tikzplotlib::gentoo is the package
you are looking for

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 .../files/matplotlib2tikz-0.6-init_pipdated.patch  | 15 -------------
 .../matplotlib2tikz/matplotlib2tikz-9999.ebuild    | 26 ----------------------
 dev-python/matplotlib2tikz/metadata.xml            | 16 -------------
 3 files changed, 57 deletions(-)

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 2acf79738..000000000
--- 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-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
deleted file mode 100644
index 47853ce1e..000000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
+++ /dev/null
@@ -1,26 +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="Convert matplotlib figures into TikZ/PGFPlots"
-HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
-EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
-KEYWORDS=""
-
-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}"
-	#test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml
deleted file mode 100644
index 7e9013abe..000000000
--- a/dev-python/matplotlib2tikz/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="person">
-		<email>marbre@linux.sungazer.de</email>
-		<name>Marius Brehler</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription>matplotlib2tikz is a Python tool for converting matplotlib figures into PGFPlots (TikZ) figures like for native inclusion into LaTeX documents. The output of matplotlib2tikz is in PGFPlots, a LaTeX library that sits on top of TikZ and describes graphs in terms of axes, data etc. Consequently, the output of matplotlib2tikz retains more information, can be more easily understood, and is more easily editable than raw TikZ output.</longdescription>
-	<upstream>
-		<remote-id type="github">nschloe/matplotlib2tikz</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2020-10-06 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02  7:49 [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/files/, dev-python/matplotlib2tikz/ Marius Brehler
  -- strict thread matches above, loose matches on Subject: below --
2020-10-06 13:31 Aisha Tammy
2017-03-06 15:29 Marius Brehler
2015-10-13  6:41 Marius Brehler

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