diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/matplotlib2tikz | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r-- | dev-python/matplotlib2tikz/Manifest | 2 | ||||
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest index 9059ca690f80..8a69de7ca236 100644 --- a/dev-python/matplotlib2tikz/Manifest +++ b/dev-python/matplotlib2tikz/Manifest @@ -1,3 +1,3 @@ DIST matplotlib2tikz-0.6.18.tar.gz 527262 BLAKE2B 370a1e088a17a98afd29e1e465c93b98b10100c85a277be3130f5c39bc236a9efab9241f9edffdbd430f9645cba4ff00ebda73dddeda024e3f545b21e548e786 SHA512 e12db2dd54a2145e1d66e19158c8a9305243beea60add0559959d801d319c43a28aa779048764d2adf29f878f7ccca9b2363bbc5034135a9d9002a8815fe37ab -EBUILD matplotlib2tikz-0.6.18.ebuild 950 BLAKE2B 02f1a30decbcc32b424ded1909c1e320af3fb7ffbc104e19bc829937b19776074bc87ffc957a05d25e8e0d0a8aaaa4fd712b3d094608d5cd77ee81e1e22fecc9 SHA512 03826bcd979c899dfdd1b147ce36840218dd3ff8e3da7e7e1f47bf9b6dcc1f45c512900b159eb99f24f99dd3f1320aa5ecdb77178775766e8e552fb2551a6316 +EBUILD matplotlib2tikz-0.6.18.ebuild 912 BLAKE2B d38e4a04bd078353ea6dbf4f395bbe4a181249921b185297a164acf4e7afe3155a27fabfca6d580364589be1d13cd8d611045d5084d8933e5db5cdfbf1d2585b SHA512 b54c7eb2314807f6d805088329b9c83c59a2b79d1f3c1591c87a033436e5a02ce7161580ecb3efe91986dc0cfc94bbf87329a217704458430d808e3c840b0036 MISC metadata.xml 861 BLAKE2B 3a77e5f5055cca84ac21709c19a530ad3e6cd33b4b76b55516c8df06236fe6e5d3eca2847aeeaef836ccfad3c2e90a4e391670215957a03b73cc943dd324dc47 SHA512 7d654d1c7d3370364278b9c4722f4c1233203dd0196f6ca7a4fabf4ea0f7708dac8b105ef26ab6b3574cfa5c019f2f6574a10afe0cf42702a4b1d26c931b7c2c diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild index 72605224a0bd..f6d69ccc4c0c 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.18.ebuild @@ -34,5 +34,5 @@ RESTRICT="test" python_test() { local -x MPLBACKEND=Agg - virtx py.test -v || die "Tests failed with ${EPYTHON}" + virtx py.test -v } |