diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-05 07:17:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-05 07:17:23 +0000 |
| commit | 883618fc7f52a9a37d002ebfe939cced8069fd2b (patch) | |
| tree | 9def9e3d419f95066333cdb3c4ea9aab5e841dab /dev-python/python-stdnum/python-stdnum-2.2.ebuild | |
| parent | 01e21e5e09bfbb2664a799314228bc074ffd2974 (diff) | |
| download | baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.tar.gz baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.tar.xz baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-stdnum/python-stdnum-2.2.ebuild')
| -rw-r--r-- | dev-python/python-stdnum/python-stdnum-2.2.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/python-stdnum/python-stdnum-2.2.ebuild b/dev-python/python-stdnum/python-stdnum-2.2.ebuild new file mode 100644 index 000000000000..f89da89b3d5a --- /dev/null +++ b/dev-python/python-stdnum/python-stdnum-2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A module to handle standardized numbers and codes" +HOMEPAGE=" + https://arthurdejong.org/python-stdnum/ + https://github.com/arthurdejong/python-stdnum/ + https://pypi.org/project/python-stdnum/ +" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="vies" + +RDEPEND=" + vies? ( + dev-python/zeep[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +src_prepare() { + sed -i -e 's:--cov.*::' setup.cfg || die + distutils-r1_src_prepare +} |
