dev-python/pytoolconfig: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-02-03 13:32:48 +01:00
parent 05d71014a6
commit 468ec02c8c
3 changed files with 0 additions and 62 deletions

View File

@@ -1,3 +1,2 @@
DIST pytoolconfig-1.2.2.tar.gz 16195 BLAKE2B 02434bf9bc815fe1beeb13496427d6735fd0eebca66371eaa1a8df5d318879584b9e27d7b2272535e41af91b46544264d570b2727e524e6ba52c4e4be475ad84 SHA512 5bcbf7f2fc7941e128b3e717ff213e1e43be417ca3b906fa75a40f822815a4ea79b55cbb3e297caa3abf9032fedda1a791165491f52d4bbce5f4d29eea3c3599
DIST pytoolconfig-1.2.4.tar.gz 15910 BLAKE2B 53ab143179dc59d3d1bcf6debb16280d60b3d877514dff78389c413e9d73cb56fb6feaa76abffa53afba44a57eccb387b19b5ab4d621fff3dd49836d42e5ba43 SHA512 bcf78054419ea4f783f79716724032f3f34072b10543dd7939418086095f37cf1a7c1df2c89dfca20096e99768ce8d5f74ef3bb7dd4919735bd85e332342e106
DIST pytoolconfig-1.2.5.tar.gz 16322 BLAKE2B cdaab50765452ad93942c9a9ba546dc7ec5f61db8276992987a4539ad975578ee327464d93a1a64f09d67c4c872d99f42282183459e6987c1e4086218d15b032 SHA512 37753530a166d324ddef0c2e9f0c3d6b2f61252a18ff8037d530b339c8b817cde4087d14b6756690fe10002cbd3442776604ff064d7d16d34289ba859492c920

View File

@@ -1,21 +0,0 @@
https://github.com/bagel897/pytoolconfig/commit/7fbd830f1c302ed8151ecc2bd52c40cf70b1a580
https://bugs.gentoo.org/878189
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
name = "pytoolconfig"
version = "1.2.2"
description = "Python tool configuration"
-license-expression = "LGPL-3.0-or-later"
+license = "LGPL-3.0-or-later"
dependencies = [
"tomli>=2.0; python_version < \"3.11\"",
"packaging>=21.3",
@@ -70,6 +70,6 @@ strict = true
[build-system]
requires = [
- "pdm-pep517>=1.0.0",
+ "pdm-pep517>=1.0.5",
]
build-backend = "pdm.pep517.api"

View File

@@ -1,40 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Python tool configuration"
HOMEPAGE="
https://pypi.org/project/pytoolconfig/
https://github.com/bageljrkhanofemus/pytoolconfig/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
' 3.{8..10} )
"
BDEPEND="
>=dev-python/pdm-pep517-1.0.5[${PYTHON_USEDEP}]
test? (
>=dev-python/sphinx-4.5.0[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8.9[${PYTHON_USEDEP}]
)
"
PATCHES=(
"${FILESDIR}"/${P}-fix-licence.patch
)
distutils_enable_tests pytest