diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 20:59:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:27:40 +0200 |
commit | 83fb2f9eb945150b2f47231b4856b01ffd8f0a1f (patch) | |
tree | 2957b952275843b3d355903a8ba5df72a595bbd8 /dev-python/ply | |
parent | dev-python/PySocks: Port to py3.9 (diff) | |
download | gentoo-83fb2f9eb945150b2f47231b4856b01ffd8f0a1f.tar.gz gentoo-83fb2f9eb945150b2f47231b4856b01ffd8f0a1f.tar.bz2 gentoo-83fb2f9eb945150b2f47231b4856b01ffd8f0a1f.zip |
dev-python/ply: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ply')
-rw-r--r-- | dev-python/ply/ply-3.11.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11.ebuild index b9c1bcae57eb..6596c5673904 100644 --- a/dev-python/ply/ply-3.11.ebuild +++ b/dev-python/ply/ply-3.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -16,9 +16,6 @@ SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples" -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - DOCS=( ANNOUNCE CHANGES TODO ) PATCHES=( "${FILESDIR}/3.6-picklefile-IOError.patch" ) |