aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-01-21 09:04:48 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2016-01-21 09:04:48 +0100
commit3585e2a9db25496c8272b731a19eb50ae2dc26e6 (patch)
tree2ae847d7b4983e4bdd6c9d15d3d9bc4c432e816f /dev-python
parentDepreacte EAPI=5 (diff)
downloadsci-3585e2a9db25496c8272b731a19eb50ae2dc26e6.tar.gz
sci-3585e2a9db25496c8272b731a19eb50ae2dc26e6.tar.bz2
sci-3585e2a9db25496c8272b731a19eb50ae2dc26e6.zip
dev-python/matplotlib2tikz: Version bump, drop old, bump to EAPI=6
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/matplotlib2tikz/Manifest2
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild (renamed from dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild)4
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild8
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
index 5e3479918..42208953d 100644
--- a/dev-python/matplotlib2tikz/Manifest
+++ b/dev-python/matplotlib2tikz/Manifest
@@ -1 +1 @@
-DIST matplotlib2tikz-0.5.3.tar.gz 22471 SHA256 05c21bb090149fc09f70794177c1ce8daea3897c15f300b9ac960364ace77660 SHA512 eda18a98957ba6eda77c0edcde16ecb527e9ef3b788eebef7372c51318fa1d41de7ecdea387c38870cf979fe3e3619f2c974d10bb71015bdbe5fe5cf9e866a90 WHIRLPOOL 07ab5808020f368d2cf9b1a33d030d2922b1b691b50b49f071255608fd5196efbbe0d7c2f66d4da3463293ec6781c72d14c17ec14aa68996f23dd844061fd9bb
+DIST matplotlib2tikz-0.5.4.tar.gz 22767 SHA256 c4d1e475431a956c0374e12151d14b202861ae3c2beff14c0c56d139151332f9 SHA512 bad02eaa89d3fa3252da9c785df4c991a6a35c3056f0446bba936e8787012bd2269f6ef1b65d4583f1d832b185dd3103491ed6ef28a5ecd9ef99bfa001a60cda WHIRLPOOL eb18e6b09632606930858c1dac7b7658ed41c4efb538515e932ab74e320e03cf5efc34c0ff370a0cd58576e3bd3acfda3908dc64194b392e7160f6c188dc227f
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild
index b10d23d49..ec78e4f0b 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.3.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.4.ebuild
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
-DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
+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"
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
index b81eda235..7495ab085 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 git-r3
-DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
+DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
KEYWORDS=""