-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testdata: Add pypy3 to PYTHON_COMPAT in test ebuilds
Signed-off-by: Michał Górny <[email protected]>
- Loading branch information
Showing
18 changed files
with
50 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
testdata/repos/python/PythonCheck/DistutilsNonPEP517Build/DistutilsNonPEP517Build-0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
EAPI=7 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit distutils-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=6 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_10 ) | ||
PYTHON_COMPAT=( pypy3 python3_10 ) | ||
|
||
inherit python-any-r1 | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
testdata/repos/python/PythonCheck/PythonMissingDeps/PythonMissingDeps-0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
EAPI=7 | ||
PYTHON_COMPAT=( python3_9 ) | ||
PYTHON_COMPAT=( pypy3 python3_9 ) | ||
|
||
inherit python-r1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/repos/python/PythonCheck/PythonMissingSCMDependency/PythonMissingSCMDependency-0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
EAPI=8 | ||
|
||
DESCRIPTION="Stub ebuild for pypy3 interpreter" | ||
HOMEPAGE="https://github.com/pkgcore/pkgcheck" | ||
LICENSE="BSD" | ||
SLOT="0/pypy310" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters