public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2016-12-18 23:21 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-12-18 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8e2501d99a6b8487ff49a835c69d413da90cd092
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 23:20:56 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 23:21:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2501d9

dev-python/fusepy: new package.

fusepy is a Python module that provides a simple interface to FUSE and MacFUSE.
It's just one file and is implemented using ctypes.

Gentoo-Bug: https://bugs.gentoo.org/469344

Package-Manager: portage-2.3.0

 dev-python/fusepy/Manifest            |  1 +
 dev-python/fusepy/fusepy-2.0.4.ebuild | 20 ++++++++++++++++++++
 dev-python/fusepy/metadata.xml        | 16 ++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest
new file mode 100644
index 00000000..a1e8651
--- /dev/null
+++ b/dev-python/fusepy/Manifest
@@ -0,0 +1 @@
+DIST fusepy-2.0.4.tar.gz 14113 SHA256 802610ab25ad04fc9ef34d024a0abe41cdcaff6a2cb8b2fb92cdda0057c09d1f SHA512 a76d6a795ea08bcfea30f783b06e263c0c31d603ade95f8ac40071fa844668c5f989111649908d26b4c2759feb48abedaf887c75f177c3639b1916b246e7d83c WHIRLPOOL 0f134aefa66d834810cb02fa527b53840ec1064ee8517934673bff26dfed8ab8d2be81f4248d7156896dbe26486e2c92611e0fb7d9b54fbe71e5770faf018399

diff --git a/dev-python/fusepy/fusepy-2.0.4.ebuild b/dev-python/fusepy/fusepy-2.0.4.ebuild
new file mode 100644
index 00000000..86a593f
--- /dev/null
+++ b/dev-python/fusepy/fusepy-2.0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python FUSE bindings using ctypes"
+HOMEPAGE="https://github.com/terencehonles/fusepy"
+SRC_URI="https://github.com/terencehonles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=sys-fs/fuse-2.9.7"
+RDEPEND="${DEPEND}"

diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml
new file mode 100644
index 00000000..aefaba8
--- /dev/null
+++ b/dev-python/fusepy/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <longdescription>Pika is a pure-Python implementation of the AMQP 0-9-1
+	  protocol that tries to stay fairly independent of the underlying network
+	  support library. Pika was developed primarily for use with RabbitMQ, but
+	  should also work with other AMQP 0-9-1 brokers.
+  </longdescription>
+  <upstream> 
+	  <remote-id type="github">terencehonles/fusepy</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2016-12-19 14:42 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-12-19 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     08f7712e875959793a1832b541e724cbcd548f85
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:41:37 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:41:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f7712e

dev-python/fusepy: set a blocker on dev-python/fuse-python.

Gentoo-Bug: https://bugs.gentoo.org/603068

Package-Manager: portage-2.3.0

 dev-python/fusepy/fusepy-2.0.4-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
new file mode 100644
index 00000000..85496b0
--- /dev/null
+++ b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python FUSE bindings using ctypes"
+HOMEPAGE="https://github.com/terencehonles/fusepy"
+SRC_URI="https://github.com/terencehonles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=sys-fs/fuse-2.9.7"
+RDEPEND="
+	${DEPEND}
+	!dev-python/fuse-python"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2016-12-19 14:51 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-12-19 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     975ec4347f88caf7ff1ac3f7bf656fbf35ae26de
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:44:54 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:44:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975ec434

dev-python/fusepy: clean up old.

Package-Manager: portage-2.3.0

 dev-python/fusepy/fusepy-2.0.4.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-python/fusepy/fusepy-2.0.4.ebuild b/dev-python/fusepy/fusepy-2.0.4.ebuild
deleted file mode 100644
index 86a593f..00000000
--- a/dev-python/fusepy/fusepy-2.0.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python FUSE bindings using ctypes"
-HOMEPAGE="https://github.com/terencehonles/fusepy"
-SRC_URI="https://github.com/terencehonles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-fs/fuse-2.9.7"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2017-01-02 17:19 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-01-02 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     642c886f2adbd17cf685d839453712d44392dc29
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 17:18:44 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 17:19:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642c886f

dev-python/fusepy: get description right.

Package-Manager: portage-2.3.0

 dev-python/fusepy/metadata.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml
index aefaba8..d806a30 100644
--- a/dev-python/fusepy/metadata.xml
+++ b/dev-python/fusepy/metadata.xml
@@ -5,10 +5,9 @@
     <email>python@gentoo.org</email>
     <name>Python</name>
   </maintainer>
-  <longdescription>Pika is a pure-Python implementation of the AMQP 0-9-1
-	  protocol that tries to stay fairly independent of the underlying network
-	  support library. Pika was developed primarily for use with RabbitMQ, but
-	  should also work with other AMQP 0-9-1 brokers.
+  <longdescription>
+	  fusepy is a Python module that provides a simple interface to FUSE and
+	  MacFUSE. It's just one file and is implemented using ctypes.
   </longdescription>
   <upstream> 
 	  <remote-id type="github">terencehonles/fusepy</remote-id>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2017-05-16 12:49 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-05-16 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     eb03569da9948fc9a8af1cdcbf4450f6c45000db
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 12:23:53 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 12:48:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb03569d

dev-python/fusepy: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/fusepy/fusepy-2.0.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
index 64dbe97c9ce..4d274aed3c8 100644
--- a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
+++ b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2018-02-06  1:53 Tim Harder
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder @ 2018-02-06  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2e66431b78d55b5a7efb881f5ef0f99e32b543f6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 01:17:00 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 01:51:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e66431b

