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-twitter | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/python-twitter')
-rw-r--r-- | dev-python/python-twitter/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-twitter/python-twitter-3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-twitter/python-twitter-3.4.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/python-twitter/Manifest b/dev-python/python-twitter/Manifest index c4956ce59257..f5f427728f96 100644 --- a/dev-python/python-twitter/Manifest +++ b/dev-python/python-twitter/Manifest @@ -1,5 +1,5 @@ DIST python-twitter-3.3.tar.gz 84696 BLAKE2B aad833904e0127fca4043bf66187e7ff5a4175c7c86cf9b053c7d0bc6c9f25d2bc102a631d479ebd4ce81b515aea0f058473993a1b7f5a03751dd83f39e9a3c3 SHA512 72e4133abddf86a19b8701f846df7eb99b426b8835e457455935a656f38c266fb2930d8a145d5d280ef2e0f0096511b29dcdf98b94bd53b6a661ea575cfb3265 DIST python-twitter-3.4.2.tar.gz 5145121 BLAKE2B 2ac45ae8fde3cfccb794d8496efdb0066c887101b6a6ac55ad6fd0f9fda8f50db1245284236c5fa0fd8eb7419c11eb253777d78092ea138d2f0a5115db861a89 SHA512 23d009e006864bb9dbf9c10223531a0e2aeefd4ca59852849f49f41e36b6db29e820a58c8a43f23c7bda0c68b6eb19a5557ef649bae2cbb1f1e406f78a918f92 -EBUILD python-twitter-3.3.ebuild 878 BLAKE2B c894906fea2f2588440cdc0fe3ca1e29408ad4d11325b3268af491ce1f33c435db6ef8a2205ecd42b7d7b440b2d0bba7e605f90875fd4a43d740b6c8dca9d93a SHA512 af4fe4d19006036892c175fa4e4e79410617b817d4f781dbe8cdbaf9b51aad47e02ae1bfaefcb525a9eb6d446a7c09af764de0f695b9a95c728ad4377b9a3ec7 -EBUILD python-twitter-3.4.2.ebuild 1635 BLAKE2B 9565cfd2efb8271bddfb646769073496942e4ff2710a3d14a610bc588f57975b85482791d36618347ca89e4b15e39d0629167036d8b328e52a3ae6cae3626a55 SHA512 aa600bcca4737a1ccef679a59d563e395a1bef542f980cb6b0738e4283b8e03a45a347935721f7147da187e5be0a1525e55e6936c0f8974af391f953b1fe7873 +EBUILD python-twitter-3.3.ebuild 868 BLAKE2B a9ff13f9562f73e78b4871c81c720ddd69aef62e2cd4bfa058fb5ee1485b0c3c77acb42449c5894bf3ed7020d04fdb01c9ea7e944fbb6a7bf0d9238a75e19848 SHA512 564b298b0705e96dd70e6d853d6fe3348492356f80a70d5f8e4584fc9485b36fa2b2b499151f61fa72ea8b7adcda2a6e630c1a79a0e158b4c6168cb495d31daa +EBUILD python-twitter-3.4.2.ebuild 1625 BLAKE2B 0601e5af6bcb79cdd51ad9cedaa25f28af199050fbcb161fe394e51cc07d3fb67a00ce9aa0e02a68c0b72d9c219dfbe406f5c23d9548838ea63f7edb1d08e948 SHA512 3408df4466d936d45d853699d6ed8a185cbd85601a550b25fa30426b7c5a55a24e75ef5afdea511cf7fb1c867c246925d5235d60a72778992421763e65ac3e56 MISC metadata.xml 443 BLAKE2B e04fea3c6771b010c3220bf5e6d2c3d5ef61a99a1f89ce6f1bd220f41c7e2aff1f58a8e93cc30a69e8d638cf5d4c4b6ec254f02541f8de91b09f124cdffd758a SHA512 afd79db4a927e251c94096ca6cb2a6a7fd34abb693b685843b7bbeb0c379ff82feb87ea1ee773ea5939e761cbc4d22f2e61710d286110ed27579316d52df229d diff --git a/dev-python/python-twitter/python-twitter-3.3.ebuild b/dev-python/python-twitter/python-twitter-3.3.ebuild index 9e1560a537ff..a317ab9ac6c2 100644 --- a/dev-python/python-twitter/python-twitter-3.3.ebuild +++ b/dev-python/python-twitter/python-twitter-3.3.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=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/python-twitter/python-twitter-3.4.2.ebuild b/dev-python/python-twitter/python-twitter-3.4.2.ebuild index da36830fd41e..5e9c145f8a19 100644 --- a/dev-python/python-twitter/python-twitter-3.4.2.ebuild +++ b/dev-python/python-twitter/python-twitter-3.4.2.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=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |