summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/llfuse: py10 target added.Piotr Karbowski2021-07-131-1/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* dev-python/llfuse: keyword 1.4.1 for ~riscvMarek Szuba2021-06-221-1/+1
| | | | | | | | Test suite run against python3_9, both with and without sandbox (in the former case some tests are skipped due to denied access to /dev/fuse). No errors. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/llfuse: Remove oldMichał Górny2021-03-263-74/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: Stabilize 1.4.1 x86, #778104Sam James2021-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/llfuse: amd64 stable wrt bug #778104Agostino Sarubbo2021-03-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/llfuse: amd64 stable wrt bug #772488Agostino Sarubbo2021-02-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/llfuse: Keyword 1.4.1 arm64, #766525Sam James2021-02-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/llfuse: Bump to 1.4.1Michał Górny2021-02-012-0/+40
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: forward ~armSam James2021-01-301-1/+1
| | | | | | Bug: https://bugs.gentoo.org/766525 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/llfuse: Keyword 1.3.6 arm, #766525Sam James2021-01-261-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/llfuse: Bump to 1.4.0Michał Górny2021-01-252-0/+37
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: Remove oldMichał Górny2020-09-182-42/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: x86 stable (bug #731430)Thomas Deutschmann2020-08-291-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/llfuse: Stabilize 1.3.6 amd64, #731430Michał Górny2020-07-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: keyworded 1.3.6 for ppc64Sergei Trofimovich2020-06-151-1/+1
| | | | | | | | keyworded wrt bug #723778 Package-Manager: Portage-2.3.101, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/llfuse-1.3.6: bump, EAPI=7, py38Patrick McLean2020-05-122-0/+37
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/llfuse: Clean py2 deps upMichał Górny2020-03-171-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: Remove redundant versionsMichał Górny2020-03-074-106/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: x86 stable wrt bug #711712Agostino Sarubbo2020-03-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/llfuse: amd64 stable wrt bug #711712Agostino Sarubbo2020-03-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/llfuse: Remove py2Michał Górny2020-02-053-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/llfuse: version bump to 1.3.5Tim Harder2018-12-134-0/+58
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* dev-python/llfuse: version bump to 1.3.4Tim Harder2018-07-012-0/+42
|
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/llfuse: remove oldTim Harder2018-03-012-39/+0
|
* dev-python/llfuse: stabilize 1.3.2Tim Harder2018-03-011-1/+1
|
* dev-python/llfuse: add missing attr build depTim Harder2018-03-011-0/+1
| | | | Closes: https://bugs.gentoo.org/648326
* dev-python/llfuse: Clean old upMichał Górny2018-01-052-42/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-python/llfuse: version bump to 1.3.2Tim Harder2017-11-182-0/+42
|
* dev-python/llfuse: version bump to 1.3Tim Harder2017-09-213-0/+61
|
* dev-python/llfuse: remove oldTim Harder2017-08-222-39/+0
|
* dev-python/llfuse: stabilize 1.2Tim Harder2017-08-221-1/+1
|
* dev-python/llfuse: update HOMEPAGETim Harder2017-08-221-1/+1
|
* dev-python/llfuse: Clean old versions upMichał Górny2017-05-027-214/+0
|
* dev-python/llfuse: add py36 supportTim Harder2017-03-011-2/+2
|
* dev-python/llfuse: version bump to 1.2Tim Harder2017-03-012-0/+39
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-287-7/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/llfuse: x86 stable wrt bug #606216Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/llfuse: amd64 stable wrt bug #606216Agostino Sarubbo2017-01-211-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-017-7/+7
|
* dev-python/llfuse: version bump to 1.1.1Tim Harder2016-08-212-0/+40
|
* dev-python/llfuse: don't use EXAMPLES for EAPI 6 (bug #590450)Tim Harder2016-08-051-1/+1
|
* dev-python/llfuse: version bump to 1.1Tim Harder2016-07-122-0/+40
|
* dev-python/llfuse: version bump to 1.0Tim Harder2016-03-122-0/+35
|