diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-17 06:30:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-17 06:30:18 +0000 |
commit | 066666b8767b78231b90d9b3ffc8169fbfe1ec7c (patch) | |
tree | 20e354a744ae4e30a0d562773c34e562077c7d62 /dev-python/attrs | |
parent | 2f50f3ca1d346a1f74054f124adb11136068b2b1 (diff) |
gentoo auto-resync : 17:12:2024 - 06:30:17
Diffstat (limited to 'dev-python/attrs')
-rw-r--r-- | dev-python/attrs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/attrs/attrs-24.3.0.ebuild | 33 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest index 1a953d886551..e655643b3b85 100644 --- a/dev-python/attrs/Manifest +++ b/dev-python/attrs/Manifest @@ -1,3 +1,5 @@ DIST attrs-24.2.0.tar.gz 792678 BLAKE2B f5110f5bf4b848a929a3766985fc49ee8da346398c26d0f786a12d89e7596ec7165bdefaae4b2716003c4b3ad7fcc619ec2f5e0d184df899318a7bb02c9919a4 SHA512 fcd14ff79a09a0b2b56734c460b5c43836999b6ed27665038ff7a146f53891b31ab3da07df05f1686474507f342bfce09bc0a6a60865c241e58f7ce8423dc968 +DIST attrs-24.3.0.tar.gz 805984 BLAKE2B 634b89958d0af8e420aa4abd12db6e575ad73c88e29ff5a056bd1be372125dce3799da56481473a485c07715083fa460fe07cbeaf94df3f558ad16afe143af71 SHA512 9974c1510e78887aedae51813d2edcbb5210de302360c1b0e8cd64265b32acae65e633d61d936aaf8541f79180b9e61e1a9e2a88ac09f8ef29423afb340db8ef EBUILD attrs-24.2.0.ebuild 884 BLAKE2B ef1196eef71a5030551d57f6c4cb6f46c3d0fa97850007decd7e6c5f599a71e276968e4a01d2f49511661f85484612fad6b388c9eb1a7dbd3e2e7459016d7305 SHA512 19bccc9f958973214b45296c473150cfcf25b59b463f0ddfa09c9aad4835a92c807803da1e0594b0e6e0b7e5f2c2197766cb252d6894e31f5770eb8664ded472 +EBUILD attrs-24.3.0.ebuild 892 BLAKE2B 59ec340e3e764183092d259242b6c3f0d4584d42a436a6b9fba598d389762b028e7dbc820ef2e1a010978e9653c20e89734c881f4367101b40e601fe2c31f2fc SHA512 bae85d5037358c6be5f14cbaf3673e4a7af65e5ce7e5c65540e0151c5139b788c5dd2ad8c3f9e92e9c567ea1845c0959206c3e6493c7a26c033a1a80a8955699 MISC metadata.xml 586 BLAKE2B d54794200f471af72d635c0cda12d773ff78f1083a9a6d2b0785b203789b2432b10ee7332f5abcd8f8dda952e10e4f981d51bbbfc4a6d461524570b3c5168f18 SHA512 b1161bb1ad04faea3ca915847d739287bc8bf9695608e49344ac6c9c4c16bb6818313a79b036df0cddde1da2d84740cf2d0b7d0c23d6cf3f22315046a3732f78 diff --git a/dev-python/attrs/attrs-24.3.0.ebuild b/dev-python/attrs/attrs-24.3.0.ebuild new file mode 100644 index 000000000000..f1dd9fbe35f2 --- /dev/null +++ b/dev-python/attrs/attrs-24.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Attributes without boilerplate" +HOMEPAGE=" + https://github.com/python-attrs/attrs/ + https://attrs.readthedocs.io/ + https://pypi.org/project/attrs/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +BDEPEND=" + >=dev-python/hatch-fancy-pypi-readme-23.2.0[${PYTHON_USEDEP}] + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + $(python_gen_impl_dep sqlite) + dev-python/cloudpickle[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |