public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/
Date: Sat, 15 Jun 2024 19:37:47 +0000 (UTC)	[thread overview]
Message-ID: <1718479754.2f9a16b2f8366d24f2f860bf0a4a0771b78543b5.julien@gentoo> (raw)
Message-ID: <20240615193747.yBMPmJqTDOD125zV32iq2UB7aF6Y7FaLfQ9_UxiIr8k@z> (raw)

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


             reply	other threads:[~2024-06-15 19:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 19:41 Julien Roy [this message]
2024-06-15 19:37 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portion/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31 15:32 [gentoo-commits] repo/proj/guru:master " David Roman
2023-12-31 15:32 David Roman
2023-08-18  6:21 Viorel Munteanu

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=1718479754.2f9a16b2f8366d24f2f860bf0a4a0771b78543b5.julien@gentoo \
    --to=julien@jroy.ca \
    --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