mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-portage/gemato: Tested on PyPy
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
# pyblake2 & pysha3 are broken with pypy*
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
# pyblake2 & pysha3 are broken with pypy3
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Stand-alone Manifest generation & verification tool"
|
||||
|
||||
@@ -3,9 +3,8 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
# backports.lzma is broken with pypy
|
||||
# pyblake2 & pysha3 are broken with pypy3
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Stand-alone Manifest generation & verification tool"
|
||||
|
||||
Reference in New Issue
Block a user