diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-08 13:38:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-08 13:38:34 +0000 |
| commit | 2c01663ba548fd1cfc6d2b376239b33bc22a77e8 (patch) | |
| tree | 34da697de8efe7255951f722bb2c26f99ea36579 /dev-python/coreapi/coreapi-2.3.3-r1.ebuild | |
| parent | 3c9663d2c12a92216b08bc108e6dce4d7166ccdc (diff) | |
| download | baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.tar.gz baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.tar.xz baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/coreapi/coreapi-2.3.3-r1.ebuild')
| -rw-r--r-- | dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild index 4a5cf2736e59..7c76eee6e645 100644 --- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild +++ b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild @@ -1,15 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - inherit distutils-r1 +MY_P=python-client-${PV} DESCRIPTION="Python client library for Core API" HOMEPAGE="https://github.com/core-api/python-client" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI=" + https://github.com/core-api/python-client/archive/${PV}.tar.gz + -> core-api-${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" @@ -19,5 +22,5 @@ RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}] dev-python/itypes[${PYTHON_USEDEP}] dev-python/uritemplate[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |
