diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-30 00:41:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-30 00:41:36 +0000 |
| commit | d20b9f3d1fea3ac01c942a8967658cf04313518f (patch) | |
| tree | 96c37fad1c9ddfd73a3b93b03149daa19ab09840 /dev-python/roman | |
| parent | 5b0b36719cbd43cb20919d6eca452a55031e54bf (diff) | |
| download | baldeagleos-repo-d20b9f3d1fea3ac01c942a8967658cf04313518f.tar.gz baldeagleos-repo-d20b9f3d1fea3ac01c942a8967658cf04313518f.tar.xz baldeagleos-repo-d20b9f3d1fea3ac01c942a8967658cf04313518f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/roman')
| -rw-r--r-- | dev-python/roman/roman-3.3-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/roman/roman-3.3-r1.ebuild b/dev-python/roman/roman-3.3-r1.ebuild new file mode 100644 index 000000000000..622a2e53031e --- /dev/null +++ b/dev-python/roman/roman-3.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} ) +inherit distutils-r1 + +DESCRIPTION="An Integer to Roman numerals converter" +HOMEPAGE="https://pypi.org/project/roman/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests setup.py + +python_prepare_all() { + mv "${S}/src/tests.py" . || die "moving test file failed" + distutils-r1_python_prepare_all +} |
