diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-29 12:52:13 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-29 12:52:13 +0000 |
| commit | 3dd6513393f480d25902d5467434085f4761d618 (patch) | |
| tree | 090d14a2036a582fff763ddcd770b0616d6da098 /dev-python/matplotlib | |
| parent | d1d31f6165e5c059e64985a4665b0f9b68800de6 (diff) | |
| download | baldeagleos-repo-3dd6513393f480d25902d5467434085f4761d618.tar.gz baldeagleos-repo-3dd6513393f480d25902d5467434085f4761d618.tar.xz baldeagleos-repo-3dd6513393f480d25902d5467434085f4761d618.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild (renamed from dev-python/matplotlib/matplotlib-3.5.1-r1.ebuild) | 3 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild (renamed from dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild) | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.5.1-r1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild index 0bae5051ee4e..d0ab54c74576 100644 --- a/dev-python/matplotlib/matplotlib-3.5.1-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild @@ -152,6 +152,9 @@ python_prepare_all() { # from six import * # EOF + # Affects installed _version.py, bug #854600 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + local PATCHES=( "${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch "${FILESDIR}"/matplotlib-3.5.0-test.patch diff --git a/dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild b/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild index cd5295b276cb..ed34d2850d4b 100644 --- a/dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild @@ -143,6 +143,9 @@ python_prepare_all() { # from six import * # EOF + # Affects installed _version.py, bug #854600 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + local PATCHES=( "${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch "${FILESDIR}"/matplotlib-3.5.2-test.patch |
