diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/ansimarkup | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/ansimarkup')
-rw-r--r-- | dev-python/ansimarkup/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ansimarkup/ansimarkup-1.4.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ansimarkup/Manifest b/dev-python/ansimarkup/Manifest index 8eebe6847557..a3f5d40c6d01 100644 --- a/dev-python/ansimarkup/Manifest +++ b/dev-python/ansimarkup/Manifest @@ -1,3 +1,3 @@ DIST ansimarkup-1.4.0.tar.gz 12533 BLAKE2B b43b1dd0d8fb950866a313b7f8bb0fe44f983aae1c8e5cbca95aad7b77ff7563e04e019622a3531228a891c6c8c16bc8d9ddbb55e9d418d8055f3eda41ce0866 SHA512 c397201f7789cbdec0d4e32ac5a4e1f130deb329535303538b48136381e7217ed7e80fe4eb586c6e2a30dc9848813c7d43bb01c0a2a6a4a29e14842bf4540c4e -EBUILD ansimarkup-1.4.0.ebuild 745 BLAKE2B 0423b4626a2d6140e0caca4b9dd4e627c5b2d6085078894539dd342767b80ed953d7398d20aff1665d2a637c2ceb78ae83da5cd2e0db9dff38d45b5356994dc9 SHA512 b5e15f0f46e39ff516c4369ee75b156994c123c862532fcac81703777b9fcd1d8f3151ffc4c7e36375d5e8b1fbc8af20b7d496f0d54e5638a6dd70d9b3c75b7e +EBUILD ansimarkup-1.4.0.ebuild 733 BLAKE2B 1ffbf342966e729765a79f0f641b5001b923977e8f6111311e656e44d7939dd575beb0cfb8ddb3feeac92e675515a7745397158555b98e5e2becb53ca6601632 SHA512 2412130cc1802cb399a8638f72d6461875cc7d96fc0ca395402ab5320338e9011940ae23980d9283a6b95c8bd910357c568a206d252ee858cf7735252401a936 MISC metadata.xml 493 BLAKE2B e57eaec5f0bda792267ee5cce190f2b1f7f1017bf5e28e28051f947143cfb9f9173311e57e9f6d490f3a59908bf0af11378f394f4c8edf2cc78466758753db57 SHA512 3c9c292a3e84dfa535eb062e3f71b0d3a8b374dae7810129473abc3f801937c2e09b489ac2f0fc66103ed4da110df661570ab8f0d9f8857f938d97d443af6793 diff --git a/dev-python/ansimarkup/ansimarkup-1.4.0.ebuild b/dev-python/ansimarkup/ansimarkup-1.4.0.ebuild index 05bb5d0b182d..9227457dd041 100644 --- a/dev-python/ansimarkup/ansimarkup-1.4.0.ebuild +++ b/dev-python/ansimarkup/ansimarkup-1.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="XML-like markup for producing colored terminal text" |