diff options
Diffstat (limited to 'dev-python/python-uinput')
-rw-r--r-- | dev-python/python-uinput/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-uinput/python-uinput-0.10.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-uinput/Manifest b/dev-python/python-uinput/Manifest index 7cfa2fc2d2c9..7bacf0bd06ed 100644 --- a/dev-python/python-uinput/Manifest +++ b/dev-python/python-uinput/Manifest @@ -1,3 +1,3 @@ DIST python-uinput-0.10.2.tar.gz 21736 BLAKE2B 789d0b2065fc61f734b1f8ac12a6bce68c9776231c13a73a79d535092cc65229b27f3f84b5bc28a6bf4bd48adfc00cc5c7ec92c0ebf2ae827b89e0fc26ec2bf6 SHA512 0009e3c3f82c5a5da61e9adf17d77a2efb9223f02324a4f7c7033b165d5e4e395566c34ccb11ef54cc4ce1623b1432a144614cbae7a88e9c06824b15ef00e1b7 -EBUILD python-uinput-0.10.2.ebuild 518 BLAKE2B 6c3a968ea2e71ed5f06083db5edbd33b6346ac6c045800f82189eb37a2421c2a8e289f0b87dd28cff8dd4d6f811dac67943379d2f8bd142de3e6ba2251121a74 SHA512 c8fd6280b82bd1e417ac95467b567f9b67cc956133e886e5da9b0feaefd35681066651afd18f602f864a077442b3de0fd95912aabc0f1b34f68c217d9055c346 +EBUILD python-uinput-0.10.2.ebuild 510 BLAKE2B 530f29419ffd65d7730e06dc438672aaecb99477f25b07d48abaea10b68f85d45f0bdea2707a2aa448732d076612303f359bb7f57413a6ea7257cc8b7f9eaf2d SHA512 a9b3821b59c02b1b49869a2402b4972aaf2ec815f59ac9297ca72de7e4b76b9185870ac2b6a864cad209349d76bdf6d999e0324fcbf50ba490e420a4f1bf23e1 MISC metadata.xml 326 BLAKE2B 583f25e22df551db892a18d60ba04753b37c6a188e6bb338a118c02d72b07c37e938504002aafee2d9b3d71d4845ffe2124f94fb2143234b2fb3c400e0f6893d SHA512 f6fbc6b93ca26169abdcbe1ec78a7e216a90ab9aeee1f0195123e4afb74590216ad4179fe22503ee2b0999cdd394287b5908c094453b79b4d1bef3ccc20a8a12 diff --git a/dev-python/python-uinput/python-uinput-0.10.2.ebuild b/dev-python/python-uinput/python-uinput-0.10.2.ebuild index 6122d347b0ed..2283eac760eb 100644 --- a/dev-python/python-uinput/python-uinput-0.10.2.ebuild +++ b/dev-python/python-uinput/python-uinput-0.10.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=6 -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |