diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-12 08:38:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-12 08:38:29 +0000 |
| commit | 7c83e61c4ec0b204f6c3331dcf78db07d7da35d5 (patch) | |
| tree | ce595c1d7c2c875d583c367d8bda1c7e687740ac /dev-python/js2py | |
| parent | 1a8c8129da431d79908156086146a16ae51dd237 (diff) | |
| download | baldeagleos-repo-7c83e61c4ec0b204f6c3331dcf78db07d7da35d5.tar.gz baldeagleos-repo-7c83e61c4ec0b204f6c3331dcf78db07d7da35d5.tar.xz baldeagleos-repo-7c83e61c4ec0b204f6c3331dcf78db07d7da35d5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/js2py')
| -rw-r--r-- | dev-python/js2py/js2py-0.70_p20210218.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/js2py/js2py-0.70_p20210218.ebuild b/dev-python/js2py/js2py-0.70_p20210218.ebuild index 5d79d98249f3..17401bdcfc98 100644 --- a/dev-python/js2py/js2py-0.70_p20210218.ebuild +++ b/dev-python/js2py/js2py-0.70_p20210218.ebuild @@ -23,12 +23,16 @@ SRC_URI="https://github.com/PiotrDabkowski/${MY_PN}/archive/${MY_COMMIT}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/pyjsparser-2.5.1[${PYTHON_USEDEP}] >=dev-python/tzlocal-1.2.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] " +BDEPEND="test? ( ${RDEPEND} )" S="${WORKDIR}/${MY_PN}-${MY_COMMIT}" |
