diff options
Diffstat (limited to 'dev-python/PythonQt')
-rw-r--r-- | dev-python/PythonQt/Manifest | 4 | ||||
-rw-r--r-- | dev-python/PythonQt/PythonQt-3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PythonQt/PythonQt-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/PythonQt/Manifest b/dev-python/PythonQt/Manifest index 4fdf587fc2d2..b1b486a7b51b 100644 --- a/dev-python/PythonQt/Manifest +++ b/dev-python/PythonQt/Manifest @@ -1,4 +1,4 @@ DIST PythonQt3.2.zip 4539058 BLAKE2B c50b8333b71b6cbce6f372a0292a0ccfe791dc7eae5c660d4e6d1f5f2b3355644e3fd8cce9a514f0500e935f96c46976d0046ddd716465adb35d225e3c4cfeca SHA512 1ee0f50f5035568b38e945108f5496ba64355c6357c1ea8dfc17ad90fa360540769f94e0b3e0e398176e8a21c8afe139607f0b5a2e82c63f1cbd40201a25e0f0 -EBUILD PythonQt-3.2.ebuild 1847 BLAKE2B cba31bddadaa3b0035d54b131c3f4e22bb0aa4e6d7202485f496c36d81e637b48343e2447f5e86eaddae3fe14b20b86d70d19a5af7469820994b664d0f4b8787 SHA512 815486fd8e171e8abc06a0e6465473e070d043b2074871c084f4584b9a21ad01981c86632d1bcaf20a0e097ef86a3f863e3b6c23d2ea347aee707e96f0e6d6cb -EBUILD PythonQt-9999.ebuild 1868 BLAKE2B 2e4ea86fd805e002d2b1a121041a751c7d90c50c30eaec5cbd1e355dcff76006d672349ef56affb529654a1d61ffcb5d57a007303c645a3d23f6f21d45981da4 SHA512 1180c0193d13b462a22ffd6179bb9511f00bf693c85d156d11598b54f643407e1b665b9537279674e4ad4f5a49d74c3f72f12977974d0652a8cc2292176bdca5 +EBUILD PythonQt-3.2.ebuild 1840 BLAKE2B e9212d352bbb3a55760bddbb2c94e59850963da57b8d8bb480b9598528a8a1fcf85524bee4d4843b1aef5472f85c1adaabf19c8406a295bf27ff5b45e63a1c27 SHA512 8f69d22613a62f427d959922abfca62b621b9364551fc0aa7eaf6e4174c6828234c74f7beecbe9e55b6c7854f168e74e01efdee740bd5b5b5825655bfd1728d4 +EBUILD PythonQt-9999.ebuild 1861 BLAKE2B 77191e52f2d8261f946dc35791932518fc919ee37d0dd75bf286dc10128a387a2b2e8233f228df6bff66122befdb2ca2b610ee35e808d0f0f2b3e0d4bc5d16b6 SHA512 d31262b750a2e71bd27c7d3a97c37bde8c3f41e2a0536f553224da107aedd25a652a7f9e77f7ca3909dc5761b56af10a4d479931a425af7fc0032cc17d381201 MISC metadata.xml 971 BLAKE2B 4a9f0fd3832f83eb46ef65a18774c998daeb9544b1ac6a23a189b909c7e4168031a68d56952d9ed2b7b76fb8fc3a912e77d162cb94e73405f285bd834644fb98 SHA512 565d8517faba162fa855acef4dc659af22954796a25da9479d7ec530afee16606904b6bfba9a568e6caa8c47f3195401eefc3a9048077e73582cf7357cafce5e diff --git a/dev-python/PythonQt/PythonQt-3.2.ebuild b/dev-python/PythonQt/PythonQt-3.2.ebuild index 9808ceef7b6c..4bb549be95b7 100644 --- a/dev-python/PythonQt/PythonQt-3.2.ebuild +++ b/dev-python/PythonQt/PythonQt-3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) MY_P=${PN}${PV} diff --git a/dev-python/PythonQt/PythonQt-9999.ebuild b/dev-python/PythonQt/PythonQt-9999.ebuild index 8285e93ee4c7..fc6953a399bf 100644 --- a/dev-python/PythonQt/PythonQt-9999.ebuild +++ b/dev-python/PythonQt/PythonQt-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) MY_P=${PN}${PV} |