public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
@ 2022-12-23  1:01 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2022-12-23  1:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8c37877c62a65f8ccce2af01146c020951e84e6a
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Dec 23 01:01:23 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Dec 23 01:01:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c37877c

dev-python/portion: new package, add 2.3.0

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

 dev-python/portion/Manifest             |  1 +
 dev-python/portion/metadata.xml         | 19 +++++++++++++++++++
 dev-python/portion/portion-2.3.0.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
new file mode 100644
index 000000000..710994cb3
--- /dev/null
+++ b/dev-python/portion/Manifest
@@ -0,0 +1 @@
+DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca SHA512 7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde

diff --git a/dev-python/portion/metadata.xml b/dev-python/portion/metadata.xml
new file mode 100644
index 000000000..34539baeb
--- /dev/null
+++ b/dev-python/portion/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>julien@jroy.ca</email>
+		<name>Julien Roy</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<name>Alexandre Decan</name>
+			<email>alexandre.decan@lexpage.net</email>
+		</maintainer>
+		<changelog>https://github.com/AlexandreDecan/portion/blob/master/CHANGELOG.md</changelog>
+		<doc>https://github.com/AlexandreDecan/portion#documentation--usage</doc>
+		<bugs-to>https://github.com/AlexandreDecan/portion/issues</bugs-to>
+		<remote-id type="github">AlexandreDecan/portion</remote-id>
+		<remote-id type="pypi">portion</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild
new file mode 100644
index 000000000..790f78c8c
--- /dev/null
+++ b/dev-python/portion/portion-2.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A Python library providing data structure and operations for intervals."
+HOMEPAGE="https://github.com/AlexandreDecan/portion"
+SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="test? (
+	dev-python/pytest[${PYTHON_USEDEP}]
+	dev-python/coverage[${PYTHON_USEDEP}]
+	dev-python/black[${PYTHON_USEDEP}]
+)"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/sortedcontainers"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
@ 2023-04-11  1:03 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-04-11  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3d177fd9550d7a17d6442b511b024ade638a6f24
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Apr 11 01:02:29 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr 11 01:02:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d177fd9

dev-python/portion: add 2.4.0

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

 dev-python/portion/Manifest             |  1 +
 dev-python/portion/portion-2.4.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index 710994cb3..8089bbfbc 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1 +1,2 @@
 DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca SHA512 7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde
+DIST portion-2.4.0.tar.gz 52866 BLAKE2B 5ce5d1ce35f5847eef1e7192eb04195e2c2ec25dfccee18b63073dd00d9950d1acd0b346e07dfbfbc5e09f9d5ac557066739e8d1da3c992b4b0d73965692e61f SHA512 6134fb5d32c08f5424f65ce88f721f93deaedcae9a7b5fa7380eb27dadf83f7df9b22c8577b9d1c54409dd7d3ae91f11d88214d4d8146682fcdf0f1a0a26d8a4

diff --git a/dev-python/portion/portion-2.4.0.ebuild b/dev-python/portion/portion-2.4.0.ebuild
new file mode 100644
index 000000000..cf4fbbdee
--- /dev/null
+++ b/dev-python/portion/portion-2.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library providing data structure and operations for intervals."
+HOMEPAGE="https://github.com/AlexandreDecan/portion"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+		dev-python/black[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
@ 2023-04-11  1:03 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-04-11  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bff072b0414e0ad2940bd637bb3745c48da88588
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Apr 11 01:02:40 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr 11 01:02:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bff072b0

dev-python/portion: drop 2.3.0

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

 dev-python/portion/Manifest             |  1 -
 dev-python/portion/portion-2.3.0.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index 8089bbfbc..ec68e532a 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1,2 +1 @@
-DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca SHA512 7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde
 DIST portion-2.4.0.tar.gz 52866 BLAKE2B 5ce5d1ce35f5847eef1e7192eb04195e2c2ec25dfccee18b63073dd00d9950d1acd0b346e07dfbfbc5e09f9d5ac557066739e8d1da3c992b4b0d73965692e61f SHA512 6134fb5d32c08f5424f65ce88f721f93deaedcae9a7b5fa7380eb27dadf83f7df9b22c8577b9d1c54409dd7d3ae91f11d88214d4d8146682fcdf0f1a0a26d8a4

diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild
deleted file mode 100644
index b0b214193..000000000
--- a/dev-python/portion/portion-2.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A Python library providing data structure and operations for intervals."
-HOMEPAGE="https://github.com/AlexandreDecan/portion"
-SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="test? (
-	dev-python/pytest[${PYTHON_USEDEP}]
-	dev-python/coverage[${PYTHON_USEDEP}]
-	dev-python/black[${PYTHON_USEDEP}]
-)"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
@ 2023-08-17 16:49 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-08-17 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     043a9017d67ef6035257e5d7a896b62c4a0e49ad
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Aug 17 16:29:15 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Aug 17 16:29:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=043a9017

