public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/, dev-python/pytest-isort/files/
@ 2024-03-06  1:06 Julien Roy
  2024-03-06  1:09 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/files/, dev-python/pytest-isort/ Julien Roy
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-03-06  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     308d39b192eed0831df1dcdfb0a059206c2b1d13
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Mar  6 01:00:14 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Mar  6 01:00:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=308d39b1

dev-python/pytest-isort: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-isort/Manifest                   |  1 -
 dev-python/pytest-isort/files/stray-files.patch    | 15 -----------
 dev-python/pytest-isort/metadata.xml               | 12 ---------
 .../pytest-isort/pytest-isort-3.1.0-r1.ebuild      | 29 ----------------------
 dev-python/pytest-isort/pytest-isort-3.1.0.ebuild  | 29 ----------------------
 5 files changed, 86 deletions(-)

diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest
deleted file mode 100644
index 7194b7d6c2..0000000000
--- a/dev-python/pytest-isort/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-isort-3.1.0.gh.tar.gz 15585 BLAKE2B c23c34de0e5f4aec245fadc73ea77d90b29d9f0d94b34cb814a2cd12f0f28cfc3314340dc0d63063a4e1a6fe9c0341931fbf17c9b06b699b1ddb42eeb4498d7e SHA512 a01799b832783301818aba5d441cdb9167a367e2c434df9790e4b2d839a9cdab03683736f43339a07ef4444ca0bddfb1b6cd503db170b6544f8c14617e7398df

diff --git a/dev-python/pytest-isort/files/stray-files.patch b/dev-python/pytest-isort/files/stray-files.patch
deleted file mode 100644
index 9c3303ae60..0000000000
--- a/dev-python/pytest-isort/files/stray-files.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 64d36bc..a6420fd 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -25,7 +25,9 @@ classifiers = [
- 	"Framework :: Pytest",
- ]
- packages = [{ include = "pytest_isort" }]
--include = ["LICENSE.rst"]
-+include = [
-+	{ path = "LICENSE.rst", format = "sdist" },
-+]
- 
- [tool.poetry.plugins.pytest11]
- isort = "pytest_isort"

diff --git a/dev-python/pytest-isort/metadata.xml b/dev-python/pytest-isort/metadata.xml
deleted file mode 100644
index 7633e782cd..0000000000
--- a/dev-python/pytest-isort/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Julien Roy</name>
-		<email>julien@jroy.ca</email>
-	</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-3.1.0-r1.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0-r1.ebuild
deleted file mode 100644
index c934799424..0000000000
--- a/dev-python/pytest-isort/pytest-isort-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin to check import ordering using isort"
-HOMEPAGE="https://github.com/stephrdev/pytest-isort"
-SRC_URI="https://github.com/stephrdev/pytest-isort/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-distutils_enable_tests pytest
-
-RDEPEND="
-	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/stray-files.patch"
-)

diff --git a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild
deleted file mode 100644
index c934799424..0000000000
--- a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin to check import ordering using isort"
-HOMEPAGE="https://github.com/stephrdev/pytest-isort"
-SRC_URI="https://github.com/stephrdev/pytest-isort/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-distutils_enable_tests pytest
-
-RDEPEND="
-	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/stray-files.patch"
-)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/files/, dev-python/pytest-isort/
  2024-03-06  1:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/, dev-python/pytest-isort/files/ Julien Roy
@ 2024-03-06  1:09 ` Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-03-06  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     308d39b192eed0831df1dcdfb0a059206c2b1d13
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Mar  6 01:00:14 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Mar  6 01:00:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=308d39b1

dev-python/pytest-isort: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-isort/Manifest                   |  1 -
 dev-python/pytest-isort/files/stray-files.patch    | 15 -----------
 dev-python/pytest-isort/metadata.xml               | 12 ---------
 .../pytest-isort/pytest-isort-3.1.0-r1.ebuild      | 29 ----------------------
 dev-python/pytest-isort/pytest-isort-3.1.0.ebuild  | 29 ----------------------
 5 files changed, 86 deletions(-)

diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest
deleted file mode 100644
index 7194b7d6c2..0000000000
--- a/dev-python/pytest-isort/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-isort-3.1.0.gh.tar.gz 15585 BLAKE2B c23c34de0e5f4aec245fadc73ea77d90b29d9f0d94b34cb814a2cd12f0f28cfc3314340dc0d63063a4e1a6fe9c0341931fbf17c9b06b699b1ddb42eeb4498d7e SHA512 a01799b832783301818aba5d441cdb9167a367e2c434df9790e4b2d839a9cdab03683736f43339a07ef4444ca0bddfb1b6cd503db170b6544f8c14617e7398df

diff --git a/dev-python/pytest-isort/files/stray-files.patch b/dev-python/pytest-isort/files/stray-files.patch
deleted file mode 100644
index 9c3303ae60..0000000000
--- a/dev-python/pytest-isort/files/stray-files.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 64d36bc..a6420fd 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -25,7 +25,9 @@ classifiers = [
- 	"Framework :: Pytest",
- ]
- packages = [{ include = "pytest_isort" }]
--include = ["LICENSE.rst"]
-+include = [
-+	{ path = "LICENSE.rst", format = "sdist" },
-+]
- 
- [tool.poetry.plugins.pytest11]
- isort = "pytest_isort"

diff --git a/dev-python/pytest-isort/metadata.xml b/dev-python/pytest-isort/metadata.xml
deleted file mode 100644
index 7633e782cd..0000000000
--- a/dev-python/pytest-isort/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Julien Roy</name>
-		<email>julien@jroy.ca</email>
-	</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-3.1.0-r1.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0-r1.ebuild
deleted file mode 100644
index c934799424..0000000000
--- a/dev-python/pytest-isort/pytest-isort-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin to check import ordering using isort"
-HOMEPAGE="https://github.com/stephrdev/pytest-isort"
-SRC_URI="https://github.com/stephrdev/pytest-isort/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-distutils_enable_tests pytest
-
-RDEPEND="
-	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/stray-files.patch"
-)

diff --git a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild
deleted file mode 100644
index c934799424..0000000000
--- a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin to check import ordering using isort"
-HOMEPAGE="https://github.com/stephrdev/pytest-isort"
-SRC_URI="https://github.com/stephrdev/pytest-isort/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-distutils_enable_tests pytest
-
-RDEPEND="
-	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/stray-files.patch"
-)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-06  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06  1:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/, dev-python/pytest-isort/files/ Julien Roy
2024-03-06  1:09 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/files/, dev-python/pytest-isort/ Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox