diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-17 23:25:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-17 23:25:07 +0000 |
| commit | b5e2ef2e085eea4c7c184a27f86ce021c939d9e9 (patch) | |
| tree | 8b5b63480997eaa26afa12ba5928264fdeaf78e6 /dev-python/pynacl | |
| parent | 8a0c1f4e33e6093e789a0c8318c1a4349e20a910 (diff) | |
| download | baldeagleos-repo-b5e2ef2e085eea4c7c184a27f86ce021c939d9e9.tar.gz baldeagleos-repo-b5e2ef2e085eea4c7c184a27f86ce021c939d9e9.tar.xz baldeagleos-repo-b5e2ef2e085eea4c7c184a27f86ce021c939d9e9.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pynacl')
| -rw-r--r-- | dev-python/pynacl/pynacl-1.5.0-r3.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pynacl/pynacl-1.5.0-r3.ebuild b/dev-python/pynacl/pynacl-1.5.0-r3.ebuild index 7fd19e702bb2..6a0835e55477 100644 --- a/dev-python/pynacl/pynacl-1.5.0-r3.ebuild +++ b/dev-python/pynacl/pynacl-1.5.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) inherit distutils-r1 @@ -28,10 +28,14 @@ DEPEND=" " RDEPEND=" ${DEPEND} - >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}] + ' 'python*') " BDEPEND=" - >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/cffi-1.4.1[${PYTHON_USEDEP}] + ' 'python*') test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}] ) |
