diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-05 01:57:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-05 01:57:49 +0000 |
| commit | 797cbf7452f2edd30da75945ebaea2f7e78261fc (patch) | |
| tree | b8fd3b9c157c91c53b314f25e8452a1b0c9d365f /dev-python/jsonschema | |
| parent | 967203f85bd75995636a8c7bc0c7e9227f365815 (diff) | |
| download | baldeagleos-repo-797cbf7452f2edd30da75945ebaea2f7e78261fc.tar.gz baldeagleos-repo-797cbf7452f2edd30da75945ebaea2f7e78261fc.tar.xz baldeagleos-repo-797cbf7452f2edd30da75945ebaea2f7e78261fc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jsonschema')
| -rw-r--r-- | dev-python/jsonschema/jsonschema-3.2.0.ebuild | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild b/dev-python/jsonschema/jsonschema-3.2.0.ebuild index a53d4ff7ee8b..d9874db15221 100644 --- a/dev-python/jsonschema/jsonschema-3.2.0.ebuild +++ b/dev-python/jsonschema/jsonschema-3.2.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -14,18 +15,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" BDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] dev-python/pyrsistent[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' python{2_7,3_{5,6,7}} pypy{,3}) - $(python_gen_cond_dep \ - 'dev-python/functools32[${PYTHON_USEDEP}]' -2) + ' pypy3) test? ( dev-python/twisted[${PYTHON_USEDEP}] ) " @@ -39,19 +36,12 @@ RDEPEND="${BDEPEND} dev-python/rfc3339-validator[${PYTHON_USEDEP}] " -RESTRICT="!test? ( test )" +BDEPEND+=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" PATCHES=( "${FILESDIR}"/${P}-add-webcolors-1.11-compat.patch ) distutils_enable_tests unittest - -python_prepare_all() { - # avoid a setuptools_scm dependency - sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" setup.py || die - sed -r -i "s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+|)[[:space:]]*::" \ - setup.cfg || die - - distutils-r1_python_prepare_all -} |
