public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/
Date: Wed, 29 Apr 2020 11:12:07 +0000 (UTC)	[thread overview]
Message-ID: <1588090872.70202c215739ea810f46fabbbc5a185950afed13.andrewammerlaan@gentoo> (raw)
Message-ID: <20200429111207.mdWegYD9RWAtsvK3bXVoJe75-NnxqyTeJNb3e85UJQQ@z> (raw)

commit:     70202c215739ea810f46fabbbc5a185950afed13
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 28 16:21:12 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 28 16:21:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70202c21

dev-python/pytest-isort: Plugin to check import ordering using isort

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pytest-isort/Manifest                  |  1 +
 dev-python/pytest-isort/metadata.xml              | 13 ++++++++++++
 dev-python/pytest-isort/pytest-isort-0.3.1.ebuild | 25 +++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest
new file mode 100644
index 0000000..50f41ac
--- /dev/null
+++ b/dev-python/pytest-isort/Manifest
@@ -0,0 +1 @@
+DIST pytest-isort-0.3.1.tar.gz 6429 BLAKE2B cf68cfe061be097c576c9cb7ad0a808729aa03f031128d2d1064bc960c7aa27e0d94fc18c238d95ac2074f056ecb8fb33064f6f0311756c73ce8379d1b8317f9 SHA512 2fd39108a6acacf18ce68bb537d2adeb4ff7cd8ea4c9611e5312edea5a0bc4841111ffb544318aa7b3bebe38e9f4744f07a45b2ebcbf872f79003b249ee115ca

diff --git a/dev-python/pytest-isort/metadata.xml b/dev-python/pytest-isort/metadata.xml
new file mode 100644
index 0000000..3add1c9
--- /dev/null
+++ b/dev-python/pytest-isort/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">moccu/pytest-isort</remote-id>
+		<remote-id type="pypi">pytest-isort</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild
new file mode 100644
index 0000000..0092d51
--- /dev/null
+++ b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Plugin to check import ordering using isort"
+HOMEPAGE="https://github.com/moccu/pytest-isort"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+distutils_enable_tests pytest
+
+RDEPEND="
+	>=dev-python/pytest-3.5[${PYTHON_USEDEP}]
+	>=dev-python/isort-4.0[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2020-04-29 11:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 17:30 Andrew Ammerlaan [this message]
2020-04-29 11:12 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-05-01 15:39 Andrew Ammerlaan
2020-05-01 15:36 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-16  9:44 Andrew Ammerlaan
2020-09-04 11:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-09-04 11:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 14:15 Andrew Ammerlaan
2021-01-24 10:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-24 10:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-24 11:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-24 10:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-04-09  2:45 Ronny Gutbrod
2022-04-09  2:45 Ronny Gutbrod
2023-01-19 23:23 Julien Roy
2023-01-19 23:23 Julien Roy
2023-01-19 23:24 Julien Roy
2023-01-20  2:06 Julien Roy
2023-01-29  1:01 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588090872.70202c215739ea810f46fabbbc5a185950afed13.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox