diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/characteristic | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/characteristic')
-rw-r--r-- | dev-python/characteristic/Manifest | 3 | ||||
-rw-r--r-- | dev-python/characteristic/characteristic-14.3.0-r3.ebuild | 24 | ||||
-rw-r--r-- | dev-python/characteristic/characteristic-14.3.0-r4.ebuild | 2 |
3 files changed, 2 insertions, 27 deletions
diff --git a/dev-python/characteristic/Manifest b/dev-python/characteristic/Manifest index 36a3f3a3dde9..f0964c69268e 100644 --- a/dev-python/characteristic/Manifest +++ b/dev-python/characteristic/Manifest @@ -1,4 +1,3 @@ DIST characteristic-14.3.0.tar.gz 26993 BLAKE2B a24548953451da77e08678b8a204c0fc649ebff52026aafc6f80037a65f527c9a2244273420b1ce76e3ac75778f48c11bc2344296cbf34ff1e9a1e82356d52f1 SHA512 e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83 -EBUILD characteristic-14.3.0-r3.ebuild 687 BLAKE2B 4ac3a4baf1e7b45befaa78974907a5e53032da823ff00afb3090fc42ac5a6ee30b5df33673e1775b6405d5862866b9e8d891a938f42b03a70310c69ad7bc90b0 SHA512 31ff8ca30604c1b176ab053b202403c38adedc6ef45ee587964a7b45e772152ac3001da546b68a13b9bddbf1cf3aab5b84a4f919e8194fb6a33f3117a45192fa -EBUILD characteristic-14.3.0-r4.ebuild 772 BLAKE2B 5d333b1bcdbb79a5f69b47ad4f7bf1d0058ed3c1d13a71bef1a95681f8950ebc59f02521340fe9e01d04f6b2415bafa85d98a5f3ef8489c777acc4b25c728eff SHA512 bd5a735fe3d7d52b2cc85830827ae55b1dd7fa86c410888ced374cdae3dba7caedbd7c78f3bd5f81f524935312dcd84c83195226a6a0917dec59516d1f63c846 +EBUILD characteristic-14.3.0-r4.ebuild 765 BLAKE2B eb062a54697acd1570e1ced6823447240c6c9bd434494552a4b6e59a171c2e0d12958b000b173a31ba48d20f7ca16a155883e0ecbdeadd97b5a6a12d6949b687 SHA512 56a8e84a5ffae9d6c9ee5a64e97013f3c2f1bc373dd646bf958c53fbdbcd6da6888e53182e7971ac6d019f7c2beb9267539f3f236d02b10e1398244109a263d4 MISC metadata.xml 415 BLAKE2B 830fb6e7388a63f73de55b68518ce238c6d12e9a3298a57c75f6cbb5f33269a686064b53a006e9dbd6aaf7315c99c2fca1983d4c046aafdffdfd00c035e6fa8b SHA512 d09d6f15f87c6b870091b42b8788494096d11f4edf1eee0df28e58522c78fb600a167ea93f226230a0cb2123a57e35a0fbad9d24003453b058e7b7157e0002ad diff --git a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild deleted file mode 100644 index 5fb38c3a6d77..000000000000 --- a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python attributes without the boilerplate" -HOMEPAGE="https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -python_prepare_all() { - sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/characteristic/characteristic-14.3.0-r4.ebuild b/dev-python/characteristic/characteristic-14.3.0-r4.ebuild index 2693b044991c..f52f4822a846 100644 --- a/dev-python/characteristic/characteristic-14.3.0-r4.ebuild +++ b/dev-python/characteristic/characteristic-14.3.0-r4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" distutils_enable_tests pytest distutils_enable_sphinx docs |