Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-ordering/
Date: Tue, 31 Mar 2020 17:39:18
Message-Id: 1585667887.f53b2d4f975730f685c695be2e23f5d29d25aadd.andrewammerlaan@gentoo
1 commit: f53b2d4f975730f685c695be2e23f5d29d25aadd
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 31 15:16:43 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Mar 31 15:18:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f53b2d4f
7
8 dev-python/pytest-ordering: new package
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/pytest-ordering/Manifest | 1 +
14 dev-python/pytest-ordering/metadata.xml | 13 ++++++++++++
15 .../pytest-ordering/pytest-ordering-0.6.ebuild | 24 ++++++++++++++++++++++
16 3 files changed, 38 insertions(+)
17
18 diff --git a/dev-python/pytest-ordering/Manifest b/dev-python/pytest-ordering/Manifest
19 new file mode 100644
20 index 0000000..0036ecd
21 --- /dev/null
22 +++ b/dev-python/pytest-ordering/Manifest
23 @@ -0,0 +1 @@
24 +DIST pytest-ordering-0.6.tar.gz 11046 BLAKE2B 468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc SHA512 fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15
25
26 diff --git a/dev-python/pytest-ordering/metadata.xml b/dev-python/pytest-ordering/metadata.xml
27 new file mode 100644
28 index 0000000..3f9f921
29 --- /dev/null
30 +++ b/dev-python/pytest-ordering/metadata.xml
31 @@ -0,0 +1,13 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>lssndrbarbieri@×××××.com</email>
38 + <name>Alessandro Barbieri</name>
39 + </maintainer>
40 + <upstream>
41 + <remote-id type="github">https://github.com/ftobia/pytest-ordering</remote-id>
42 + <remote-id type="pypi">pytest-ordering</remote-id>
43 + </upstream>
44 +</pkgmetadata>
45
46 diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
47 new file mode 100644
48 index 0000000..6cb756e
49 --- /dev/null
50 +++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
51 @@ -0,0 +1,24 @@
52 +# Copyright 1999-2020 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=7
56 +
57 +PYTHON_COMPAT=( python3_{6,7} )
58 +
59 +inherit distutils-r1
60 +
61 +DESCRIPTION="pytest plugin to run your tests in a specific order"
62 +HOMEPAGE="
63 + https://github.com/ftobia/pytest-ordering
64 + https://pypi.org/project/pytest-ordering
65 +"
66 +SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
67 +
68 +LICENSE="MIT"
69 +SLOT="0"
70 +KEYWORDS="~amd64 ~x86"
71 +
72 +RDEPEND=""
73 +
74 +distutils_enable_tests pytest
75 +distutils_enable_sphinx docs/source