dev-python/decorator: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-19 10:57:10 +02:00
parent 589b60290f
commit 8b70e1ff9b
3 changed files with 0 additions and 48 deletions

View File

@@ -1,3 +1 @@
DIST decorator-5.2.1.tar.gz 56711 BLAKE2B bb08e43f6d3480a5c769fe8a433304a7959155430d576e8c6fbb6c6aaf27ef47d3af2bd4c349f9aa91f70bea0d694f7cd48bfe8a3135f782ada7a943a5cccd4e SHA512 c834a3536e429aaff38d34a56b574344551c160e25676ca5febb5dcf521d71f284ebb8294d3264f65a801219860352377e5a4be89927217cb5da9cb6c6aa45ec
DIST decorator-5.3.0.tar.gz 58431 BLAKE2B ffe0cdc06b779b0f1139ec7ecf352af640951eae2d0c2f565f8ab8b66faf8cd277d33a4b5e0893e37c4925a120c961dcc411bea6d2c99e36bba55967712e0733 SHA512 85dcce0e7fc406f87594c7d44c6278c863d95a2432a4fdd509f96e3ab1976f172a89e534aeac8914b19a3a0faf8fb0c816674171af371bb101d5c676a87f7404
DIST decorator-5.3.1.tar.gz 58084 BLAKE2B 7b51cd37631444b9ae27e27a3782439296e2f944dbe6de7a1d1855999e54fd228a8f70aff16479f535826202ba831183e3b791bc59c3c4480c18d3380a1eaba9 SHA512 55fe7d85849916cecb3f55b582ca325764af654769f5ea93ee3f877304dbc776ab7d0eda8f7d5f6d2f36c18717f7237ab10aef3c8a6b65822a648c9dbaea4772

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..15} )
inherit distutils-r1 pypi
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="
https://github.com/micheles/decorator/
https://pypi.org/project/decorator/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
python_test() {
"${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
}

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..15} )
inherit distutils-r1 pypi
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="
https://github.com/micheles/decorator/
https://pypi.org/project/decorator/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
python_test() {
"${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
}