diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-09 08:39:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-09 09:23:13 +0200 |
commit | 1f050da9bd40bd77308190bf4fe42b412482f3d9 (patch) | |
tree | 70745b5c396fc234141105310c065fe8a00dca4f /dev-python/jaraco-test | |
parent | app-admin/awscli: Bump to 1.25.5 (diff) | |
download | gentoo-1f050da9bd40bd77308190bf4fe42b412482f3d9.tar.gz gentoo-1f050da9bd40bd77308190bf4fe42b412482f3d9.tar.bz2 gentoo-1f050da9bd40bd77308190bf4fe42b412482f3d9.zip |
dev-python/jaraco-test: New package, v5.1.0
New dep of dev-python/cssutils.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-test')
-rw-r--r-- | dev-python/jaraco-test/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jaraco-test/jaraco-test-5.1.0.ebuild | 32 | ||||
-rw-r--r-- | dev-python/jaraco-test/metadata.xml | 13 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/jaraco-test/Manifest b/dev-python/jaraco-test/Manifest new file mode 100644 index 000000000000..1372386c1643 --- /dev/null +++ b/dev-python/jaraco-test/Manifest @@ -0,0 +1 @@ +DIST jaraco.test-5.1.0.tar.gz 6700 BLAKE2B 69ac08ab7e1c8aeff45d25483f2bb2648ad57a5977dbff8aab844f114a15f054b782ad5b424d9baa805ab80fc7483362dc97320965ef0abe86573b1e7f40b97b SHA512 d1d93eab85068fcba94530df50da9221b7f574e58b2c4ed519c8c4dec7231aa982d588e29137418226f23e0f94bd98f47c0859cf14d7a58c1683ac8ccc24d900 diff --git a/dev-python/jaraco-test/jaraco-test-5.1.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.1.0.ebuild new file mode 100644 index 000000000000..a8d490201e4d --- /dev/null +++ b/dev-python/jaraco-test/jaraco-test-5.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +MY_P=${P/-/.} +DESCRIPTION="Testing support by jaraco" +HOMEPAGE=" + https://github.com/jaraco/jaraco.test/ + https://pypi.org/project/jaraco.test/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/jaraco-collections[${PYTHON_USEDEP}] + dev-python/jaraco-context[${PYTHON_USEDEP}] + dev-python/jaraco-functools[${PYTHON_USEDEP}] + dev-python/more-itertools[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/jaraco-test/metadata.xml b/dev-python/jaraco-test/metadata.xml new file mode 100644 index 000000000000..4e41c7489006 --- /dev/null +++ b/dev-python/jaraco-test/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">jaraco.test</remote-id> + <remote-id type="github">jaraco/jaraco.test</remote-id> + </upstream> +</pkgmetadata> |