diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-17 01:42:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-17 01:42:32 +0000 |
| commit | 5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c (patch) | |
| tree | e30d0af409d869b5ee997ba3ae32bd2652f63a4a /dev-python/pytest-env | |
| parent | 690affe107e408cf2eee99f4a06eaa303e6ba355 (diff) | |
| download | baldeagleos-repo-5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c.tar.gz baldeagleos-repo-5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c.tar.xz baldeagleos-repo-5db6a58dd44e09e7332d4bbd5ce81f1cfb04d92c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-env')
| -rw-r--r-- | dev-python/pytest-env/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-env/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/pytest-env/pytest-env-0.6.2.ebuild | 17 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pytest-env/Manifest b/dev-python/pytest-env/Manifest new file mode 100644 index 000000000000..217812163a3a --- /dev/null +++ b/dev-python/pytest-env/Manifest @@ -0,0 +1 @@ +DIST pytest-env-0.6.2.tar.gz 1693 BLAKE2B b303b8b2b486cd5f6c6273fefe709e3986183a56b6758b05f8bde973c561ebba9646538d38783749305740d8bd637966966a109fcd600cd6f6ee059449ffb328 SHA512 0b3bb21fc881023c102b584593c6e28840400ce8190810f33f9a421df4141e17dcfad2943c4159aaab82376b7b47b07b45f97c9cb232a7d17c4d35b55966596d diff --git a/dev-python/pytest-env/metadata.xml b/dev-python/pytest-env/metadata.xml new file mode 100644 index 000000000000..745e1336b495 --- /dev/null +++ b/dev-python/pytest-env/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> + <upstream> + <remote-id type="github">MobileDynasty/pytest-env</remote-id> + <remote-id type="pypi">pytest-env</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pytest-env/pytest-env-0.6.2.ebuild b/dev-python/pytest-env/pytest-env-0.6.2.ebuild new file mode 100644 index 000000000000..ed8a3ebee154 --- /dev/null +++ b/dev-python/pytest-env/pytest-env-0.6.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit distutils-r1 + +DESCRIPTION="py.test plugin that allows you to add environment variables" +HOMEPAGE="https://github.com/MobileDynasty/pytest-env" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" |
