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/python-otrs | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/python-otrs')
-rw-r--r-- | dev-python/python-otrs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-otrs/python-otrs-0.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-otrs/Manifest b/dev-python/python-otrs/Manifest index 116e5dc7d98d..f742d18c2f0b 100644 --- a/dev-python/python-otrs/Manifest +++ b/dev-python/python-otrs/Manifest @@ -1,3 +1,3 @@ DIST python-otrs-0.3.0.zip 23640 BLAKE2B c865efc2cf38c8fafd8f760ca9b0758f6f0ad7af406997405990feba653bab34d2ba7bf457f5c50175d85f784acc80efdfe7ab2c1b770b61d14c049d586a2879 SHA512 d1c08c4f0a147d340af097a15afd0c294ba575172891e4a40385b670b7f157ece05abfdedddc380f5509c7dfc3021f1df81b227b5ad0de71e015c2ba6e067e7c -EBUILD python-otrs-0.3.0.ebuild 456 BLAKE2B af0ad2dae3b8c8ff0508c069bd311647ef7697cd3e67af33e4be76228bceaedc4bfaf7f8bc92c7bc3f0af73e62606bb3db19383b1bf5653c6b57a1cbe2ea88fb SHA512 31870e5347ca1118c23010597c11c93115ef578ce7b19e19b1bcd0b9cb21e65fcf087586df3749f095a63d40d5e8eee86bc4b7f66a5b7a5c550c6575691784b9 +EBUILD python-otrs-0.3.0.ebuild 446 BLAKE2B 74d259ae789e34a44405fe26781623939556eb9ccaea16f8449c4327ec389bec0f6fd76e4c692b99344cbfa7045bdfa21a7c20725d586cfe20ce21caf28b24a7 SHA512 6bd43b6b91ffecfeea93256b3252a23aa0cf21413a3b9bb5d0cf9e7e7a5a0f0a9fe7035696f6a6d88cee6b54512a4f6e585d3815e83c650da3344639f78ad860 MISC metadata.xml 489 BLAKE2B 7acebd325b0cd7a783828ac6a0b3e3cb6daff52e9558bcbdfbef7fc9d47f03fd8e2b031e5ca155c608f9003985b8acd0f5821df32fea4e4eb7260a0b1ebe3e8e SHA512 2dd15d140baeb3f7ceb100eefd96aa2af0753551bbddfa49da17a6bffadc7a57bdb310b4f70b955e20b2b25c103dd34a0dc5168dfeefe9ed245f1b0f1590a447 diff --git a/dev-python/python-otrs/python-otrs-0.3.0.ebuild b/dev-python/python-otrs/python-otrs-0.3.0.ebuild index 468eade1c338..3021a15cb621 100644 --- a/dev-python/python-otrs/python-otrs-0.3.0.ebuild +++ b/dev-python/python-otrs/python-otrs-0.3.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |