Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llfuse/, dev-python/llfuse/files/
Date: Sat, 07 Mar 2020 15:03:16
Message-Id: 1583593196.e352961e44bd1b04d2e52bb596fbd64b403290e2.mgorny@gentoo
1 commit: e352961e44bd1b04d2e52bb596fbd64b403290e2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 14:59:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 14:59:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e352961e
7
8 dev-python/llfuse: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/llfuse/Manifest | 2 --
13 dev-python/llfuse/files/llfuse-1.3-cflags.patch | 19 -----------
14 dev-python/llfuse/llfuse-1.3.2.ebuild | 43 -------------------------
15 dev-python/llfuse/llfuse-1.3.4.ebuild | 42 ------------------------
16 4 files changed, 106 deletions(-)
17
18 diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest
19 index a61daf4e5e5..cd481d00bcb 100644
20 --- a/dev-python/llfuse/Manifest
21 +++ b/dev-python/llfuse/Manifest
22 @@ -1,3 +1 @@
23 -DIST llfuse-1.3.2.tar.bz2 348035 BLAKE2B d3a3219c8d7462f448486488971842362b6ade8fcf6804d725db30b0e91d3f240ec9443705cb67caf3e6beae8a174f323465695dddd132210e3606aef6dd861d SHA512 f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf
24 -DIST llfuse-1.3.4.tar.bz2 364400 BLAKE2B 726a42381b84fc57e3e54d519bc1a105056cc8cf5d1c586ea12b1798db493254df7088f1060ffda0d89887c2b7db2046825e4f044953153e7978891f72032457 SHA512 6bda4534f660c42e6740093be0a2c308367f5915a0144d44c390b4f6b197efafb48bc28f7f8d1735defe470e37637bd6688690e26ec3d0c01cb7c197e443f6e6
25 DIST llfuse-1.3.5.tar.bz2 362266 BLAKE2B 561439e193470c047aa32b5b4ffd189beca2496b0141d9f0b0d4b494ee135025b174744ac3c90a0e5e8a17cc98f4ab2e8b4a9069f7d73e01a369f5013d036144 SHA512 d45c5fe7e81fd561e016fe99cc7bbac0cf6243e1517e992fe5b302b641aa93c8f95779cb7a4add7a7479f1ed6ca35e0fcf1e4da0fc46ee5d819b46511927613c
26
27 diff --git a/dev-python/llfuse/files/llfuse-1.3-cflags.patch b/dev-python/llfuse/files/llfuse-1.3-cflags.patch
28 deleted file mode 100644
29 index 42e4eef82a0..00000000000
30 --- a/dev-python/llfuse/files/llfuse-1.3-cflags.patch
31 +++ /dev/null
32 @@ -1,19 +0,0 @@
33 -Build fails under pypy(3) when enabling these flags.
34 -
35 ---- llfuse-1.3/setup.py
36 -+++ llfuse-1.3/setup.py
37 -@@ -84,12 +84,12 @@
38 - compile_args.append('-Wno-unused-parameter')
39 -
40 - # Value-changing conversions should always be explicit.
41 -- compile_args.append('-Werror=conversion')
42 -+ # compile_args.append('-Werror=conversion')
43 -
44 - # Note that (i > -1) is false if i is unsigned (-1 will be converted to
45 - # a large positive value). We certainly don't want to do this by
46 - # accident.
47 -- compile_args.append('-Werror=sign-compare')
48 -+ # compile_args.append('-Werror=sign-compare')
49 -
50 - # Enable all fatal warnings only when compiling from Mercurial tip.
51 - # (otherwise we break forward compatibility because compilation with newer
52
53 diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild
54 deleted file mode 100644
55 index 800e130cbaa..00000000000
56 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild
57 +++ /dev/null
58 @@ -1,43 +0,0 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -PYTHON_COMPAT=( python3_6 pypy3 )
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Python bindings for the low-level FUSE API"
68 -HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ https://pypi.org/project/llfuse/"
69 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
70 -
71 -LICENSE="LGPL-2"
72 -SLOT="0"
73 -KEYWORDS="amd64 x86"
74 -IUSE="doc examples test"
75 -RESTRICT="!test? ( test )"
76 -
77 -RDEPEND=">=sys-fs/fuse-2.8.0:0
78 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7 pypy)
79 -"
80 -DEPEND="
81 - dev-python/setuptools[${PYTHON_USEDEP}]
82 - sys-apps/attr
83 - virtual/pkgconfig
84 - test? (
85 - ${RDEPEND}
86 - dev-python/pytest[${PYTHON_USEDEP}]
87 - dev-python/pytest-catchlog[${PYTHON_USEDEP}]
88 - )
89 -"
90 -
91 -PATCHES=( "${FILESDIR}"/${PN}-1.3-cflags.patch )
92 -
93 -python_test() {
94 - py.test -v || die "Tests failed under ${EPYTHON}"
95 -}
96 -
97 -python_install_all() {
98 - use doc && local HTML_DOCS=( doc/html/. )
99 - use examples && dodoc -r examples
100 - distutils-r1_python_install_all
101 -}
102
103 diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild b/dev-python/llfuse/llfuse-1.3.4.ebuild
104 deleted file mode 100644
105 index 8d6c4d0e167..00000000000
106 --- a/dev-python/llfuse/llfuse-1.3.4.ebuild
107 +++ /dev/null
108 @@ -1,42 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -PYTHON_COMPAT=( python3_6 pypy3 )
114 -
115 -inherit distutils-r1
116 -
117 -DESCRIPTION="Python bindings for the low-level FUSE API"
118 -HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ https://pypi.org/project/llfuse/"
119 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
120 -
121 -LICENSE="LGPL-2"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 -IUSE="doc examples test"
125 -RESTRICT="!test? ( test )"
126 -
127 -RDEPEND=">=sys-fs/fuse-2.8.0:0
128 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7 pypy)
129 -"
130 -DEPEND="
131 - dev-python/setuptools[${PYTHON_USEDEP}]
132 - sys-apps/attr
133 - virtual/pkgconfig
134 - test? (
135 - ${RDEPEND}
136 - dev-python/pytest[${PYTHON_USEDEP}]
137 - )
138 -"
139 -
140 -PATCHES=( "${FILESDIR}"/${PN}-1.3-cflags.patch )
141 -
142 -python_test() {
143 - py.test -v || die "Tests failed under ${EPYTHON}"
144 -}
145 -
146 -python_install_all() {
147 - use doc && local HTML_DOCS=( doc/html/. )
148 - use examples && dodoc -r examples
149 - distutils-r1_python_install_all
150 -}