dev-python/fusepy: update HOMEPAGE and upstream info

 dev-python/fusepy/fusepy-2.0.4-r1.ebuild | 6 +++---
 dev-python/fusepy/metadata.xml           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
index 4d274aed3c8..81765709fec 100644
--- a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
+++ b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Python FUSE bindings using ctypes"
-HOMEPAGE="https://github.com/terencehonles/fusepy"
-SRC_URI="https://github.com/terencehonles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/fusepy/fusepy"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"

diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml
index 4158c62ad4d..de0f4f2e620 100644
--- a/dev-python/fusepy/metadata.xml
+++ b/dev-python/fusepy/metadata.xml
@@ -10,6 +10,6 @@
 		MacFUSE. It's just one file and is implemented using ctypes.
 	</longdescription>
 	<upstream>
-		<remote-id type="github">terencehonles/fusepy</remote-id>
+		<remote-id type="github">fusepy/fusepy</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2019-11-18 20:28 Tim Harder
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder @ 2019-11-18 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3535ae54ef83640321e2bb123cbd3f5abc858e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 20:28:09 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 20:28:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3535ae

dev-python/fusepy: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/fusepy/Manifest               |  1 -
 dev-python/fusepy/fusepy-2.0.4-r1.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest
index 8ec4b90d595..1654ec36983 100644
--- a/dev-python/fusepy/Manifest
+++ b/dev-python/fusepy/Manifest
@@ -1,2 +1 @@
-DIST fusepy-2.0.4.tar.gz 14113 BLAKE2B 520a619fa3abaec0fb375f1f109101c57b1239973b21cfc98b4c3eee02a9792c5cba0e194b25e72fa7fd49e3f238d6ab560a9e91d0fa051b9931ed96c31a1c24 SHA512 a76d6a795ea08bcfea30f783b06e263c0c31d603ade95f8ac40071fa844668c5f989111649908d26b4c2759feb48abedaf887c75f177c3639b1916b246e7d83c
 DIST fusepy-3.0.1.tar.gz 11519 BLAKE2B c76319b0d0b64a8dc674b803551f32352fed9a1e6e050110963a159259c3fed8fefbb63cfe6dda689738f07cb796c6b9da14e3070c4a1cf5b70892a6ebe52cc2 SHA512 f913dfd9f29412daa8239548c8ad8bcc64f8fc7be1425bf34cd40a5c4d22faae67c5d5575c187395d911f64ad0dda186614ada598b38b9557e18794639d43767

diff --git a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild b/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
deleted file mode 100644
index 09d01ec7909..00000000000
--- a/dev-python/fusepy/fusepy-2.0.4-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python FUSE bindings using ctypes"
-HOMEPAGE="https://github.com/fusepy/fusepy"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-fs/fuse-2.9.7"
-RDEPEND="
-	${DEPEND}
-	!dev-python/fuse-python"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
@ 2019-11-18 20:28 Tim Harder
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder @ 2019-11-18 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f07c5748c9c8b8e1e926e7b6029725ef4fbb74ef
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 20:22:06 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 20:27:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07c5748

dev-python/fusepy: version bump to 3.0.1

Closes: https://bugs.gentoo.org/684924
Closes: https://bugs.gentoo.org/697016

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/fusepy/Manifest            |  1 +
 dev-python/fusepy/fusepy-3.0.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest
index eef02965009..8ec4b90d595 100644
--- a/dev-python/fusepy/Manifest
+++ b/dev-python/fusepy/Manifest
@@ -1 +1,2 @@
 DIST fusepy-2.0.4.tar.gz 14113 BLAKE2B 520a619fa3abaec0fb375f1f109101c57b1239973b21cfc98b4c3eee02a9792c5cba0e194b25e72fa7fd49e3f238d6ab560a9e91d0fa051b9931ed96c31a1c24 SHA512 a76d6a795ea08bcfea30f783b06e263c0c31d603ade95f8ac40071fa844668c5f989111649908d26b4c2759feb48abedaf887c75f177c3639b1916b246e7d83c
+DIST fusepy-3.0.1.tar.gz 11519 BLAKE2B c76319b0d0b64a8dc674b803551f32352fed9a1e6e050110963a159259c3fed8fefbb63cfe6dda689738f07cb796c6b9da14e3070c4a1cf5b70892a6ebe52cc2 SHA512 f913dfd9f29412daa8239548c8ad8bcc64f8fc7be1425bf34cd40a5c4d22faae67c5d5575c187395d911f64ad0dda186614ada598b38b9557e18794639d43767

diff --git a/dev-python/fusepy/fusepy-3.0.1.ebuild b/dev-python/fusepy/fusepy-3.0.1.ebuild
new file mode 100644
index 00000000000..dff543e781d
--- /dev/null
+++ b/dev-python/fusepy/fusepy-3.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python FUSE bindings using ctypes"
+HOMEPAGE="https://github.com/fusepy/fusepy https://pypi.org/project/fusepy/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+	>=sys-fs/fuse-2.9.7:0
+	!dev-python/fuse-python
+"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-18 20:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06  1:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2019-11-18 20:28 Tim Harder
2019-11-18 20:28 Tim Harder
2017-05-16 12:49 Manuel Rüger
2017-01-02 17:19 Patrice Clement
2016-12-19 14:51 Patrice Clement
2016-12-19 14:42 Patrice Clement
2016-12-18 23:21 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox