dev-python/attrs: unkeyword 21.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 14:50:40 +02:00
committed by Andreas Billmeier
parent 7036e0b841
commit af9178287e
2 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
DIST attrs-21.2.0.tar.gz 184694 BLAKE2B 5c960f7c1a4623186c7a0cec8a9096df8df8e7d3022b67b281dcdd3a512ce6f105dfdd5ec10dc85a2b9971564f44e7b4474d760667e53cd2cf0f0543153eb6e2 SHA512 35863f599076357e40f72a62968f4a2f9bc2af9f59f484fef051be4f9730ce9e28e11568915d690ade7980df8998af22e2ff8b9568a205d7745e246ba5f3a7e1
EBUILD attrs-21.2.0.ebuild 828 BLAKE2B 0969c5b928fdae45621d05abe1ba02d45c0758517902685921ea547cce208b300e725708faf9d06a283a2ce09c4d24110d36f457f644e6c0b28edf4f9b5cb09d SHA512 9944b62724896f00e3687b312064226ba2c4d433009f29e583fbc3d986421a0cf21cd0a603fd56c972b44ae80936fb50c6833884db2fb944479c211c3ac58698
EBUILD attrs-21.2.0.ebuild 661 BLAKE2B 5a9fe7570dc7549c5e39f161ab81816bbae50870b8b9f46e23a0071ea999750113ea51e790117384b481e2c9c2849fc25d854cd1fce5ecf6b2c7dc2502bc6c90 SHA512 073bddb7b7458c3b97d60fdc3d9d19558fdbc258e40d94067dadc63e0ebcac2e5fb7078dcb363f835da4f83a34f5706032dc80f2f001fe63dd60d97c52df7879
MISC metadata.xml 501 BLAKE2B 0c8c3d121da5f73089f336b14f4ca62254238bdc9b66d17593d0ff63333f9df233439525f5c7dcb19d5814134887d7e2b81709ab8d2300f55252cd7ebc75dea5 SHA512 c1e730e838b686eaa80878cea470ddc710349619ccf2f47107124508e79a86f6871ab11b51180f5f990fcbf90e0f0b3f93522f28d306be2cadf17db4e08c5d74

View File

@@ -1,22 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Attributes without boilerplate"
HOMEPAGE="
https://github.com/python-attrs/attrs/
https://attrs.readthedocs.io/
https://pypi.org/project/attrs/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
dev-python/zope-interface[${PYTHON_USEDEP}]"