diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-20 12:38:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-20 12:38:42 +0000 |
| commit | f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f (patch) | |
| tree | 13c1bead84fd991b9e5d4539bf64d765693630e6 /dev-python/sgmllib3k | |
| parent | 0bb739e46f4201a2cb9f72c5915a046c2927079d (diff) | |
| download | baldeagleos-repo-f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f.tar.gz baldeagleos-repo-f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f.tar.xz baldeagleos-repo-f4e4dc8ea72bb62021fac69c8c7b1580c3b2434f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sgmllib3k')
| -rw-r--r-- | dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild b/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild new file mode 100644 index 000000000000..ecf2e280f36e --- /dev/null +++ b/dev-python/sgmllib3k/sgmllib3k-1.0.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-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} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Py3k port of sgmllib" +HOMEPAGE=" + https://pypi.org/project/sgmllib3k/ +" +SRC_URI=" + mirror://pypi/${PN::1}/${PN}/${P}.tar.gz + test? ( + https://dev.gentoo.org/~arthurzam/distfiles/dev-python/${PN}/test_sgmllib.py.gz + ) +" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +python_test() { + "${EPYTHON}" "${WORKDIR}/test_sgmllib.py" -v || + die "Tests failed with ${EPYTHON}" +} |
