diff options
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.8.0.ebuild | 39 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.8.1.ebuild | 2 |
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-python/pyxattr/Manifest b/dev-python/pyxattr/Manifest index c66a041d29d6..ab03c44e81ec 100644 --- a/dev-python/pyxattr/Manifest +++ b/dev-python/pyxattr/Manifest @@ -1,5 +1,3 @@ -DIST pyxattr-0.8.0.tar.gz 35720 BLAKE2B 776cacc68a2dc3e9d60b026d9d0dd3b3ff362445c8f9eb205d1799378b1cb1ab0e6af5fe9bc4f295e428195d0431287f62f6fb735a37831e3b36b7f53f5535a6 SHA512 921af6341cdfdfccea0c46e02742d051de00c7eca75c52f9fcc1618217c41869da957dd6ce03fa7d1367b86b44b49b5263ba65de277bf2453807c6f69a67141b DIST pyxattr-0.8.1.tar.gz 38443 BLAKE2B 2b044f5774c4b1e95a711e3bdad0c2f604d330865155360b8b6e08377c78d058e17a7d3f4792d6ef932b81f92b1671277663a36652d60a25aaa658a2e545f8a6 SHA512 98ba196b29b431ecacf0257712aa219175ba030e1c62fb388b4f3109d2d6b14ef09ed38f85177bd2991d3109c0af4cd2a108d17886dd51549e817727714f72f1 -EBUILD pyxattr-0.8.0.ebuild 848 BLAKE2B 22d5c770071640de8e5f8b0cedfd62e7403195cf7163adac7a2d09bd1308b05d0828a9d457d4e949bab0d56335a2dcb6261cd3f0772a517937f8bd3f283ae2d2 SHA512 72eff4197c2b0c84dc9ac7fd238bfeb9a1c94acf4551d83822ca72563413009731bd8b65547c113763aee71296ae33f951f95047bc1ce7760816fdcbe1f21295 -EBUILD pyxattr-0.8.1.ebuild 865 BLAKE2B cef69b16a160a804c622ad4567c0e902627ff140489f481ca0fc3e694accdbc5d548ab21854dafb77e9415710abbde4765057994d6011bb6a72860c1d10c9a74 SHA512 3b57340f52d46b20d930f16d2345eb6e7ac29d223bff4dfc6b039cc6429e8387b54efccedd4d8d2563b643e3cc3267f90c468cc9d0ef72dc2c887509001cefdd +EBUILD pyxattr-0.8.1.ebuild 864 BLAKE2B 67777e654263c5989d31a4b3c99a7023bcbcdef68e1f25915ce22aba4d74b88cb0194599aef49c4165e38986fa7b01dc6431f76e541a5239d475155bbe974754 SHA512 14f14744fa004c9fc013d63c8ccf85156d54446566eb54e66dd3138dd3b683c6326866faf548f2cb50a5e83ed8ec3e540b9cc5e0cfca74ebb31cc3cf3065b4c2 MISC metadata.xml 668 BLAKE2B 4464bbef18d4eedbc1309c009e0679ae4a6a5870416802e4ad7bdd3814ec1cc1f741386c1bb44578e5ae67c6da978645a5a14c14e74e58ac928708bbf09f5a4a SHA512 7efd22b5b2a920c4725558bce7ca44dd84106001e716188b28eedc7f4718d28b542f647fe8d9e0b58ec9037461745df323589f187933ea73947e6c9e5b59ede8 diff --git a/dev-python/pyxattr/pyxattr-0.8.0.ebuild b/dev-python/pyxattr/pyxattr-0.8.0.ebuild deleted file mode 100644 index b0cc64fd490d..000000000000 --- a/dev-python/pyxattr/pyxattr-0.8.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python interface to xattr" -HOMEPAGE=" - https://pyxattr.k1024.org/ - https://github.com/iustin/pyxattr/ - https://pypi.org/project/pyxattr/ -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -DEPEND=" - sys-apps/attr:= -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/recommonmark - -python_prepare_all() { - sed -i -e 's:, "-Werror"::' setup.py || die - # Bug 548486 - sed -e "s:html_theme = 'default':html_theme = 'classic':" \ - -i doc/conf.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/pyxattr/pyxattr-0.8.1.ebuild b/dev-python/pyxattr/pyxattr-0.8.1.ebuild index d520ebc60f85..78cb0ad4a4c2 100644 --- a/dev-python/pyxattr/pyxattr-0.8.1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.8.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" DEPEND=" sys-apps/attr:= |