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/pycrypto | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycrypto/Manifest b/dev-python/pycrypto/Manifest index 028ed14064f8..c54c3c065a43 100644 --- a/dev-python/pycrypto/Manifest +++ b/dev-python/pycrypto/Manifest @@ -1,5 +1,5 @@ AUX pycrypto-2.6.1-CVE-2013-7459.patch 3808 BLAKE2B a13ec783c0a99f06efba4caa2f77cc101bad577c47eeea58a53aaca343fb6caa4ba6e617c5ff07808781c2fe71a2f48fd9a3ec4aa18d504d56ab0e7a2ec9f40c SHA512 b34a28fa886ad749878aee17459307fb3006f392304a368e9c80b9beac78b1bca2f35831664e504097996ae1be4e1e81eae5e68b211e47fbf11f2b05b2379fb8 AUX pycrypto-2.6.1-cross-compile.patch 489 BLAKE2B e4505725793379547d13a3b08b3621471ae0828915c48253aba778b576c3b379267210e5e763ce9f78f3f9ff992b2521c9a9940c744042d16ba992b9e5728b17 SHA512 fbf1f5b6d065725e84594c1493d0d795a9f8c73d9e873f28b473ebc6bf2f346330d5a92362e1dc09f465227f0bc839ccfaf8dc0011c21323ac80931f74b16fca DIST pycrypto-2.6.1.tar.gz 446240 BLAKE2B 89c9cc5b8cbd446364bd56c170c2733b960ec269a6691085392b3cc0ebc2eb244721f6763ed72a1254f90bfaadee2cc1a8446865a95fca19ffb36700d89711a9 SHA512 20a4aed4dac4e9e61d773ebc1d48ea577e9870c33f396be53d075a9bf8487d93e75e200179882d81e452efd0f6751789bac434f6f431b3e7c1c8ef9dba392847 -EBUILD pycrypto-2.6.1-r2.ebuild 2082 BLAKE2B 97c778b305aae3d102a3f3d8df31e98ea53da11d737a5482f40f4bbe580ddbf46b3d87ab20779f264cd5d3289066cc2677fe3661c3228e1dca82b63a7d0618c5 SHA512 6711366caf428d43051fd8961aec626120069f17241d5b1653823957a16f8f3e699bec4978586a4e55f51a770f8120d141e7cab665f61a76493e9bc0b7c03e04 +EBUILD pycrypto-2.6.1-r2.ebuild 2080 BLAKE2B 14bcf7f8413d487dcbab802901c63e089d74b66e0a7b60202839381365fe2a9c940ebd0e1e0f5d5647e27e703534646fc66a9796ecbc566e7507f7ea7b3143da SHA512 c75e03f572eef26cb2567d9a596d1576bbf4f3cc782694e6196c888ba9250530923ecf76804cfab06aa9e37ba852ec6704245a6e071f6be355c63a05f94921a8 MISC metadata.xml 1797 BLAKE2B 0880d583a65ca52fccc51fc6451205ad5ff2bdb49e861c8abc3586e396fdff72fb1b30082b44eb6a48c4e5be32895a5e4a74642821b9025e8ec0b1d81ee7620e SHA512 63afa4bd18299965a4e5ae4690ece849a00d568cbae5bc4d7983f4299fa0755c5cced81a8d160820b3b3f1772c5b40d0e81d8ac2b4e784f4017400acb592ba65 diff --git a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild index 4c76b5a66852..a8ce013b01c8 100644 --- a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild +++ b/dev-python/pycrypto/pycrypto-2.6.1-r2.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=( python2_7 python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic |