diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-06 01:46:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-06 01:46:08 +0000 |
| commit | 3f69b643b4ae0820f444888027c9450cb8a2940a (patch) | |
| tree | d31f0adc2683da481de72df7e4132e355b1a7295 /dev-python/quantities | |
| parent | 61c8b061f5834556d93f73adf197f6049741d639 (diff) | |
| download | baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.tar.gz baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.tar.xz baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/quantities')
| -rw-r--r-- | dev-python/quantities/quantities-0.12.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/quantities/quantities-0.12.4.ebuild b/dev-python/quantities/quantities-0.12.4.ebuild index 5489bd367bbd..6dfc0d4255bf 100644 --- a/dev-python/quantities/quantities-0.12.4.ebuild +++ b/dev-python/quantities/quantities-0.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ inherit distutils-r1 DESCRIPTION="Support for physical quantities with units, based on numpy" HOMEPAGE="https://github.com/python-quantities/python-quantities" SRC_URI="https://github.com/python-quantities/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${MY_PN}-${MY_PV}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" @@ -23,9 +24,8 @@ KEYWORDS="amd64 x86" RDEPEND=" dev-python/numpy[$PYTHON_USEDEP] " -distutils_enable_tests unittest -S="${WORKDIR}/${MY_P}" +distutils_enable_tests unittest python_prepare_all() { # Unexpected success |
