[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-hide/

2022-12-02 Thread Sam James
commit: 5a33561d6e4546df963154e24ff4ee4db4334d77
Author: Oz Tiram  gmail  com>
AuthorDate: Fri Dec  2 09:46:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 01:04:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a33561d

mate-extra/caja-hide: enable py3.10, py3.11 and disable py3.7

Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild 
b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
index b58383794063..c8112e94cf5d 100644
--- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
+++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
 inherit python-single-r1
 
 MY_PN="Caja-hide"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-hide/

2021-08-01 Thread Adam Feldman
commit: d91808308e59297fc4e1621df52806311bb99260
Author: Adam Feldman  gentoo  org>
AuthorDate: Mon Aug  2 00:27:16 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Aug  2 01:38:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9180830

mate-extra/caja-hide: Support python 3_9

Bug: https://bugs.gentoo.org/799668
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild 
b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
index d46c9b8fead..b5838379406 100644
--- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
+++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
 inherit python-single-r1
 
 MY_PN="Caja-hide"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-hide/

2020-08-06 Thread Adam Feldman
commit: fdf6aee46d8b258509bf98f1b6e5681d692dce66
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri Aug  7 02:38:42 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Aug  7 03:17:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf6aee4

mate-extra/caja-hide: Stabilize 0.9.0 for amd64. x86

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild 
b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
index b52dfc2604f..60cecc4971d 100644
--- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
+++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Fred-Barclay/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-hide/

2020-05-07 Thread Michał Górny
commit: 488cef63d799a7ecfb8636ba45ae7d6c35eb3e6f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:04:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 15:08:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488cef63

mate-extra/caja-hide: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild 
b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
index 029a1ed1514..b52dfc2604f 100644
--- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
+++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 inherit python-single-r1
 
 MY_PN="Caja-hide"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-hide/, mate-extra/caja-hide/files/

2020-04-06 Thread Adam Feldman
commit: 69e608b634f2672f847f9a9058094fddc138643b
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Mar 26 15:17:46 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 17:48:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e608b6

mate-extra/caja-hide: Add new package, caja-extension

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/caja-hide/Manifest  |  1 +
 mate-extra/caja-hide/caja-hide-0.9.0.ebuild| 38 ++
 .../files/caja-hide-0.9.0-py3-support.patch| 20 
 mate-extra/caja-hide/metadata.xml  | 14 
 4 files changed, 73 insertions(+)

diff --git a/mate-extra/caja-hide/Manifest b/mate-extra/caja-hide/Manifest
new file mode 100644
index 000..3a317206fc0
--- /dev/null
+++ b/mate-extra/caja-hide/Manifest
@@ -0,0 +1 @@
+DIST caja-hide-0.9.0.tar.gz 17487 BLAKE2B 
182a4e65745a6c3dbbc40121d95f7b5b34b4660ceb9fcffc60ddd51bdc3949191b7eafa258950b0a6b9a6befd63e4b6842481f20ba31b4bfab0668c261e87470
 SHA512 
86a3d5a661a731caf740c4086ffc041f9f5cb21f996bc21d92cf5d53df108d6d14b753165ee992f3d5574957850f041d03e4d78447fb4db67bf989f16eb5471c

diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild 
b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
new file mode 100644
index 000..029a1ed1514
--- /dev/null
+++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+inherit python-single-r1
+
+MY_PN="Caja-hide"
+
+DESCRIPTION="Hide files without renaming them in MATE's Caja"
+HOMEPAGE="https://github.com/Fred-Barclay/Caja-hide";
+SRC_URI="https://github.com/Fred-Barclay/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep 'dev-python/future[${PYTHON_MULTI_USEDEP}]')
+   dev-python/python-caja[${PYTHON_SINGLE_USEDEP}]
+   x11-misc/xautomation
+"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-py3-support.patch"
+)
+
+src_install() {
+   insinto /usr/share/caja-python/extensions
+   doins src/caja-hide.py
+}

diff --git a/mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch 
b/mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch
new file mode 100644
index 000..1e8e9994456
--- /dev/null
+++ b/mate-extra/caja-hide/files/caja-hide-0.9.0-py3-support.patch
@@ -0,0 +1,20 @@
+# futurized
+--- a/src/caja-hide.py
 b/src/caja-hide.py
+@@ -1,3 +1,6 @@
++from __future__ import absolute_import
++from __future__ import division
++from __future__ import unicode_literals
+ # Caja Hide - Extension for Caja to hide files without renaming them
+ # Copyright (C) 2015-2016 Caja Hide authors.
+ #
+@@ -14,6 +17,9 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program.  If not, see .
+ 
++from future import standard_library
++standard_library.install_aliases()
++from builtins import *
+ import os
+ from gi.repository import Caja, GObject
+ from gettext import ngettext, locale, bindtextdomain, textdomain

diff --git a/mate-extra/caja-hide/metadata.xml 
b/mate-extra/caja-hide/metadata.xml
new file mode 100644
index 000..81973b83530
--- /dev/null
+++ b/mate-extra/caja-hide/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   m...@gentoo.org
+   Gentoo MATE Desktop
+   
+   
+   An extension for Caja that hiding files without 
renaming them
+   
+   
+   Fred-Barclay/caja-hide
+   
+