summaryrefslogtreecommitdiff
path: root/dev-python/portion
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-16 06:22:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-16 06:22:55 +0000
commit0fa4148af439d1471b7ba8cbeaa2719752bfdea5 (patch)
tree644e5a6bcfb2f715ff40a954bbe6564f1fdf33ff /dev-python/portion
parent138976658758b93a17ac984aac6795c177573feb (diff)
downloadbaldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.tar.gz
baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.tar.xz
baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.zip
Adding metadata
Diffstat (limited to 'dev-python/portion')
-rw-r--r--dev-python/portion/Manifest2
-rw-r--r--dev-python/portion/metadata.xml18
-rw-r--r--dev-python/portion/portion-2.4.1.ebuild29
-rw-r--r--dev-python/portion/portion-2.4.2.ebuild31
4 files changed, 0 insertions, 80 deletions
diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
deleted file mode 100644
index a4d0f4a6d039..000000000000
--- 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 49c3f69e5e10..000000000000
--- a/dev-python/portion/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <upstream>
- <maintainer>
- <email>alexandre.decan@lexpage.net</email>
- <name>Alexandre Decan</name>
- </maintainer>
- <changelog>https://github.com/AlexandreDecan/portion/blob/master/CHANGELOG.md</changelog>
- <bugs-to>https://github.com/AlexandreDecan/portion/issues</bugs-to>
- <doc>https://github.com/AlexandreDecan/portion#documentation--usage</doc>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
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 a9d4e3881b25..000000000000
--- 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_{8,9,10,11,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"
-
-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 531102582d86..000000000000
--- 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_{8,9,10,11,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