diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-18 19:39:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-18 19:39:05 +0000 |
| commit | e757cbc194611a8cede3b3cadb0e85098f80f1f6 (patch) | |
| tree | bdb51554d7d89db0fb9fe86a24c2e785fe3716ec /dev-python/matplotlib | |
| parent | 39218a2bf45875aed57333634fbd3d1adc70e542 (diff) | |
| download | baldeagleos-repo-e757cbc194611a8cede3b3cadb0e85098f80f1f6.tar.gz baldeagleos-repo-e757cbc194611a8cede3b3cadb0e85098f80f1f6.tar.xz baldeagleos-repo-e757cbc194611a8cede3b3cadb0e85098f80f1f6.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-2.2.4.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.1.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.2.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild b/dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild index 9503034ec4c0..e1586bbb4eb9 100644 --- a/dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9} ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix diff --git a/dev-python/matplotlib/matplotlib-2.2.4.ebuild b/dev-python/matplotlib/matplotlib-2.2.4.ebuild index 824ae05fff3f..83d6e6dbda08 100644 --- a/dev-python/matplotlib/matplotlib-2.2.4.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9} ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix diff --git a/dev-python/matplotlib/matplotlib-3.1.2.ebuild b/dev-python/matplotlib/matplotlib-3.1.2.ebuild index eb1517ece9d8..9eeec8231a38 100644 --- a/dev-python/matplotlib/matplotlib-3.1.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild b/dev-python/matplotlib/matplotlib-3.2.1.ebuild index 33f602a189db..418e8d4ff0a8 100644 --- a/dev-python/matplotlib/matplotlib-3.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) PYTHON_REQ_USE='tk?,threads(+)' DISTUTILS_USE_SETUPTOOLS=bdepend diff --git a/dev-python/matplotlib/matplotlib-3.2.2.ebuild b/dev-python/matplotlib/matplotlib-3.2.2.ebuild index 59b723084553..8c30449c2319 100644 --- a/dev-python/matplotlib/matplotlib-3.2.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) PYTHON_REQ_USE='tk?,threads(+)' DISTUTILS_USE_SETUPTOOLS=bdepend |