dev-python/portion: add 2.4.1

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

 dev-python/portion/Manifest             |  1 +
 dev-python/portion/portion-2.4.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index ec68e532a3..6807c005cd 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1 +1,2 @@
 DIST portion-2.4.0.tar.gz 52866 BLAKE2B 5ce5d1ce35f5847eef1e7192eb04195e2c2ec25dfccee18b63073dd00d9950d1acd0b346e07dfbfbc5e09f9d5ac557066739e8d1da3c992b4b0d73965692e61f SHA512 6134fb5d32c08f5424f65ce88f721f93deaedcae9a7b5fa7380eb27dadf83f7df9b22c8577b9d1c54409dd7d3ae91f11d88214d4d8146682fcdf0f1a0a26d8a4
+DIST portion-2.4.1.tar.gz 52894 BLAKE2B bdb5c387c9ab6ee0fec9e4aea71be40a51cc1f9be6f40b1f71389947e6e60f84c7f2a89e0d617923b835e72e524b80f8f2fbcdb14895a5307d09ee3d67fd01f0 SHA512 72181519dcadae036025be36fde63bd70ab7e7fa448400dd91e639e8eef5bc70b2ad490cd48a882d1b2be0cdc04f57cd63de44690181462f31afe771108f5c51

diff --git a/dev-python/portion/portion-2.4.1.ebuild b/dev-python/portion/portion-2.4.1.ebuild
new file mode 100644
index 0000000000..6ad18e5235
--- /dev/null
+++ b/dev-python/portion/portion-2.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library providing data structure and operations for intervals."
+HOMEPAGE="https://github.com/AlexandreDecan/portion"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+		dev-python/black[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
@ 2023-12-30 19:05 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-12-30 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     50e75ef9e48e334dbcb95138a0fe9da58de8f868
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Dec 30 17:25:23 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Dec 30 19:04:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50e75ef9

dev-python/portion: add 2.4.2

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

 dev-python/portion/Manifest             |  1 +
 dev-python/portion/portion-2.4.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index 5c81e44450..a4d0f4a6d0 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1 +1,2 @@
 DIST portion-2.4.1.tar.gz 52894 BLAKE2B bdb5c387c9ab6ee0fec9e4aea71be40a51cc1f9be6f40b1f71389947e6e60f84c7f2a89e0d617923b835e72e524b80f8f2fbcdb14895a5307d09ee3d67fd01f0 SHA512 72181519dcadae036025be36fde63bd70ab7e7fa448400dd91e639e8eef5bc70b2ad490cd48a882d1b2be0cdc04f57cd63de44690181462f31afe771108f5c51
+DIST portion-2.4.2.tar.gz 53011 BLAKE2B a91264c1abc065d29942d292819d14a6d7f49c66782f2453a17762106af8be3ca156901bc808ca62a30688a4dcc74e134e4ee9ee9199682fd425511951713423 SHA512 ae5ed99f89d066eee4c97fda2b395bdbde153064e9582f3cc425c7a0f728b3f07ab703ce57708be835486a61eaaee242496ce0caeb3df0262a27fa627b59b54e

diff --git a/dev-python/portion/portion-2.4.2.ebuild b/dev-python/portion/portion-2.4.2.ebuild
new file mode 100644
index 0000000000..966530e8ca
--- /dev/null
+++ b/dev-python/portion/portion-2.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library providing data structure and operations for intervals."
+HOMEPAGE="https://github.com/AlexandreDecan/portion
+	https://pypi.org/project/portion/
+"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+		dev-python/black[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
@ 2023-12-30 19:05 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-12-30 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e27af9001af50358fd49b5638751c210c25378a6
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 25 20:56:04 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Dec 30 19:03:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e27af900

dev-python/portion: drop 2.4.0

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

 dev-python/portion/Manifest             |  1 -
 dev-python/portion/portion-2.4.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index 6807c005cd..5c81e44450 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1,2 +1 @@
-DIST portion-2.4.0.tar.gz 52866 BLAKE2B 5ce5d1ce35f5847eef1e7192eb04195e2c2ec25dfccee18b63073dd00d9950d1acd0b346e07dfbfbc5e09f9d5ac557066739e8d1da3c992b4b0d73965692e61f SHA512 6134fb5d32c08f5424f65ce88f721f93deaedcae9a7b5fa7380eb27dadf83f7df9b22c8577b9d1c54409dd7d3ae91f11d88214d4d8146682fcdf0f1a0a26d8a4
 DIST portion-2.4.1.tar.gz 52894 BLAKE2B bdb5c387c9ab6ee0fec9e4aea71be40a51cc1f9be6f40b1f71389947e6e60f84c7f2a89e0d617923b835e72e524b80f8f2fbcdb14895a5307d09ee3d67fd01f0 SHA512 72181519dcadae036025be36fde63bd70ab7e7fa448400dd91e639e8eef5bc70b2ad490cd48a882d1b2be0cdc04f57cd63de44690181462f31afe771108f5c51

diff --git a/dev-python/portion/portion-2.4.0.ebuild b/dev-python/portion/portion-2.4.0.ebuild
deleted file mode 100644
index 6ad18e5235..0000000000
--- a/dev-python/portion/portion-2.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python library providing data structure and operations for intervals."
-HOMEPAGE="https://github.com/AlexandreDecan/portion"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-python/black[${PYTHON_USEDEP}]
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
  2024-06-15 19:41 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-06-15 19:37 ` Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-06-15 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2f9a16b2f8366d24f2f860bf0a4a0771b78543b5
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun 15 19:29:14 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 19:29:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f9a16b2

dev-python/portion: treeclean

Bug: https://bugs.gentoo.org/931401
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/portion/Manifest             |  2 --
 dev-python/portion/metadata.xml         | 19 -------------------
 dev-python/portion/portion-2.4.1.ebuild | 29 -----------------------------
 dev-python/portion/portion-2.4.2.ebuild | 31 -------------------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
deleted file mode 100644
index a4d0f4a6d..000000000
--- a/dev-python/portion/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST portion-2.4.1.tar.gz 52894 BLAKE2B bdb5c387c9ab6ee0fec9e4aea71be40a51cc1f9be6f40b1f71389947e6e60f84c7f2a89e0d617923b835e72e524b80f8f2fbcdb14895a5307d09ee3d67fd01f0 SHA512 72181519dcadae036025be36fde63bd70ab7e7fa448400dd91e639e8eef5bc70b2ad490cd48a882d1b2be0cdc04f57cd63de44690181462f31afe771108f5c51
-DIST portion-2.4.2.tar.gz 53011 BLAKE2B a91264c1abc065d29942d292819d14a6d7f49c66782f2453a17762106af8be3ca156901bc808ca62a30688a4dcc74e134e4ee9ee9199682fd425511951713423 SHA512 ae5ed99f89d066eee4c97fda2b395bdbde153064e9582f3cc425c7a0f728b3f07ab703ce57708be835486a61eaaee242496ce0caeb3df0262a27fa627b59b54e

diff --git a/dev-python/portion/metadata.xml b/dev-python/portion/metadata.xml
deleted file mode 100644
index 34539baeb..000000000
--- a/dev-python/portion/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>julien@jroy.ca</email>
-		<name>Julien Roy</name>
-	</maintainer>
-	<upstream>
-		<maintainer>
-			<name>Alexandre Decan</name>
-			<email>alexandre.decan@lexpage.net</email>
-		</maintainer>
-		<changelog>https://github.com/AlexandreDecan/portion/blob/master/CHANGELOG.md</changelog>
-		<doc>https://github.com/AlexandreDecan/portion#documentation--usage</doc>
-		<bugs-to>https://github.com/AlexandreDecan/portion/issues</bugs-to>
-		<remote-id type="github">AlexandreDecan/portion</remote-id>
-		<remote-id type="pypi">portion</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/portion/portion-2.4.1.ebuild b/dev-python/portion/portion-2.4.1.ebuild
deleted file mode 100644
index 6ad18e523..000000000
--- a/dev-python/portion/portion-2.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python library providing data structure and operations for intervals."
-HOMEPAGE="https://github.com/AlexandreDecan/portion"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-python/black[${PYTHON_USEDEP}]
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/dev-python/portion/portion-2.4.2.ebuild b/dev-python/portion/portion-2.4.2.ebuild
deleted file mode 100644
index 966530e8c..000000000
--- a/dev-python/portion/portion-2.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python library providing data structure and operations for intervals."
-HOMEPAGE="https://github.com/AlexandreDecan/portion
-	https://pypi.org/project/portion/
-"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-python/black[${PYTHON_USEDEP}]
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


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

end of thread, other threads:[~2024-06-15 19:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-30 19:05 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 19:41 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-15 19:37 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-12-30 19:05 Julien Roy
2023-08-17 16:49 Julien Roy
2023-04-11  1:03 Julien Roy
2023-04-11  1:03 Julien Roy
2022-12-23  1:01 Julien Roy

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